Copyright | (c) Leon Medvinsky, 2015 |
---|---|
License | GPL-3 |
Maintainer | lmedvinsky@hotmail.com |
Stability | experimental |
Portability | ghc |
Safe Haskell | None |
Language | Haskell2010 |
Documentation
A NEAT Species.
Construction
Update/Fitness
runFitTest :: (Genome -> Double) -> Species -> (MultiMap Double Genome, SpecScore, Double) Source
Output the result of testing fitness. Last value is the total adjusted fitness
updateSpec :: SpecScore -> Species -> Species Source
Takes a new SpecScore and updates the metadata of a species