Package pulse.search

Interface Optimisable

    • Method Detail

      • assign

        void assign​(ParameterVector input)
             throws SolverException
        Assigns parameter values of this Optimisable using the optimisation vector params. Only those parameters will be updated, the types of which are listed as indices in the params vector.
        Parameters:
        input - the optimisation vector, containing a similar set of parameters to this Problem
        Throws:
        SolverException - if params contains invalid parameter values
      • optimisationVector

        void optimisationVector​(ParameterVector output)
        Calculates the vector argument defined on Rn to the scalar objective function for this Optimisable.
        Parameters:
        output - the output vector where the result will be stored