Home
last modified time | relevance | path

Searched defs:distCStar (Results 1 – 2 of 2) sorted by relevance

/dports/science/dakota/dakota-6.13.0-release-public.src-UI/src/
H A DEffGlobalMinimizer.hpp198 Real distCStar; member in Dakota::EffGlobalMinimizer
H A DEffGlobalMinimizer.cpp375 Real distCStar = (prev_cv_star.empty()) ? DBL_MAX : rel_change_L2(c_vars, prev_cv_star); in minimize_surrogates_on_model() local
532 Real distCStar = (prev_cv_star.empty()) ? DBL_MAX : rel_change_L2(c_vars, prev_cv_star); in minimize_surrogates_on_model() local
827 Real distCStar = (prev_cv_star.empty()) ? DBL_MAX : rel_change_L2(c_vars, prev_cv_star); in check_convergence() local
889 Real distCStar, in debug_print_counter()