Home
last modified time | relevance | path

Searched refs:TGP_PRECISE (Results 1 – 5 of 5) sorted by relevance

/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/NOMAD/src/
H A Ddefines.hpp353 TGP_PRECISE , ///< TGP precise mode. enumerator
H A DDisplay.cpp506 case NOMAD::TGP_PRECISE: in operator <<()
H A DTGP_Model.cpp390 if ( _tgp_mode == NOMAD::TGP_PRECISE ) { in get_p_limits()
441 else if ( _tgp_mode == NOMAD::TGP_PRECISE ) { in get_BTE()
H A DTGP_Model_Search.cpp1368 if ( tgp_mode == NOMAD::TGP_PRECISE && n_XX > 100 ) in model_construction()
1503 ( ( _p.get_model_tgp_mode() == NOMAD::TGP_PRECISE ) ? 10000 : 2000 ); in optimize_model()
H A Dutils.cpp579 m = NOMAD::TGP_PRECISE; in string_to_TGP_mode_type()