org.apache.commons.math3.optimization
Class Target
java.lang.Object
org.apache.commons.math3.optimization.Target
- All Implemented Interfaces:
- OptimizationData
Deprecated. As of 3.1 (to be removed in 4.0).
@Deprecated
public class Target
- extends Object
- implements OptimizationData
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
- Version:
- $Id: Target.java 7721 2013-02-14 14:07:13Z CardosoP $
Constructor Summary |
Target(double[] observations)
Deprecated. |
Method Summary |
double[] |
getTarget()
Deprecated. Gets the initial guess. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Target
public Target(double[] observations)
- Deprecated.
- Parameters:
observations
- Target values.
getTarget
public double[] getTarget()
- Deprecated.
- Gets the initial guess.
- Returns:
- the initial guess.
Copyright © 2016 CNES. All Rights Reserved.