| Copyright | (c) Leon Medvinsky, 2015 |
|---|---|
| License | GPL-3 |
| Maintainer | lmedvinsky@hotmail.com |
| Stability | experimental |
| Portability | portable |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Neet.Parameters
Description
- data Parameters = Parameters {}
- data DistParams = DistParams {}
- defParams :: Parameters
- defDP :: DistParams
- smallParams :: Parameters
Documentation
data Parameters Source
The genetic parameters
Constructors
| Parameters | |
Fields
| |
Instances
defParams :: Parameters Source
The parameters used in the original NEAT paper, except the perturbation amount and threshold for size.
Parameters used for distance in the paper
smallParams :: Parameters Source
Parameters used in the paper for small populations