Home
last modified time | relevance | path

Searched refs:ORTHO_NP1_NEG (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.cpp240 dt == NOMAD::ORTHO_NP1_NEG || in dir_is_mads()
296 dt == NOMAD::ORTHO_NP1_NEG || in dir_is_orthomads()
321 if ( (*it)==NOMAD::ORTHO_NP1_QUAD || (*it)==NOMAD::ORTHO_NP1_NEG) in dirs_have_orthomads_np1()
424 dt=NOMAD::ORTHO_NP1_NEG; in strings_to_direction_type()
H A Ddefines.hpp428ORTHO_NP1_NEG , ///< OrthoMADS n+1 use negative sum of n first directions to determine n+… enumerator
H A DDisplay.cpp786 case NOMAD::ORTHO_NP1_NEG: 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.cpp4367 …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()
6308 _direction_types.insert(NOMAD::ORTHO_NP1_NEG); in set_DIRECTION_TYPE_NO_MODEL()
H A DMads.cpp2492 (*it).get_type()==NOMAD::ORTHO_NP1_NEG) in dirs_have_orthomads_np1()