Home
last modified time | relevance | path

Searched refs:dredg (Results 1 – 12 of 12) sorted by relevance

/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/main/java/org/apache/commons/math3/optimization/direct/
H A DBOBYQAOptimizer.java1839 double temp = 0, xsav = 0, xsum = 0, angbd = 0, dredg = 0, sredg = 0; in trsbox() local
2049 dredg = ZERO; in trsbox()
2056 dredg += trialStepPoint.getEntry(i) * gnew.getEntry(i); in trsbox()
2073 temp = gredsq * dredsq - dredg * dredg; in trsbox()
2080 … s.setEntry(i, (dredg * trialStepPoint.getEntry(i) - dredsq * gnew.getEntry(i)) / temp); in trsbox()
2166 rednew = sth * (angt * dredg - sredg - HALF * sth * temp); in trsbox()
2190 sdec = sth * (angt * dredg - sredg - HALF * sth * temp); in trsbox()
2199 dredg = ZERO; in trsbox()
2205 dredg += trialStepPoint.getEntry(i) * gnew.getEntry(i); in trsbox()
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/main/java/org/apache/commons/math3/optim/nonlinear/scalar/noderiv/
H A DBOBYQAOptimizer.java1834 double temp = 0, xsav = 0, xsum = 0, angbd = 0, dredg = 0, sredg = 0; in trsbox() local
2044 dredg = ZERO; in trsbox()
2051 dredg += trialStepPoint.getEntry(i) * gnew.getEntry(i); in trsbox()
2068 temp = gredsq * dredsq - dredg * dredg; in trsbox()
2075 … s.setEntry(i, (dredg * trialStepPoint.getEntry(i) - dredsq * gnew.getEntry(i)) / temp); in trsbox()
2161 rednew = sth * (angt * dredg - sredg - HALF * sth * temp); in trsbox()
2185 sdec = sth * (angt * dredg - sredg - HALF * sth * temp); in trsbox()
2194 dredg = ZERO; in trsbox()
2200 dredg += trialStepPoint.getEntry(i) * gnew.getEntry(i); in trsbox()
/dports/science/py-dlib/dlib-19.22/dlib/optimization/
H A Doptimization_bobyqa.h2672 doublereal temp = 0, zero = 0, xsav = 0, xsum = 0, angbd = 0, dredg = 0, sredg = 0; in trsbox_() local
2943 dredg = zero; in trsbox_()
2951 dredg += d__[i__] * gnew[i__]; in trsbox_()
2969 temp = gredsq * dredsq - dredg * dredg; in trsbox_()
2977 s[i__] = (dredg * d__[i__] - dredsq * gnew[i__]) / temp; in trsbox_()
3067 rednew = sth * (angt * dredg - sredg - half * sth * temp); in trsbox_()
3092 sdec = sth * (angt * dredg - sredg - half * sth * temp); in trsbox_()
3101 dredg = zero; in trsbox_()
3108 dredg += d__[i__] * gnew[i__]; in trsbox_()
/dports/math/R-cran-nloptr/nloptr/src/nlopt_src/bobyqa/
H A Dbobyqa.c1180 double temp, zero, xsav, xsum, angbd, dredg, sredg; in trsbox_() local
1452 dredg = zero; in trsbox_()
1460 dredg += d__[i__] * gnew[i__]; in trsbox_()
1478 temp = gredsq * dredsq - dredg * dredg; in trsbox_()
1486 s[i__] = (dredg * d__[i__] - dredsq * gnew[i__]) / temp; in trsbox_()
1577 rednew = sth * (angt * dredg - sredg - half * sth * temp); in trsbox_()
1602 sdec = sth * (angt * dredg - sredg - half * sth * temp); in trsbox_()
1611 dredg = zero; in trsbox_()
1618 dredg += d__[i__] * gnew[i__]; in trsbox_()
/dports/math/nlopt/nlopt-2.7.1/src/algs/bobyqa/
H A Dbobyqa.c1179 double temp, zero, xsav = 0.0, xsum, angbd = 0.0, dredg = 0.0, sredg = 0.0; in trsbox_() local
1450 dredg = zero; in trsbox_()
1458 dredg += d__[i__] * gnew[i__]; in trsbox_()
1476 temp = gredsq * dredsq - dredg * dredg; in trsbox_()
1484 s[i__] = (dredg * d__[i__] - dredsq * gnew[i__]) / temp; in trsbox_()
1574 rednew = sth * (angt * dredg - sredg - half * sth * temp); in trsbox_()
1599 sdec = sth * (angt * dredg - sredg - half * sth * temp); in trsbox_()
1608 dredg = zero; in trsbox_()
1615 dredg += d__[i__] * gnew[i__]; in trsbox_()
/dports/science/dlib-cpp/dlib-19.22/dlib/optimization/
H A Doptimization_bobyqa.h2672 doublereal temp = 0, zero = 0, xsav = 0, xsum = 0, angbd = 0, dredg = 0, sredg = 0; in trsbox_() local
2943 dredg = zero; in trsbox_()
2951 dredg += d__[i__] * gnew[i__]; in trsbox_()
2969 temp = gredsq * dredsq - dredg * dredg; in trsbox_()
2977 s[i__] = (dredg * d__[i__] - dredsq * gnew[i__]) / temp; in trsbox_()
3067 rednew = sth * (angt * dredg - sredg - half * sth * temp); in trsbox_()
3092 sdec = sth * (angt * dredg - sredg - half * sth * temp); in trsbox_()
3101 dredg = zero; in trsbox_()
3108 dredg += d__[i__] * gnew[i__]; in trsbox_()
/dports/misc/py-orange3-network/orange3-network-ec534c9/orangecontrib/network/networks/
H A Dlastfm_all.tab418 dredg Live at the Fillmore, Catch Without Arms, El Cielo, Leitmotif 2006 2001 4 182907 7584469 1 2 …
H A Dlastfm.tab418 dredg Live at the Fillmore, Catch Without Arms, El Cielo, Leitmotif 2006 2001 4 182907 7584469 1 2 …
H A Dlastfm_tags.tab418 …0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 dredg Live at the Fillmo…
/dports/math/vowpal_wabbit/vowpal_wabbit-7.10/test/train-sets/
H A Drcv1_raw_cb_small.vw431 …endum ballot dean effic clean harbor wit unify correl prolif unev bridg leung dredg chamberlin bevy
H A Drcv1_cb_eval431 …endum ballot dean effic clean harbor wit unify correl prolif unev bridg leung dredg chamberlin bevy
/dports/textproc/py-gensim/gensim-4.0.1/gensim/test/test_data/
H A Dhead500.noblanks.cor49dredg sea floor crush form powder harvest coast brittani franc falmouth cornwal extens western ire…