public class OptimizationResult
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
boolean |
isMinimum |
double |
mF |
double[] |
mX |
int |
numFunctionCalls |
Constructor and Description |
---|
OptimizationResult() |
OptimizationResult(double[] x,
double f,
int nf,
boolean isMin) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |