Home
last modified time | relevance | path

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

/dports/science/dakota/dakota-6.13.0-release-public.src-UI/src/unit_test/
H A Dopt_api_traits.cpp58 methodName == ASYNCH_PATTERN_SEARCH || methodName == BRANCH_AND_BOUND) in check_variables()
144 …check_variable_consistency( BRANCH_AND_BOUND , std::shared_ptr<TraitsBase>(new PebbldTraits()… in TEUCHOS_UNIT_TEST()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/src/
H A DPEBBLMinimizer.cpp60 : Minimizer(BRANCH_AND_BOUND, model, std::shared_ptr<TraitsBase>(new PebbldTraits())) in PebbldMinimizer()
65 : Minimizer(BRANCH_AND_BOUND, model, std::shared_ptr<TraitsBase>(new PebbldTraits())) in PebbldMinimizer()
H A DDataMethod.hpp88 BRANCH_AND_BOUND=(MINIMIZER_BIT | OPTIMIZER_BIT | LEASTSQ_BIT) }; enumerator
H A DDakotaIterator.cpp536 case BRANCH_AND_BOUND: in get_iterator()
855 (BRANCH_AND_BOUND, "branch_and_bound")
H A DDakotaVariables.cpp263 return (problem_db.get_ushort("method.algorithm") == BRANCH_AND_BOUND) ? in method_domain()
H A DNIDRProblemDescDB.cpp7139 MP2s(methodName,BRANCH_AND_BOUND),