evolutionary 0.1.1

A fully extensible Rust framework for using paralyzed genetic algorithms to solve problems.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Mutation

* Real:
  - [Delta]real/delta_mutation.rs
  - [Substitute]real/random_resetting_mutation
  - [Swap]./swap_mutation.rs
  - TODO:
    - [Gaussian]real/gaussian_mutation.rs

* Binary:
  - [Bit Flip]./bit_swap_mutation
  - [Swap]./swap_mutation.rs

* Integer:
  - [Swap]./swap_mutation.rs

* Permuted:
  - [Swap]./swap_mutation.rs