summaryrefslogtreecommitdiff
path: root/src (unfollow)
AgeCommit message (Collapse)Author
2012-07-17It all works multi-threaded.Mike Buland
It restarts the threads every generation. Maybe not the worst thing every, but it seems like it would be better to stay in the thread and notify the main thread that they're done with that iteration.
2012-07-09Simple saving/loading - consider this temporary.Mike Buland
It should be a little more compact, and have more header info so we can reconstruct the entire object from the file, right now you have to know the size in bits.
2012-07-09Just played with the parameters.Mike Buland
2012-07-09It works well enough to solve polynomial maxima.Mike Buland