org.apache.commons.math3.optim.nonlinear.vector
public class Target extends java.lang.Object implements OptimizationData
Modifier and Type | Field and Description |
---|---|
private double[] |
target
Target values (of the objective vector function).
|
Constructor and Description |
---|
Target(double[] observations) |
Modifier and Type | Method and Description |
---|---|
double[] |
getTarget()
Gets the initial guess.
|
Copyright (c) 2003-2013 Apache Software Foundation