genetic

genetic algorithm framework
git clone [email protected]:dracuxan/genetic.git
Log | Files | Refs | README

ModeNameSize
-rw-r--r--.formatter.exs4L
-rw-r--r--.gitignore33L
-rw-r--r--README.md1L
-rw-r--r--bench/benchmark.exs33L
-rw-r--r--bench/profile.exs39L
-rw-r--r--lib/application.ex13L
-rw-r--r--lib/genetic.ex140L
-rw-r--r--lib/genetic/random.ex7L
-rw-r--r--lib/genetic/tree.ex7L
-rw-r--r--lib/problem.ex7L
-rw-r--r--lib/toolbox/crossover.ex131L
-rw-r--r--lib/toolbox/initialize.ex6L
-rw-r--r--lib/toolbox/mutation.ex68L
-rw-r--r--lib/toolbox/reinsertion.ex30L
-rw-r--r--lib/toolbox/selection.ex66L
-rw-r--r--lib/types/chromosome.ex17L
-rw-r--r--lib/utilities/genealogy.ex55L
-rw-r--r--lib/utilities/statistics.ex20L
-rw-r--r--mix.exs36L
-rw-r--r--mix.lock23L
-rw-r--r--native/random/.cargo/config.toml5L
-rw-r--r--native/random/.gitignore1L
-rw-r--r--native/random/Cargo.lock149L
-rw-r--r--native/random/Cargo.toml13L
-rw-r--r--native/random/README.md20L
-rw-r--r--native/random/src/lib.rs20L
-rw-r--r--native/tree/.cargo/config.toml5L
-rw-r--r--native/tree/.gitignore1L
-rw-r--r--native/tree/Cargo.lock149L
-rw-r--r--native/tree/Cargo.toml13L
-rw-r--r--native/tree/README.md20L
-rw-r--r--native/tree/src/lib.rs6L
-rw-r--r--scripts/bad_apple.exs144L
-rw-r--r--scripts/basic.exs66L
-rw-r--r--scripts/cargo.exs49L
-rw-r--r--scripts/codebreaker.exs49L
-rw-r--r--scripts/n_queens.exs79L
-rw-r--r--scripts/one_max.exs54L
-rw-r--r--scripts/portfolio.exs29L
-rw-r--r--scripts/schedule.exs61L
-rw-r--r--scripts/sin.exs65L
-rw-r--r--scripts/speller.exs35L
-rw-r--r--scripts/tetris.exs49L
-rw-r--r--scripts/tiger_sim.exs103L
-rw-r--r--test/genetic_test.exs2L
-rw-r--r--test/test_helper.exs1L