Class MultivariateVectorOptimizer

    • Method Detail

      • computeObjectiveValue

        protected double[] computeObjectiveValue​(double[] params)
        Deprecated.
        Computes the objective function value. This method must be called by subclasses to enforce the evaluation counter limit.
        Parameters:
        params - Point at which the objective function must be evaluated.
        Returns:
        the objective function value at the specified point.
        Throws:
        TooManyEvaluationsException - if the maximal number of evaluations (of the model vector function) is exceeded.
      • getWeight

        public RealMatrix getWeight()
        Deprecated.
        Gets the weight matrix of the observations.
        Returns:
        the weight matrix.
      • getTarget

        public double[] getTarget()
        Deprecated.
        Gets the observed values to be matched by the objective vector function.
        Returns:
        the target values.
      • getTargetSize

        public int getTargetSize()
        Deprecated.
        Gets the number of observed values.
        Returns:
        the length of the target vector.