Home
last modified time | relevance | path

Searched refs:stplen (Results 1 – 24 of 24) sorted by relevance

/dports/science/tinker/tinker/source/
H A Dsquare.f633 real*8 stplen,sgnorm
823 stplen = 0.0d0
825 stplen = stplen + work2(j)**2
827 stplen = sqrt(stplen)
828 phi = stplen - delta
847 phip = phip / stplen
853 if (stplen.ge.alow*delta .and. stplen.le.high*delta) then
956 real*8 stplen,stpmin
984 stplen = 0.0d0
986 stplen = stplen + (xscale(i)*sc(i))**2
[all …]
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/main/java/org/apache/commons/math3/optimization/direct/
H A DBOBYQAOptimizer.java1844 double rdprev = 0, rdnext = 0, stplen = 0, stepsq = 0; in trsbox() local
1949 stplen = blen; in trsbox()
1952 stplen = FastMath.min(blen, gredsq / shs); in trsbox()
1967 if (temp < stplen) { in trsbox()
1968 stplen = temp; in trsbox()
1977 if (stplen > ZERO) { in trsbox()
1989 gnew.setEntry(i, gnew.getEntry(i) + stplen * hs.getEntry(i)); in trsbox()
1995 trialStepPoint.setEntry(i, trialStepPoint.getEntry(i) + stplen * s.getEntry(i)); in trsbox()
1998 final double d1 = stplen * (ggsav - HALF * stplen * shs); in trsbox()
2023 if (stplen < blen) { 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.java1839 double rdprev = 0, rdnext = 0, stplen = 0, stepsq = 0; in trsbox() local
1944 stplen = blen; in trsbox()
1947 stplen = FastMath.min(blen, gredsq / shs); in trsbox()
1962 if (temp < stplen) { in trsbox()
1963 stplen = temp; in trsbox()
1972 if (stplen > ZERO) { in trsbox()
1984 gnew.setEntry(i, gnew.getEntry(i) + stplen * hs.getEntry(i)); in trsbox()
1990 trialStepPoint.setEntry(i, trialStepPoint.getEntry(i) + stplen * s.getEntry(i)); in trsbox()
1993 final double d1 = stplen * (ggsav - HALF * stplen * shs); in trsbox()
2018 if (stplen < blen) { in trsbox()
/dports/science/py-dlib/dlib-19.22/dlib/optimization/
H A Doptimization_bobyqa.h2677 doublereal rdprev = 0, rdnext = 0, stplen = 0, stepsq = 0; in trsbox_() local
2842 stplen = blen; in trsbox_()
2846 stplen = std::min(d__1,d__2); in trsbox_()
2862 if (temp < stplen) { in trsbox_()
2863 stplen = temp; in trsbox_()
2873 if (stplen > zero) { in trsbox_()
2886 gnew[i__] += stplen * hs[i__]; in trsbox_()
2893 d__[i__] += stplen * s[i__]; in trsbox_()
2896 d__1 = stplen * (ggsav - half * stplen * shs); in trsbox_()
2921 if (stplen < blen) { in trsbox_()
/dports/math/R-cran-nloptr/nloptr/src/nlopt_src/bobyqa/
H A Dbobyqa.c1185 double rdprev, rdnext, stplen, stepsq; in trsbox_() local
1351 stplen = blen; in trsbox_()
1355 stplen = MIN2(d__1,d__2); in trsbox_()
1371 if (temp < stplen) { in trsbox_()
1372 stplen = temp; in trsbox_()
1382 if (stplen > zero) { in trsbox_()
1395 gnew[i__] += stplen * hs[i__]; in trsbox_()
1402 d__[i__] += stplen * s[i__]; in trsbox_()
1405 d__1 = stplen * (ggsav - half * stplen * shs); in trsbox_()
1430 if (stplen < blen) { in trsbox_()
/dports/math/nlopt/nlopt-2.7.1/src/algs/bobyqa/
H A Dbobyqa.c1184 double rdprev, rdnext = 0.0, stplen, stepsq; in trsbox_() local
1349 stplen = blen; in trsbox_()
1353 stplen = MIN2(d__1,d__2); in trsbox_()
1369 if (temp < stplen) { in trsbox_()
1370 stplen = temp; in trsbox_()
1380 if (stplen > zero) { in trsbox_()
1393 gnew[i__] += stplen * hs[i__]; in trsbox_()
1400 d__[i__] += stplen * s[i__]; in trsbox_()
1403 d__1 = stplen * (ggsav - half * stplen * shs); in trsbox_()
1428 if (stplen < blen) { in trsbox_()
/dports/science/dlib-cpp/dlib-19.22/dlib/optimization/
H A Doptimization_bobyqa.h2677 doublereal rdprev = 0, rdnext = 0, stplen = 0, stepsq = 0; in trsbox_() local
2842 stplen = blen; in trsbox_()
2846 stplen = std::min(d__1,d__2); in trsbox_()
2862 if (temp < stplen) { in trsbox_()
2863 stplen = temp; in trsbox_()
2873 if (stplen > zero) { in trsbox_()
2886 gnew[i__] += stplen * hs[i__]; in trsbox_()
2893 d__[i__] += stplen * s[i__]; in trsbox_()
2896 d__1 = stplen * (ggsav - half * stplen * shs); in trsbox_()
2921 if (stplen < blen) { in trsbox_()
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/ALGLIB/
H A Dalglibinternal.cpp8906 state->stplen = stp; in armijocreate()
8996 state->stplen = state->stpmax; in armijoiteration()
9002 v = state->stplen*linmin_armijofactor; in armijoiteration()
9017 state->stplen = v; in armijoiteration()
9044 v = state->stplen*linmin_armijofactor; in armijoiteration()
9061 state->stplen = v; in armijoiteration()
9077 v = state->stplen/linmin_armijofactor; in armijoiteration()
9088 state->stplen = state->stplen/linmin_armijofactor; in armijoiteration()
9128 state->stplen = state->stplen/linmin_armijofactor; in armijoiteration()
9185 *stp = state->stplen; in armijoresults()
[all …]
H A Dalglibinternal.h78 double stplen; member
/dports/astro/qmapshack/qmapshack-V_1.16.1/3rdparty/alglib/src/
H A Dalglibinternal.cpp11790 state->stplen = stp; in armijocreate()
11880 state->stplen = state->stpmax; in armijoiteration()
11886 v = state->stplen*linmin_armijofactor; in armijoiteration()
11901 state->stplen = v; in armijoiteration()
11928 v = state->stplen*linmin_armijofactor; in armijoiteration()
11945 state->stplen = v; in armijoiteration()
11961 v = state->stplen/linmin_armijofactor; in armijoiteration()
11972 state->stplen = state->stplen/linmin_armijofactor; in armijoiteration()
12012 state->stplen = state->stplen/linmin_armijofactor; in armijoiteration()
12069 *stp = state->stplen; in armijoresults()
[all …]
H A Dalglibinternal.h139 double stplen; member
/dports/math/alglib/alglib-cpp/src/
H A Dalglibinternal.cpp15345 state->stplen = stp; in armijocreate()
15435 state->stplen = state->stpmax; in armijoiteration()
15441 v = state->stplen*linmin_armijofactor; in armijoiteration()
15456 state->stplen = v; in armijoiteration()
15483 v = state->stplen*linmin_armijofactor; in armijoiteration()
15500 state->stplen = v; in armijoiteration()
15516 v = state->stplen/linmin_armijofactor; in armijoiteration()
15527 state->stplen = state->stplen/linmin_armijofactor; in armijoiteration()
15567 state->stplen = state->stplen/linmin_armijofactor; in armijoiteration()
15624 *stp = state->stplen; in armijoresults()
[all …]
H A Dalglibinternal.h143 double stplen; member
/dports/math/alglib/alglib-cpp/tests/
H A Dtest_c.cpp73322 double stplen; in testminnlcunit_testoptguard() local
74045 stplen = (double)(0); in testminnlcunit_testoptguard()
74048stplen = stplen+ae_sqr(state.x.ptr.p_double[i]-xlast.ptr.p_double[i], _state); in testminnlcunit_testoptguard()
74050 stplen = ae_sqrt(stplen, _state); in testminnlcunit_testoptguard()
74051 …nesearch0 = wasgoodlinesearch0||((cntbelow>=2&&cntabove>=2)&&ae_fp_greater_eq(stplen,shortstplen)); in testminnlcunit_testoptguard()
74052 …nesearch1 = wasgoodlinesearch1||((cntbelow>=2&&cntabove>=2)&&ae_fp_greater_eq(stplen,shortstplen)); in testminnlcunit_testoptguard()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/
H A DChangeLog-20185893 * gcc.dg/warn-stplen-no-nul.c: Likewise.
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/
H A DChangeLog-20185893 * gcc.dg/warn-stplen-no-nul.c: Likewise.
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/
H A DChangeLog-20185893 * gcc.dg/warn-stplen-no-nul.c: Likewise.
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/
H A DChangeLog-20185891 * gcc.dg/warn-stplen-no-nul.c: Likewise.
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/
H A DChangeLog-20185893 * gcc.dg/warn-stplen-no-nul.c: Likewise.
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/
H A DChangeLog-20185893 * gcc.dg/warn-stplen-no-nul.c: Likewise.
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/
H A DChangeLog-20185891 * gcc.dg/warn-stplen-no-nul.c: Likewise.
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/
H A DChangeLog-20185893 * gcc.dg/warn-stplen-no-nul.c: Likewise.
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/
H A DChangeLog-20185893 * gcc.dg/warn-stplen-no-nul.c: Likewise.
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/
H A DChangeLog-20185891 * gcc.dg/warn-stplen-no-nul.c: Likewise.