|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Optimization
General interface for all optimization methods. The method
optimize()
should be invoked to start the optimization process. The
optimal result can be queried by the method getBestValuesEver()
.
The other methods of this interface can be used to support logging or
plotting.
Method Summary | |
---|---|
double |
getBestFitnessEver()
Returns the best fitness ever. |
double |
getBestFitnessInGeneration()
Returns the best fitness in the current generation. |
PerformanceVector |
getBestPerformanceEver()
Returns the best performance vector ever. |
double[] |
getBestValuesEver()
Returns the best values ever. |
int |
getGeneration()
Returns the current generation. |
void |
optimize()
Should be invoked to start optimization. |
Method Detail |
---|
void optimize() throws OperatorException
OperatorException
int getGeneration()
double getBestFitnessInGeneration()
double getBestFitnessEver()
PerformanceVector getBestPerformanceEver()
double[] getBestValuesEver()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |