JJ / nodeo

Simple evolutionary algorithm in JavaScript in CommonJS format, for node.js and anything else.
GNU General Public License v3.0
22 stars 6 forks source link

Restructure fitness functions so that they use more specific description for their inputs #63

Open JJ opened 11 months ago

JJ commented 11 months ago

Right now every one has "chromosome" which is then used as a string chromosome or floating point chromosome. Use an uniform name, if possible corresponding to the same attribute name used in chromosomes.