- All Known Implementing Classes:
- AbstractSimplex, CMAESOptimizer.PopulationSize, CMAESOptimizer.Sigma, GoalType, InitialGuess, LinearConstraintSet, LinearObjectiveFunction, MaxEval, MaxIter, MultiDirectionalSimplex, NelderMeadSimplex, NonNegativeConstraint, ObjectiveFunction, ObjectiveFunctionGradient, PivotSelectionRule, SearchInterval, SimpleBounds, SolutionCallback, UnivariateObjectiveFunction
public interface OptimizationData
Marker interface.
 Implementations will provide functionality (optional or required) needed
 by the optimizers, and those will need to check the actual type of the
 arguments and perform the appropriate cast in order to access the data
 they need.