Uses of Class
org.freehep.math.minuit.MnApplication

Uses of MnApplication in org.freehep.math.minuit
 

Subclasses of MnApplication in org.freehep.math.minuit
 class MnMigrad
          MnMigrad provides minimization of the function by the method of MIGRAD, the most efficient and complete single method, recommended for general functions, and the functionality for parameters interaction.
 class MnMinimize
          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.
 class MnScan
          MnScan scans the value of the user function by varying one parameter.
 class MnSimplex
          SIMPLEX is a function minimization method using the simplex method of Nelder and Mead.
 



Copyright © 2000-2006 FreeHEP. All Rights Reserved.