1
I Use This!
Inactive

Commits : Listings

Analyzed about 15 hours ago. based on code collected about 19 hours ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added Evolver#run_next_generation for getting to next generation step by step. More... over 12 years ago
One test for EfficientBinaryMutation dont work anymore after Bugfix. So it got removed. More... almost 13 years ago
Fix Evolution Strategies (Bad Testing). More... almost 13 years ago
Delete old Evolution Strategies More... almost 13 years ago
Another bugfix on EfficientBinaryMutation. More... almost 13 years ago
Bugfix in EfficientBinaryMutation. More... almost 13 years ago
Added Plus-Strategy to Evolution Strategies Evolver. Small fix in derandomized-es. More... almost 13 years ago
improvements to inividal#deep_clone More... about 13 years ago
improvements to evaluator More... about 13 years ago
fixed bug in evolver#use_configuration More... about 13 years ago
fixed a bug in tc_individual.rb More... about 13 years ago
fixed a copy/paste-fail in evolver.rb More... about 13 years ago
added deep_clone-method to logger.rb, tests to tc_logger.rb More... about 13 years ago
added deep_clone-method to datafetcher.rb, tests to test/core/tc_datafetcher.rb More... about 13 years ago
added deep_clone-method to dataset.rb, tests to test/core/tc_dataset.rb More... about 13 years ago
created testfile for evolver and added tests for deep_clone-method More... about 13 years ago
added bugfixes and deep_clone-method to evolver More... about 13 years ago
improvements to EvoSynth::Configuration#deep_clone, added tests to tc_configuration.rb More... about 13 years ago
added deep_clone-method to tournament_selection.rb and tests to tc_tournament_selection.rb More... about 13 years ago
added deep_clone-method to roulette_wheel_selection.rb and tests to tc_roulette_wheel_selection.rb More... about 13 years ago
added deep_clone-method to random_selection.rb and tests to tc_random_selection.rb More... about 13 years ago
added deep_clone-method to n_stage_tournament_selection.rb and tests to tc_n_stage_tournament.rb More... about 13 years ago
added deep_clone-method to identity.rb and tests to tc_identity.rb More... about 13 years ago
added deep_clone-method to fitness_proportional_selection.rb and tests to tc_fitness_proportional_selection.rb More... about 13 years ago
added deep_clone-method to best_selection.rb and tests to tc_best_selection.rb More... about 13 years ago
added deep_clone-method to uniform_crossover.rb and tests to tc_uniform_crossover.rb More... about 13 years ago
added deep_clone-method to partially_mapped_crossover.rb and tests to tc_partially_mapped_crossover.rb More... about 13 years ago
added deep_clone-method to ordered_recombination.rb and tests to tc_ordered_recombination.rb More... about 13 years ago
added deep_clone-method to one_point_crossover.rb and tests to tc_one_point_crossover.rb More... about 13 years ago
added deep_clone-method to k_point_crossover.rb and tests to tc_k_point_crossover.rb More... about 13 years ago