0
I Use This!
Inactive

Commits : Listings

Analyzed about 16 hours ago. based on code collected about 19 hours ago.
Apr 25, 2023 — Apr 25, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
[no comment] More... over 15 years ago
Merge branch 'master' of [email protected]:Katateochi/oo_genetic_algorithm More... over 15 years ago
minor tidy ups More... over 15 years ago
[no comment] More... over 15 years ago
rdoc configs More... over 15 years ago
[no comment] More... over 15 years ago
renamed the benchmark file More... over 15 years ago
rdoc More... over 15 years ago
Merge branch 'master' of [email protected]:Katateochi/oo_genetic_algorithm More... over 15 years ago
depricated mean_fitness_data function More... over 15 years ago
added more output from the population monitor. will now respond to genetic_convergence with an array of the mean standard deviation of genes in each generation. converged_at will respond with the generation number at which convergence occured More... over 15 years ago
replaced meta funcs with attr_accessor More... over 15 years ago
rdoc'in and improving flow of output More... over 15 years ago
[no comment] More... over 15 years ago
documenting my insanity... More... over 15 years ago
[no comment] More... over 15 years ago
rdocin' More... over 15 years ago
Merge branch 'master' of [email protected]:Katateochi/oo_genetic_algorithm More... over 15 years ago
tab space changes and general tidy up More... over 15 years ago
[no comment] More... over 15 years ago
rdoc'in it up More... over 15 years ago
[no comment] More... over 15 years ago
playing with rdoc More... over 15 years ago
playing with rdoc More... over 15 years ago
playing with textile More... over 15 years ago
. More... over 15 years ago
population monitor is passed into evolution so that it can be reset easily. reset now does actually reset and population_tree has been aliased with tree More... over 15 years ago
more tidy way of requiring bunch of stuff, atleast i think so.. More... over 15 years ago
runner is now just a snippet to call and run the GeneticAlgorithm class More... over 15 years ago
Repalced the temp runner.rb with an overall GeneticAlgorithm class which instigates evolution. changed the function of evolution. was a class which was inherited by population. Now is a class that takes a population. moved all the requires into the genetic_algorithm.rb file ga = GeneticAlgorithm.new (will have options available at some point) ga.run ga.results More... over 15 years ago