Home
last modified time | relevance | path

Searched refs:wolfe1 (Results 1 – 7 of 7) sorted by relevance

/dports/science/qbox/qbox-public-rel1_73_3/src/
H A DSDAIonicStepper.cpp27 bool wolfe1, wolfe2; in compute_r() local
67 wolfe1 = e0 < ec_ + fpc_ * sigma1_ * alpha_; in compute_r()
86 << wolfe1 << "/" << wolfe2 << endl; in compute_r()
90 if ( first_step_ || (wolfe1 && wolfe2) || linmin_.done() ) in compute_r()
H A DLineMinimizer.cpp103 bool wolfe1 = f < f0 + sigma1_ * alpha * fp0; in next_alpha() local
111 cout << "LineMinimizer: wolfe1/wolfe2: " << wolfe1 << "/" << wolfe2 << endl; in next_alpha()
115 if ( wolfe1 && wolfe2 ) in next_alpha()
/dports/math/vowpal_wabbit/vowpal_wabbit-7.10/test/train-sets/ref/
H A Dzero.stderr10 ## avg. loss der. mag. d. m. cond. wolfe1 wolfe2 mix fraction curvature dir. magnitude …
H A Drcv1_small.stderr10 ## avg. loss der. mag. d. m. cond. wolfe1 wolfe2 mix fraction curvature dir. magnitude …
H A Dfrank.stderr13 ## avg. loss der. mag. d. m. cond. wolfe1 wolfe2 mix fraction curvature dir. magnitude …
/dports/math/vowpal_wabbit/vowpal_wabbit-7.10/vowpalwabbit/
H A Dbfgs.cc384 … previous_loss_sum, double step_size, double importance_weight_sum, int &origin, double& wolfe1) { in wolfe_eval() argument
401 wolfe1 = (loss_sum-previous_loss_sum)/(step_size*g0_d); in wolfe_eval()
406 …/(importance_weight_sum*importance_weight_sum), g1_Hg1/importance_weight_sum, " ", wolfe1, wolfe2); in wolfe_eval()
594 double wolfe1; in process_pass() local
595 …b, b.mem, b.loss_sum, b.previous_loss_sum, b.step_size, b.importance_weight_sum, b.origin, wolfe1); in process_pass()
600 if (nanpattern((float)wolfe1)) in process_pass()
610 else if (b.backstep_on && (wolfe1<b.wolfe1_bound || b.loss_sum > b.previous_loss_sum)) in process_pass()
/dports/science/dftbplus/dftbplus-19.1/prog/dftb+/lib_geoopt/
H A Dlbfgs.F90196 real(dp), parameter :: wolfe1 = 1e-4_dp variable
675 if ((phi > this%phi0 + wolfe1 * this%alphaNew * this%dphi0)&
779 if ((phi > this%phi0 + wolfe1 * this%alphaNew * this%dphi0) .or. (phi >= this%phiLo)) then