Home | History | Annotate | Download | only in src

Lines Matching refs:Gmax4

904             double Gmax4 = -DBL_MAX;    // max { -grad(f)_i * d | y_i = -1, d = -1 }
935 if( !is_lower_bound(i) && (t = G[i]) > Gmax4 ) // d = -1
937 Gmax4 = t;
943 if( MAX(Gmax1 + Gmax2, Gmax3 + Gmax4) < eps )
946 if( Gmax1 + Gmax2 > Gmax3 + Gmax4 )