Home
last modified time | relevance | path

Searched defs:maxcalls (Results 1 – 10 of 10) sorted by relevance

/dports/math/py-iminuit/iminuit-2.8.4/extern/root/math/minuit2/src/
H A DMnMinos.cxx46 std::pair<double, double> MnMinos::operator()(unsigned int par, unsigned int maxcalls, double toler… in operator ()()
53 double MnMinos::Lower(unsigned int par, unsigned int maxcalls, double toler) const in Lower()
64 double MnMinos::Upper(unsigned int par, unsigned int maxcalls, double toler) const in Upper()
75 MinosError MnMinos::Minos(unsigned int par, unsigned int maxcalls, double toler) const in Minos()
94 MnCross MnMinos::FindCrossValue(int direction, unsigned int par, unsigned int maxcalls, double tole… in FindCrossValue()
199 MnCross MnMinos::Upval(unsigned int par, unsigned int maxcalls, double toler) const in Upval()
205 MnCross MnMinos::Loval(unsigned int par, unsigned int maxcalls, double toler) const in Loval()
H A DMnContours.cxx39 unsigned int maxcalls = 100 * (npoints + 5) * (fMinimum.UserState().VariableParameters() + 1); in Contour() local
/dports/math/py-iminuit/iminuit-2.8.4/src/
H A Dhesse.cpp12 unsigned maxcalls, float maxedm) { in update_fmin()
/dports/math/highs/HiGHS-cfe064e/src/mip/
H A DHighsCliqueTable.h105 int maxcalls = 10000; member
/dports/math/py-mpmath/mpmath-1.2.1/mpmath/
H A Dctx_base.py434 def maxcalls(ctx, f, N): member in StandardBaseContext
H A D__init__.py35 maxcalls = mp.maxcalls variable
/dports/net/yate/yate-6.4.0-1/modules/
H A Dcallgen.cpp498 int maxcalls = s_cfg.getIntValue(s_parameters,YSTRING("maxcalls"),5); in doCommand() local
/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dsepa_rapidlearning.c94 int maxcalls; /**< maximum number of overall calls */ member
H A Dheur_dualval.c133 int maxcalls; /**< maximum number of allowed iterations */ member
/dports/math/gretl/gretl-2021d/lib/src/
H A Dgretl_bfgs.c2954 double step[], int maxcalls, int *ncalls, int *nresets, in nelder_mead()
3243 int maxcalls; in gretl_amoeba() local