Home
last modified time | relevance | path

Searched refs:nEval (Results 1 – 13 of 13) sorted by relevance

/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/JEGA/src/
H A DGeneticAlgorithmMainLoop.cpp190 eddy::utilities::uint64_t nEval = in PostLoopReport()
201 << nEval << " evaluation" << (nEval==1 ? " " : "s ") << "so far." in PostLoopReport()
/dports/astro/marble/marble-21.12.3/src/lib/marble/blendings/
H A DSunLightBlending.cpp142 int nEval = fullLength / it + fullLength % it; in maxDivisor() local
143 if ( nEval < nEvalMin ) { in maxDivisor()
144 nEvalMin = nEval; in maxDivisor()
/dports/games/gnubg/gnubg-1.06.002/
H A Dformat.c151 int nEval; in GetPredefinedChequerplaySetting() local
163 for (nEval = 0; nEval < NUM_SETTINGS; ++nEval) { in GetPredefinedChequerplaySetting()
164 if (cmp_evalcontext(aecSettings + nEval, pec) == 0) { in GetPredefinedChequerplaySetting()
167 return nEval; in GetPredefinedChequerplaySetting()
203 if (fSame && (nFilter == nEval)) in GetPredefinedChequerplaySetting()
204 return nEval; in GetPredefinedChequerplaySetting()
/dports/astro/marble/marble-21.12.3/src/lib/marble/
H A DScanlineTextureMapperContext.cpp402 int nEval = ( width - 1 ) / it + ( width - 1 ) % it; in interpolationStep() local
403 if ( nEval < nEvalMin ) { in interpolationStep()
404 nEvalMin = nEval; in interpolationStep()
H A DMergedLayerDecorator.cpp600 int nEval = fullLength / it + fullLength % it; in maxDivisor() local
601 if ( nEval < nEvalMin ) { in maxDivisor()
602 nEvalMin = nEval; in maxDivisor()
/dports/math/openturns/openturns-1.18/python/src/
H A DSolverImplementation_doc.i.in165 nEval : int
/dports/math/R/R-4.1.2/src/library/stats/R/
H A Dnls.R647 nEval = c("function" = iv[6L], "gradient" = iv[30L]), nameattr in c
/dports/math/libRmath/R-4.1.1/src/library/stats/R/
H A Dnls.R647 nEval = c("function" = iv[6L], "gradient" = iv[30L]), nameattr in c
/dports/databases/sqlcipher/sqlcipher-3.4.2/test/
H A De_expr.test845 foreach {tn x expr res nEval} {
859 } [list $nEval $res]
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/test/
H A De_expr.test840 foreach {tn x expr res nEval} {
851 } [list $nEval $res]
/dports/databases/sqlite3/sqlite-src-3350500/test/
H A De_expr.test846 foreach {tn x expr res nEval} {
860 } [list $nEval $res]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/test/
H A De_expr.test846 foreach {tn x expr res nEval} {
860 } [list $nEval $res]
/dports/biology/fasttree/FastTree-2.1.10_5/
H A DFastTree-2.1.10.c1370 int nEval; /* number of likelihood evaluations */ member
5441 qo->nEval++; in PairNegLogLk()
5596 loglkStart, quartetloglk, qopt.nEval, in MLQuartetOptimize()