1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jun 26, 2024 — Jun 26, 2025
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... almost 14 years ago
One test for EfficientBinaryMutation dont work anymore after Bugfix. So it got removed. More... about 14 years ago
Fix Evolution Strategies (Bad Testing). More... about 14 years ago
Delete old Evolution Strategies More... about 14 years ago
Another bugfix on EfficientBinaryMutation. More... about 14 years ago
Bugfix in EfficientBinaryMutation. More... about 14 years ago
Added Plus-Strategy to Evolution Strategies Evolver. Small fix in derandomized-es. More... about 14 years ago
improvements to inividal#deep_clone More... about 14 years ago
improvements to evaluator More... about 14 years ago
fixed bug in evolver#use_configuration More... about 14 years ago
fixed a bug in tc_individual.rb More... about 14 years ago
fixed a copy/paste-fail in evolver.rb More... about 14 years ago
added deep_clone-method to logger.rb, tests to tc_logger.rb More... about 14 years ago
added deep_clone-method to datafetcher.rb, tests to test/core/tc_datafetcher.rb More... about 14 years ago
added deep_clone-method to dataset.rb, tests to test/core/tc_dataset.rb More... about 14 years ago
created testfile for evolver and added tests for deep_clone-method More... about 14 years ago
added bugfixes and deep_clone-method to evolver More... about 14 years ago
improvements to EvoSynth::Configuration#deep_clone, added tests to tc_configuration.rb More... about 14 years ago
added deep_clone-method to tournament_selection.rb and tests to tc_tournament_selection.rb More... about 14 years ago
added deep_clone-method to roulette_wheel_selection.rb and tests to tc_roulette_wheel_selection.rb More... about 14 years ago
added deep_clone-method to random_selection.rb and tests to tc_random_selection.rb More... about 14 years ago
added deep_clone-method to n_stage_tournament_selection.rb and tests to tc_n_stage_tournament.rb More... about 14 years ago
added deep_clone-method to identity.rb and tests to tc_identity.rb More... about 14 years ago
added deep_clone-method to fitness_proportional_selection.rb and tests to tc_fitness_proportional_selection.rb More... about 14 years ago
added deep_clone-method to best_selection.rb and tests to tc_best_selection.rb More... about 14 years ago
added deep_clone-method to uniform_crossover.rb and tests to tc_uniform_crossover.rb More... about 14 years ago
added deep_clone-method to partially_mapped_crossover.rb and tests to tc_partially_mapped_crossover.rb More... about 14 years ago
added deep_clone-method to ordered_recombination.rb and tests to tc_ordered_recombination.rb More... about 14 years ago
added deep_clone-method to one_point_crossover.rb and tests to tc_one_point_crossover.rb More... about 14 years ago
added deep_clone-method to k_point_crossover.rb and tests to tc_k_point_crossover.rb More... about 14 years ago