public class RuleSpecies extends Species
Default Base
rule.species
| Modifier and Type | Field and Description |
|---|---|
static 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.
|
clone, newIndividual, newIndividualpublic static final String P_RULESPECIES
public Parameter defaultBase()
Prototypepublic void setup(EvolutionState state, Parameter base)
Speciespublic Individual newIndividual(EvolutionState state, int thread)
SpeciesnewIndividual in class SpeciesCopyright © 2014 Evolutionary Computation Laboratory at George Mason University. All rights reserved.