Documentation of 'org.freehep.math.minuit.MnSimplex' Java class
MnSimplex
org.freehep.math.minuit

Class MnSimplex



  • public class MnSimplex
    extends MnApplication
    SIMPLEX is a function minimization method using the simplex method of Nelder and Mead. MnSimplex provides minimization of the function by the method of SIMPLEX and the functionality for parameters interaction. It also retains the result from the last minimization in case the user may want to do subsequent minimization steps with parameter interactions in between the minimization requests. As SIMPLEX is a stepping method it does not produce a covariance matrix.
    • Constructor Detail

      • MnSimplex

        public MnSimplex(FCNBase fcn,
                         double[] par,
                         double[] err)
        construct from FCNBase + double[] for parameters and errors with default strategy
      • MnSimplex

        public MnSimplex(FCNBase fcn,
                         double[] par,
                         double[] err,
                         int stra)
        construct from FCNBase + double[] for parameters and errors
      • MnSimplex

        public MnSimplex(FCNBase fcn,
                         double[] par,
                         MnUserCovariance cov)
        construct from FCNBase + double[] for parameters and MnUserCovariance with default strategy
      • MnSimplex

        public MnSimplex(FCNBase fcn,
                         double[] par,
                         MnUserCovariance cov,
                         int stra)
        construct from FCNBase + double[] for parameters and MnUserCovariance
      • MnSimplex

        public MnSimplex(FCNBase fcn,
                         MnUserParameters par)
        construct from FCNBase + MnUserParameters with default strategy
      • MnSimplex

        public MnSimplex(FCNBase fcn,
                         MnUserParameters par,
                         int stra)
        construct from FCNBase + MnUserParameters
    • Method Detail

      • minimizer

        public org.freehep.math.minuit.ModularFunctionMinimizer minimizer()

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.