Category "genetic-algorithm"

How to find minimum number of NAND gates for a given Boolean Expression by Using Genetic Alogorith(How to write a Code )

I have been trying to write a code using gentic algorithm to find minimum number of NAND gates,but i have no idea of how to take a chromosome or case to find na

Custom Genotype in Jenetics for nesting

I'm using Jenetics to nest a list of polygons using NoFitPolygon I have a function that gived a list of polygon nests them following the order in the list. I ad