Class Target
- java.lang.Object
-
- org.apache.commons.math3.optimization.Target
-
- All Implemented Interfaces:
OptimizationData
@Deprecated public class Target extends java.lang.Object implements OptimizationData
Deprecated.As of 3.1 (to be removed in 4.0).Target of the optimization procedure. They are the values which the objective vector function must reproduce When the parameters of the model have been optimized.
Immutable class.- Since:
- 3.1
-
-
Field Summary
Fields Modifier and Type Field Description private double[]
target
Deprecated.Target values (of the objective vector function).
-
Constructor Summary
Constructors Constructor Description Target(double[] observations)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description double[]
getTarget()
Deprecated.Gets the initial guess.
-