Home
last modified time | relevance | path

Searched defs:xtol_abs (Results 1 – 25 of 25) sorted by path

/dports/math/R-cran-lme4/lme4/R/
H A Dutilities.R1160 xtol_abs=1e-8, ftol_abs=1e-8, maxeval=1e5) nameattr
/dports/math/R-cran-lme4/lme4/tests/
H A Dlmer-0.R108 xtol_abs=1e-6))) nameattr
/dports/math/R-cran-lme4/lme4/tests/testthat/
H A Dtest-allFit.R50 optCtrl=list(xtol_abs=1e-10, ftol_abs=1e-10))) nameattr
H A Dtest-lmer.R266 optCtrl=list(xtol_abs=1e-6, ftol_abs=1e-6)), nameattr
H A Dtest-ranef.R63 optCtrl=list(xtol_abs=1e-6, ftol_abs=1e-6))) nameattr
H A Dtest-resids.R6 optCtrl=list(xtol_abs=1e-6, ftol_abs=1e-6)) nameattr
12 optCtrl=list(xtol_abs=1e-6, ftol_abs=1e-6))) nameattr
H A Dtest-summary.R28 optCtrl=list(xtol_abs=1e-6, ftol_abs=1e-6)) nameattr
/dports/math/R-cran-nloptr/nloptr/src/nlopt_src/api/
H A Ddeprecated.c74 double xtol_rel, const double *xtol_abs, in nlopt_minimize_econstrained()
146 double xtol_rel, const double *xtol_abs, in nlopt_minimize_constrained()
164 double xtol_rel, const double *xtol_abs, in nlopt_minimize()
H A Dnlopt-internal.h59 double xtol_rel, *xtol_abs; /* rel/abs x tolerances */ member
H A Doptions.c561 NLOPT_STDCALL nlopt_set_xtol_abs1(nlopt_opt opt, double xtol_abs) in nlopt_set_xtol_abs1()
573 NLOPT_STDCALL nlopt_get_xtol_abs(const nlopt_opt opt, double *xtol_abs) in nlopt_get_xtol_abs()
/dports/math/R-cran-nloptr/nloptr/src/nlopt_src/octave/
H A Dnlopt_optimize-oct.cc173 Matrix xtol_abs = struct_val_default(opts, "xtol_abs", zeros); in make_opt() local
/dports/math/R-cran-nloptr/nloptr/src/nlopt_src/test/
H A Dtestopt.cpp49 static double ftol_rel = 0, ftol_abs = 0, xtol_rel = 0, xtol_abs = 0, minf_max_delta = -HUGE_VAL; variable
/dports/math/R-cran-nloptr/nloptr/src/nlopt_src/util/
H A Dnlopt-util.h80 const double *xtol_abs; member
/dports/math/R-cran-nloptr/nloptr/src/
H A Dnloptr.c591 double xtol_abs[ num_controls ]; in getOptions() local
/dports/math/nlopt/nlopt-2.7.1/src/api/
H A Ddeprecated.c69 …double xtol_rel, const double *xtol_abs, double htol_rel, double htol_abs, int maxeval, double max… in nlopt_minimize_econstrained()
173 …ble minf_max, double ftol_rel, double ftol_abs, double xtol_rel, const double *xtol_abs, int maxev… in nlopt_minimize_constrained()
183 …ble minf_max, double ftol_rel, double ftol_abs, double xtol_rel, const double *xtol_abs, int maxev… in nlopt_minimize()
H A Dnlopt-internal.h67 double xtol_rel, *xtol_abs; /* rel/abs x tolerances */ member
H A Doptions.c704 nlopt_result NLOPT_STDCALL nlopt_set_xtol_abs1(nlopt_opt opt, double xtol_abs) in nlopt_set_xtol_abs1()
720 nlopt_result NLOPT_STDCALL nlopt_get_xtol_abs(const nlopt_opt opt, double *xtol_abs) in nlopt_get_xtol_abs()
/dports/math/nlopt/nlopt-2.7.1/src/octave/
H A Dnlopt_optimize-oct.cc199 Matrix xtol_abs = struct_val_default(opts, "xtol_abs", zeros); in make_opt() local
/dports/math/nlopt/nlopt-2.7.1/src/util/
H A Dnlopt-util.h83 const double *xtol_abs; member
/dports/math/nlopt/nlopt-2.7.1/test/
H A Dtestopt.c51 static double ftol_rel = 0, ftol_abs = 0, xtol_rel = 0, xtol_abs = 0, minf_max_delta; variable
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/muq2/MUQ/Optimization/
H A DOptimization.h144 const double ftol_rel, ftol_abs, xtol_rel, xtol_abs; variable
H A DOptimizer.h83 const double ftol_rel, ftol_abs, xtol_rel, xtol_abs; variable
/dports/science/libctl/libctl-4.5.0/utils/
H A Dnlopt.c45 double *x, *lb, *ub, *xtol_abs = 0; in nlopt_minimize_scm() local
/dports/science/octopus/octopus-10.5/src/math/
H A Dminimizer.F90246 real(c_double), intent(in) :: xtol_abs local
/dports/science/pagmo2/pagmo2-2.18.0/src/algorithms/
H A Dnlopt.cpp963 void nlopt::set_xtol_abs(double xtol_abs) in set_xtol_abs()