Package | Description |
---|---|
geneticAlgorithm | |
geneticAlgorithm.evaluationFunctions |
Modifier and Type | Field and Description |
---|---|
private AbstractPsdEvaluator |
AbstractGeneticAlgorithm.mainEvaluator |
Modifier and Type | Method and Description |
---|---|
private AbstractPsdEvaluator |
AbstractGeneticAlgorithm.createMainEvaluator()
Evaluator evaluation
|
AbstractPsdEvaluator |
AbstractGeneticAlgorithm.getMainEvaluator() |
Modifier and Type | Class and Description |
---|---|
class |
AgBasicPsdEvaluator |
class |
AgThreadedPsdEvaluator |
class |
BasicGrowthPsdEvaluator |
class |
MultithreadedPsdEvaluator |
class |
SiBasicPsdEvaluator |
class |
SiThreadedPsdEvaluator |
Modifier and Type | Method and Description |
---|---|
AbstractPsdEvaluator |
AbstractPsdEvaluator.setPsd(float[][] experimentalPsd)
Set the reference PSD matrix for future comparisons and starts its norms.
|
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.
|