Use a genetic algorithm to evolve populations of bit strings.
Go to file
Mike f8b76ac496 Noop to test hook 2019-08-04 02:41:39 -07:00
Breeder.cpp Increment generation number of kiddo after breeding 2018-05-02 03:12:08 -07:00
Breeder.h New crossover features: Order, Bounds, Standard deviation 2018-04-14 19:58:13 -07:00
Chromosome.cpp Remember Chromosome's generation; Allow set bits by string 2018-05-02 03:12:40 -07:00
Chromosome.h Remember Chromosome's generation; Allow set bits by string 2018-05-02 03:12:40 -07:00
Defines.h Moved defines to constants in-class 2018-04-14 01:08:22 -07:00
Enums.h New crossover features: Order, Bounds, Standard deviation 2018-04-14 19:58:13 -07:00
ForwardDeclarations.h First commit - Seems to pass "all 1's" evolution test 2018-04-13 23:59:20 -07:00
Includes.h First commit - Seems to pass "all 1's" evolution test 2018-04-13 23:59:20 -07:00
Makefile New class: RouletteWheel 2018-04-14 02:24:05 -07:00
Population.cpp New crossover features: Order, Bounds, Standard deviation 2018-04-14 19:58:13 -07:00
Population.h New crossover features: Order, Bounds, Standard deviation 2018-04-14 19:58:13 -07:00
Random.cpp First commit - Seems to pass "all 1's" evolution test 2018-04-13 23:59:20 -07:00
Random.h First commit - Seems to pass "all 1's" evolution test 2018-04-13 23:59:20 -07:00
RouletteWheel.cpp Enhance fitness differences a bit 2018-04-14 06:31:34 -07:00
RouletteWheel.h New class RouletteWheel ! 2018-04-14 02:23:43 -07:00