public class RuleSpecies extends Species
Default Base
rule.species
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
P_RULESPECIES |
f_prototype, i_prototype, P_FITNESS, P_INDIVIDUAL, P_PIPE, pipe_prototype
Constructor and Description |
---|
RuleSpecies() |
Modifier and Type | Method and Description |
---|---|
Parameter |
defaultBase()
Returns the default base for this prototype.
|
Individual |
newIndividual(EvolutionState state,
int thread)
Provides a brand-new individual to fill in a population.
|
void |
setup(EvolutionState state,
Parameter base)
The default version of setup(...) loads requested pipelines and calls setup(...) on them and normalizes their probabilities.
|
buildMisc, clone, newIndividual, newIndividual, updateIndividual, updateSubpopulation
public static final java.lang.String P_RULESPECIES
public Parameter defaultBase()
Prototype
public void setup(EvolutionState state, Parameter base)
Species
public Individual newIndividual(EvolutionState state, int thread)
Species
newIndividual
in class Species