Home | History | Annotate | Download | only in examples

Lines Matching full:lower_bounds

69     static const double lower_bounds[kNumParameters];                   \
92 const double TestProblem1::lower_bounds[] = {-kDoubleMax, -kDoubleMax};
107 const double TestProblem2::lower_bounds[] = {-kDoubleMax, -kDoubleMax};
122 const double TestProblem3::lower_bounds[] = {0.0, 1.0};
137 const double TestProblem4::lower_bounds[] = {0.0, 0.00003};
152 const double TestProblem5::lower_bounds[] = {0.6, 0.5};
169 const double TestProblem6::lower_bounds[] = {-kDoubleMax, -kDoubleMax};
188 const double TestProblem7::lower_bounds[] = {-100.0, -1.0, -1.0};
212 const double TestProblem8::lower_bounds[] = {
237 const double TestProblem9::lower_bounds[] = {0.398, 1.0, -0.5};
259 const double TestProblem10::lower_bounds[] ={
279 problem.SetParameterLowerBound(x, i, TestProblem::lower_bounds[i]);