Class Target

  • All Implemented Interfaces:
    OptimizationData

    @Deprecated
    public class Target
    extends 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
    • Constructor Detail

      • Target

        public Target​(double[] observations)
        Deprecated.
        Parameters:
        observations - Target values.
    • Method Detail

      • getTarget

        public double[] getTarget()
        Deprecated.
        Gets the initial guess.
        Returns:
        the initial guess.