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 {}
- data MutParams = MutParams {}
- defParams :: Parameters
- defDistParams :: DistParams
- defMutParams :: MutParams
- defMutParamsS :: MutParams
Documentation
data Parameters Source
The genetic parameters
Constructors
Parameters | |
Fields
|
Instances
Mutation Parameters
Constructors
MutParams | |
Fields
|
defParams :: Parameters Source
The parameters used in the original NEAT paper, except the perturbation amount and threshold for size.
defDistParams :: DistParams Source
Parameters used for distance in the paper
defMutParams :: MutParams Source
Mutation parameters for defParams