Modifier and Type | Field and Description |
---|---|
protected PopulationModel |
GeneticSearchCandidateGenerator.populationModel |
protected PopulationModel |
GeneticSearchCandidateGenerator.Builder.populationModel |
Modifier and Type | Method and Description |
---|---|
GeneticSearchCandidateGenerator.Builder |
GeneticSearchCandidateGenerator.Builder.populationModel(PopulationModel populationModel) |
Modifier and Type | Field and Description |
---|---|
protected PopulationModel |
CrossoverOperator.populationModel |
Modifier and Type | Method and Description |
---|---|
void |
CrossoverOperator.initializeInstance(PopulationModel populationModel)
Will be called by the selection operator once the population model is instantiated.
|
void |
TwoParentsCrossoverOperator.initializeInstance(PopulationModel populationModel)
Will be called by the selection operator once the population model is instantiated.
|
Modifier and Type | Method and Description |
---|---|
void |
CullOperator.initializeInstance(PopulationModel populationModel)
Will be called by the population model once created.
|
void |
RatioCullOperator.initializeInstance(PopulationModel populationModel)
Will be called by the population model once created.
|
Modifier and Type | Method and Description |
---|---|
PopulationModel |
PopulationModel.Builder.build() |
Modifier and Type | Field and Description |
---|---|
protected PopulationModel |
SelectionOperator.populationModel |
Modifier and Type | Method and Description |
---|---|
void |
GeneticSelectionOperator.initializeInstance(PopulationModel populationModel,
ChromosomeFactory chromosomeFactory)
Called by GeneticSearchCandidateGenerator
|
void |
SelectionOperator.initializeInstance(PopulationModel populationModel,
ChromosomeFactory chromosomeFactory)
Called by GeneticSearchCandidateGenerator
|
Copyright © 2020. All rights reserved.