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

Uses of MnStrategy in org.freehep.math.minuit
 

Methods in org.freehep.math.minuit that return MnStrategy
 MnStrategy MnApplication.strategy()
           
 

Constructors in org.freehep.math.minuit with parameters of type MnStrategy
MnContours(FCNBase fcn, FunctionMinimum min, MnStrategy stra)
          construct from FCN + minimum + strategy
MnHesse(MnStrategy stra)
          conctructor with specific strategy
MnMigrad(FCNBase fcn, MnUserParameterState par, MnStrategy str)
          construct from FCNBase + MnUserParameterState + MnStrategy
MnMinimize(FCNBase fcn, MnUserParameterState par, MnStrategy str)
          construct from FCNBase + MnUserParameterState + MnStrategy
MnMinos(FCNBase fcn, FunctionMinimum min, MnStrategy stra)
          construct from FCN + minimum + strategy
MnScan(FCNBase fcn, MnUserParameterState par, MnStrategy str)
          construct from FCNBase + MnUserParameterState + MnStrategy
MnSimplex(FCNBase fcn, MnUserParameterState par, MnStrategy str)
          construct from FCNBase + MnUserParameterState + MnStrategy
 



Copyright © 2000-2006 FreeHEP. All Rights Reserved.