@Deprecated public class SimplexSolver extends AbstractLinearOptimizer
DEFAULT_MAX_ITERATIONS
Constructor and Description |
---|
SimplexSolver()
Deprecated.
Build a simplex solver with default settings.
|
SimplexSolver(double epsilon,
int maxUlps)
Deprecated.
Build a simplex solver with a specified accepted amount of error
|
Modifier and Type | Method and Description |
---|---|
PointValuePair |
doOptimize()
Deprecated.
Perform the bulk of optimization algorithm.
|
getIterations, getMaxIterations, optimize, setMaxIterations
public SimplexSolver()
public SimplexSolver(double epsilon, int maxUlps)
epsilon
- the amount of error to accept for algorithm convergencemaxUlps
- amount of error to accept in floating point comparisonspublic PointValuePair doOptimize() throws MaxCountExceededException, UnboundedSolutionException, NoFeasibleSolutionException
MaxCountExceededException
UnboundedSolutionException
NoFeasibleSolutionException
Jas4pp 1.5 © Java Analysis Studio for Particle Physics