|
|
|
|
|
by jacques_chester
5373 days ago
|
|
> Just a string of 0s and 1s? CPU opcodes? These have been tried. Historically Genetic Algorithms have represented their genotypes as bit strings. Some Genetic Programming systems use CPU instruction strings (pros: fast as heck, cons: can produce indecipherable spaghetti code that breaks when you remove those 400 NOOPs because it's adapted to the cache size of this particular CPU). > Or maybe some higher level sub-units. These too. Sometimes as trees of instructions, dataflow diagrams, FSMs and so on. |
|