Home
last modified time | relevance | path

Searched refs:CONMIN_FRCG (Results 1 – 4 of 4) sorted by relevance

/dports/science/dakota/dakota-6.13.0-release-public.src-UI/src/
H A DCONMINOptimizer.cpp63 ( sub_iterator.method_name() == CONMIN_FRCG || in initialize()
65 sub_iterator.uses_method() == CONMIN_FRCG || in initialize()
73 ( sub_iterator.method_name() == CONMIN_FRCG || in initialize()
75 sub_iterator.uses_method() == CONMIN_FRCG || in initialize()
193 methodName = CONMIN_FRCG; // for output header/footer in allocate_constraints()
195 else if (methodName == CONMIN_FRCG && numConminConstr) { in allocate_constraints()
H A DDataMethod.hpp83 DOT_BFGS, DOT_FRCG, DOT_MMFD, DOT_SLP, DOT_SQP, CONMIN_FRCG, CONMIN_MFD, enumerator
H A DDakotaIterator.cpp576 case CONMIN_FRCG: case CONMIN_MFD: in get_iterator()
872 (CONMIN_FRCG, "conmin_frcg")
H A DNIDRProblemDescDB.cpp7147 MP2s(methodName,CONMIN_FRCG),