Interface OptimizationData

All Known Subinterfaces:
Constraint, KarushKuhnTuckerSolver<T>
All Known Implementing Classes:
AbstractSimplex, ADMMQPConvergenceChecker, ADMMQPKKT, ADMMQPOption, BoundedConstraint, CMAESOptimizer.PopulationSize, CMAESOptimizer.Sigma, EqualityConstraint, GoalType, InequalityConstraint, InitialGuess, LinearBoundedConstraint, LinearConstraintSet, LinearEqualityConstraint, LinearInequalityConstraint, LinearObjectiveFunction, MaxEval, MaxIter, MultiDirectionalSimplex, NelderMeadSimplex, NonNegativeConstraint, ObjectiveFunction, ObjectiveFunctionGradient, PivotSelectionRule, SearchInterval, SimpleBounds, SolutionCallback, SQPOption, 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.