JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.apache.commons.math3.optim
Interface OptimizationData
All Known Implementing Classes:
AbstractSimplex
,
CMAESOptimizer.PopulationSize
,
CMAESOptimizer.Sigma
,
GoalType
,
InitialGuess
,
LinearConstraintSet
,
LinearObjectiveFunction
,
MaxEval
,
MaxIter
,
ModelFunction
,
ModelFunctionJacobian
,
MultiDirectionalSimplex
,
NelderMeadSimplex
,
NonLinearConjugateGradientOptimizer.BracketingStep
,
NonNegativeConstraint
,
ObjectiveFunction
,
ObjectiveFunctionGradient
,
PivotSelectionRule
,
SearchInterval
,
SimpleBounds
,
SolutionCallback
,
Target
,
UnivariateObjectiveFunction
,
Weight
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.
Since:
3.1
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
Jas4pp 1.5 © Java Analysis Studio for Particle Physics