Package | Description |
---|---|
geneticAlgorithm | |
geneticAlgorithm.evaluationFunctions |
Modifier and Type | Field and Description |
---|---|
private java.util.List<IEvaluation> |
AbstractGeneticAlgorithm.otherEvaluators |
Modifier and Type | Method and Description |
---|---|
private java.util.List<IEvaluation> |
AbstractGeneticAlgorithm.addNoMoreEvaluators() |
Modifier and Type | Class and Description |
---|---|
class |
AbstractEvaluator |
class |
AbstractPsdEvaluator |
class |
AgBasicPsdEvaluator |
class |
AgHierarchyEvaluator |
class |
AgThreadedPsdEvaluator |
class |
BasicGrowthPsdEvaluator |
class |
MultithreadedPsdEvaluator |
class |
SiBasicPsdEvaluator |
class |
SiThreadedPsdEvaluator |
Modifier and Type | Field and Description |
---|---|
private IEvaluation |
BasicEvaluator.currentEvaluator |
Modifier and Type | Method and Description |
---|---|
IEvaluation |
AbstractEvaluator.setWheight(float wheight) |
IEvaluation |
IEvaluation.setWheight(float wheight) |
Modifier and Type | Method and Description |
---|---|
void |
BasicEvaluator.evaluateAndOrder(Population p,
AbstractPsdEvaluator functionWithSimulation,
java.util.List<IEvaluation> functions)
Evaluate all the elements of the population with the list of given evaluators
after, it orders them from min to max error.
|
void |
IEvaluator.evaluateAndOrder(Population p,
AbstractPsdEvaluator functionWithSimulation,
java.util.List<IEvaluation> functions)
Evaluate all the elements of the population with the list of given evaluators.
|