Home
last modified time | relevance | path

Searched refs:ORTHO_NP1_QUAD (Results 1 – 6 of 6) sorted by relevance

/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/NOMAD/src/
H A Dutils.cpp239 dt == NOMAD::ORTHO_NP1_QUAD || in dir_is_mads()
295 dt == NOMAD::ORTHO_NP1_QUAD || in dir_is_orthomads()
321 if ( (*it)==NOMAD::ORTHO_NP1_QUAD || (*it)==NOMAD::ORTHO_NP1_NEG) in dirs_have_orthomads_np1()
387 dt = NOMAD::ORTHO_NP1_QUAD; // Default for ORTHO in strings_to_direction_type()
412 dt = NOMAD::ORTHO_NP1_QUAD; // Default for ORTHO N+1 in strings_to_direction_type()
419 dt= NOMAD::ORTHO_NP1_QUAD; in strings_to_direction_type()
H A Ddefines.hpp427 ORTHO_NP1_QUAD , ///< OrthoMADS n+1 use Quad model to determine n+1-th direction enumerator
H A DDisplay.cpp783 case NOMAD::ORTHO_NP1_QUAD: in operator <<()
H A DDirections.cpp246 … if ( *it == NOMAD::ORTHO_2N || *it == NOMAD::ORTHO_NP1_QUAD || *it == NOMAD::ORTHO_NP1_NEG ) in compute()
H A DParameters.cpp3332 if ( has_direction_type(NOMAD::ORTHO_NP1_QUAD) ) in display()
4162 …set_DIRECTION_TYPE ( NOMAD::ORTHO_NP1_QUAD ); // Default setting that maybe changed if models ar… in check()
4285 if (has_direction_type(NOMAD::ORTHO_NP1_QUAD)) in check()
4367 …if ((has_direction_type(NOMAD::ORTHO_NP1_QUAD) || has_direction_type(NOMAD::ORTHO_NP1_NEG)) && _as… in check()
5062 return (has_direction_type(NOMAD::ORTHO_NP1_QUAD) || has_direction_type(NOMAD::ORTHO_NP1_NEG)); in has_dynamic_direction()
6303 std::set<NOMAD::direction_type>::iterator it=_direction_types.find(NOMAD::ORTHO_NP1_QUAD); in set_DIRECTION_TYPE_NO_MODEL()
6309 it=_direction_types.find(NOMAD::ORTHO_NP1_QUAD); in set_DIRECTION_TYPE_NO_MODEL()
7694 dt.insert ( NOMAD::ORTHO_NP1_QUAD ); in set_VARIABLE_GROUP()
H A DMads.cpp2491 if ( (*it).get_type()==NOMAD::ORTHO_NP1_QUAD || in dirs_have_orthomads_np1()
2506 if ( (*it).get_type()!=NOMAD::ORTHO_NP1_QUAD ) in dir_from_model_opt()