|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.udo.cs.yale.tools.math.optimization.ec.pso.PSOOptimization
edu.udo.cs.yale.operator.features.weighting.PSOWeighting.PSOWeightingOptimization
private static class PSOWeighting.PSOWeightingOptimization
The optimization class.
Field Summary | |
---|---|
private PSOWeighting |
op
|
Constructor Summary | |
---|---|
PSOWeighting.PSOWeightingOptimization(PSOWeighting op,
int individualSize,
RandomGenerator random)
|
Method Summary | |
---|---|
PerformanceVector |
evaluateIndividual(double[] individual)
Uses the inner operators of the weighting operator to determine the best weights. |
void |
nextIteration()
This method is invoked after each evaluation. |
Methods inherited from class edu.udo.cs.yale.tools.math.optimization.ec.pso.PSOOptimization |
---|
createInitialPopulation, getBestFitnessEver, getBestFitnessInGeneration, getBestPerformanceEver, getBestValuesEver, getGeneration, optimize, setMaxValue, setMinValue |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private PSOWeighting op
Constructor Detail |
---|
public PSOWeighting.PSOWeightingOptimization(PSOWeighting op, int individualSize, RandomGenerator random) throws UndefinedParameterError
UndefinedParameterError
Method Detail |
---|
public PerformanceVector evaluateIndividual(double[] individual) throws OperatorException
evaluateIndividual
in class PSOOptimization
OperatorException
public void nextIteration()
PSOOptimization
nextIteration
in class PSOOptimization
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |