Created by: vicdoval
New Evolver node implementing a Genetics Algorithm system inspired in Galapagos (the GH plugin) and the 9th chapter of "The Nature of Code" by Daniel Shiffman https://natureofcode.com/book/chapter-9-the-evolution-of-code/
For the genotype "A Number" nodes are used with its min and max values.
To restrict which A Number
nodes to use a Frame Node can be used.
Example of finding the box with less area (sum of all faces) where Suzzane can fit.
-
Code changes complete. -
Code documentation complete. -
Documentation for users complete (or not required, if user never sees these changes). -
Manual testing done. -
Unit-tests implemented. -
Ready for merge.