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

Class MnMinimize



  • public class MnMinimize
    extends MnApplication
    Causes minimization of the function by the method of MIGRAD, as does the MnMigrad class, but switches to the SIMPLEX method if MIGRAD fails to converge. Constructor arguments, methods arguments and names of methods are the same as for MnMigrad or MnSimplex.
    • Constructor Detail

      • MnMinimize

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

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

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

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

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

        public MnMinimize(FCNBase fcn,
                          MnUserParameters par,
                          int stra)
        construct from FCNBase + MnUserParameters

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.