Home
last modified time | relevance | path

Searched refs:nREPORT (Results 1 – 16 of 16) sorted by relevance

/dports/math/igraph/igraph-0.9.5/src/math/
H A Dbfgs.c46 igraph_real_t abstol, igraph_real_t reltol, int nREPORT, void *ex, in igraph_bfgs() argument
65 if (nREPORT <= 0) { in igraph_bfgs()
192 if (trace && (iter % nREPORT == 0)) { in igraph_bfgs()
/dports/math/R-cran-igraph/igraph/src/
H A Dbfgs.c47 igraph_real_t abstol, igraph_real_t reltol, int nREPORT, void *ex, in igraph_bfgs() argument
66 if (nREPORT <= 0) { in igraph_bfgs()
193 if (trace && (iter % nREPORT == 0)) { in igraph_bfgs()
/dports/math/R/R-4.1.2/src/include/R_ext/
H A DApplic.h70 int *mask, double abstol, double reltol, int nREPORT,
83 int maxit, char *msg, int trace, int nREPORT);
/dports/math/libRmath/R-4.1.1/src/include/R_ext/
H A DApplic.h70 int *mask, double abstol, double reltol, int nREPORT,
83 int maxit, char *msg, int trace, int nREPORT);
/dports/math/R/R-4.1.2/src/appl/
H A Doptim.c116 double abstol, double reltol, int nREPORT, void *ex, in vmmin() argument
135 if (nREPORT <= 0) in vmmin()
245 if (trace && (iter % nREPORT == 0)) in vmmin()
646 int trace, int nREPORT) in lbfgsb() argument
661 if (nREPORT <= 0) in lbfgsb()
665 case 3: tr = nREPORT; break; in lbfgsb()
689 if(trace == 1 && (iter % nREPORT == 0)) { in lbfgsb()
/dports/math/libRmath/R-4.1.1/src/appl/
H A Doptim.c116 double abstol, double reltol, int nREPORT, void *ex, in vmmin() argument
135 if (nREPORT <= 0) in vmmin()
245 if (trace && (iter % nREPORT == 0)) in vmmin()
646 int trace, int nREPORT) in lbfgsb() argument
661 if (nREPORT <= 0) in lbfgsb()
665 case 3: tr = nREPORT; break; in lbfgsb()
689 if(trace == 1 && (iter % nREPORT == 0)) { in lbfgsb()
/dports/math/igraph/igraph-0.9.5/include/
H A Digraph_nongraph.h85 igraph_real_t abstol, igraph_real_t reltol, int nREPORT, void *ex,
/dports/math/R-cran-igraph/igraph/src/include/
H A Digraph_nongraph.h85 igraph_real_t abstol, igraph_real_t reltol, int nREPORT, void *ex,
/dports/math/R/R-4.1.2/src/library/stats/src/
H A Doptim.c209 int i, npar=0, *mask, trace, maxit, fncount = 0, grcount = 0, nREPORT, tmax; in optim() local
307 nREPORT = asInteger(getListElement(options, "REPORT")); in optim()
324 reltol, nREPORT, (void *)OS, &fncount, &grcount, &ifail); in optim()
359 nREPORT = asInteger(getListElement(options, "REPORT")); in optim()
392 maxit, msg, trace, nREPORT); in optim()
/dports/math/libRmath/R-4.1.1/src/library/stats/src/
H A Doptim.c209 int i, npar=0, *mask, trace, maxit, fncount = 0, grcount = 0, nREPORT, tmax; in optim() local
307 nREPORT = asInteger(getListElement(options, "REPORT")); in optim()
324 reltol, nREPORT, (void *)OS, &fncount, &grcount, &ifail); in optim()
359 nREPORT = asInteger(getListElement(options, "REPORT")); in optim()
392 maxit, msg, trace, nREPORT); in optim()
/dports/biology/iqtree/IQ-TREE-2.0.6/utils/
H A Doptimization.cpp1098 int nREPORT = 10; // The frequency of reports for the "L-BFGS-B" methods if "trace" is positive. in L_BFGS_B() local
1107 factr, pgtol, &fncount, &grcount, maxit, msg, trace, nREPORT); in L_BFGS_B()
1123 int trace, int nREPORT) in lbfgsb() argument
1141 if (nREPORT <= 0) { in lbfgsb()
1147 case 3: tr = nREPORT; break; in lbfgsb()
1174 if(trace == 1 && (iter % nREPORT == 0)) { in lbfgsb()
H A Doptimization.h238 int trace, int nREPORT);
/dports/biology/iqtree/IQ-TREE-2.0.6/lbfgsb/
H A Dlbfgsb_new.h99 int trace, int nREPORT);
H A Dlbfgsb_new.cpp101 int nREPORT = 10; // The frequency of reports for the "L-BFGS-B" methods if "trace" is positive.
109 factr, pgtol, &fncount, &grcount, maxit, msg, trace, nREPORT);
151 int nREPORT = 10; // The frequency of reports for the "L-BFGS-B" methods if "trace" is positive.
159 factr, pgtol, &fncount, &grcount, maxit, msg, trace, nREPORT);
175 int trace, int nREPORT) in lbfgsb() argument
193 if (nREPORT <= 0) { in lbfgsb()
199 case 3: tr = nREPORT; break; in lbfgsb()
226 if(trace == 1 && (iter % nREPORT == 0)) { in lbfgsb()
/dports/math/R/R-4.1.2/doc/manual/
H A DR-exts.texi14595 int *mask, double abstol, double reltol, int nREPORT,
14615 int maxit, char *msg, int trace, int nREPORT);
/dports/math/libRmath/R-4.1.1/doc/manual/
H A DR-exts.texi14500 int *mask, double abstol, double reltol, int nREPORT,
14520 int maxit, char *msg, int trace, int nREPORT);