summaryrefslogtreecommitdiff
path: root/default.bld (follow)
AgeCommit message (Collapse)Author
2012-08-04Optomized the mating / mutation setup.Mike Buland
It should work the same, but it selects the number of bits to mutate first, then selects the individual bits instead of testing a random number on each bit. For very large phenotypes this will be significantly faster while producing about the same result.
2012-08-02New commit methodMike Buland
2012-07-09It works well enough to solve polynomial maxima.Mike Buland
2012-07-09New libgenetic. Genetic algorithms, only good.Mike Buland