Package org.opt4j.core.optimizer
Class Iteration
- java.lang.Object
-
- org.opt4j.core.optimizer.Iteration
-
-
Field Summary
Fields Modifier and Type Field Description protected intmaxIterationsprotected intvalue
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intmax()Returns the maximal number of iterations.voidnext()Increases the iteration value by 1.intvalue()Returns the current iteration value.
-
-
-
Constructor Detail
-
Iteration
@Inject public Iteration(int maxIterations)
Constructs aIterationobject.- Parameters:
maxIterations- the maximal number of iterations
-
-