0
I Use This!
Inactive

Commits : Listings

Analyzed about 21 hours ago. based on code collected about 21 hours ago.
May 28, 2023 — May 28, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
updates to datafile.h for unsigned long int and float, removed std::size_t. More... almost 12 years ago
bugfix: fixing initialization of sum==0.0 in proportionate selection More... almost 12 years ago
removed stale event More... almost 12 years ago
bug fix: fittest list based on objective fitness More... almost 12 years ago
Finished merge of rhiever-master, fixed proportionate selection to be resilient to sum(pop)==0.0. More... almost 12 years ago
merged changes from rhiever More... almost 12 years ago
Added hook in evolutionary algorithm to handle pre/post fitness evaluation. More... almost 12 years ago
Renamed NUM_FITTEST to NOVELTY_FITTEST_SIZE. More... almost 12 years ago
#2? More... almost 12 years ago
Renamed "proportional" to "proportionate", added contributors and license files. More... almost 12 years ago
Implements objectively fittest individual tracking in NS-GA. More... almost 12 years ago
Removed stale template parameters. More... almost 12 years ago
Bugfix: NaNs from novelty fitness evaluation. More... almost 12 years ago
Added license. More... almost 12 years ago
updated boost howto More... almost 12 years ago
updated ignores More... almost 12 years ago
Merge pull request #3 from rhiever/master More... almost 12 years ago
Bugfix: selection should no longer be affected by all individuals having 0 fitness. More... almost 12 years ago
Integrated novelty search. More... almost 12 years ago
Removed extra initialize(), stale preselect(). More... almost 12 years ago
Merge pull request #1 from rhiever/master More... almost 12 years ago
Removed xml_* includes from novelty_individual and individual classes. More... almost 12 years ago
NS-GA fixes. More... almost 12 years ago
Second draft of NS-GA. Added novelty_individual. Fixed novelty_search. More... almost 12 years ago
Rough draft of NS - finished. More... almost 12 years ago
Bugfix: made sure fitnesses were relativized for initial population in NS. More... almost 12 years ago
annotated with comments for finishing NS. More... almost 12 years ago
Draft #2 NS, take two. More... almost 12 years ago
Draft #2 of novelty search. More... almost 12 years ago
Rough draft of novelty search. More... almost 12 years ago