|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IterativeOptimizer
This IterativeOptimizer interface has to be implemented by all
population-based iterative optimizers.
To bind an IterativeOptimizer, use
OptimizerModule.bindIterativeOptimizer(java.lang.Class extends org.opt4j.core.optimizer.IterativeOptimizer>).
| Method Summary | |
|---|---|
void |
initialize()
Initializes the optimization process. |
void |
next()
Performs the next iteration in the optimization process. |
| Method Detail |
|---|
void initialize()
throws TerminationException
Population.
TerminationException - if the optimization is terminated
void next()
throws TerminationException
TerminationException - if the optimization is terminated
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||