Home
last modified time | relevance | path

Searched refs:bigIntBoundSize (Results 1 – 4 of 4) sorted by relevance

/dports/science/dakota/dakota-6.13.0-release-public.src-UI/src/
H A DDakotaMinimizer.cpp49 bigRealBoundSize(BIG_REAL_BOUND), bigIntBoundSize(1000000000), in Minimizer()
74 bigRealBoundSize(1.e+30), bigIntBoundSize(1000000000), in Minimizer()
86 bigRealBoundSize(1.e+30), bigIntBoundSize(1000000000), in Minimizer()
261 if (di_l_bnds[i] > -bigIntBoundSize || di_u_bnds[i] < bigIntBoundSize) in update_from_model()
H A DDakotaMinimizer.hpp238 int bigIntBoundSize; member in Dakota::Minimizer
H A DNomadOptimizer.cpp723 if (lower_bound_int[i] > -bigIntBoundSize) in load_parameters()
732 if (upper_bound_int[i] < bigIntBoundSize) in load_parameters()
H A DDakotaOptimizer.hpp468 bigIntBoundSize, in get_variable_bounds_from_dakota()