public interface GeneticInterface<Param,Field,Population>
| Modifier and Type | Method and Description |
|---|---|
Map<Population,Double> |
fitness(List<Population> ais) |
ScoreConfig<Param,Field> |
getConfigFor(Population c) |
ScoreConfig<Param,Field> |
newConfig() |
Population |
newFromConfig(ScoreConfig<Param,Field> config) |
ScoreConfig<Param,Field> getConfigFor(Population c)
ScoreConfig<Param,Field> newConfig()
Population newFromConfig(ScoreConfig<Param,Field> config)
Map<Population,Double> fitness(List<Population> ais)
Copyright © 2014. All rights reserved.