Home
last modified time | relevance | path

Searched refs:RELAXED_DESIGN (Results 1 – 14 of 14) sorted by relevance

/dports/science/dakota/dakota-6.13.0-release-public.src-UI/src/
H A DSurrogateModel.cpp110 active_view >= RELAXED_DESIGN ) { in check_submodel_compatibility()
129 sm_active_view >= RELAXED_DESIGN ) { in check_submodel_compatibility()
210 approx_active_view >= RELAXED_DESIGN && in force_rebuild()
222 sub_model_active_view >= RELAXED_DESIGN ) { in force_rebuild()
305 else if ( approx_active_view >= RELAXED_DESIGN && in force_rebuild()
325 sub_model_active_view >= RELAXED_DESIGN ) { in force_rebuild()
H A DDakotaVariables.cpp100 case RELAXED_ALL: case RELAXED_DESIGN: case RELAXED_ALEATORY_UNCERTAIN: in get_variables()
134 case RELAXED_ALL: case RELAXED_DESIGN: case RELAXED_ALEATORY_UNCERTAIN: in get_variables()
177 view.first = (relaxed) ? RELAXED_DESIGN : MIXED_DESIGN; in get_view()
239 return (relaxed) ? RELAXED_DESIGN : MIXED_DESIGN; break; in method_map()
328 ( active_view >= RELAXED_DESIGN && in check_view_compatibility()
336 ( inactive_view >= RELAXED_DESIGN && in check_view_compatibility()
348 inactive_view >= RELAXED_DESIGN && inactive_view <= MIXED_STATE ) || in check_view_compatibility()
349 ( active_view >= RELAXED_DESIGN && active_view <= MIXED_STATE && in check_view_compatibility()
H A DDataFitSurrModel.cpp365 active_view >= RELAXED_DESIGN ) || in check_submodel_compatibility()
367 sm_active_view >= RELAXED_DESIGN ) ) ) { in check_submodel_compatibility()
855 if (actual_vars.view().first >= RELAXED_DESIGN) { // Distinct view in update_local_reference()
874 if (vars.view().first >= RELAXED_DESIGN) { // Distinct view in update_global_reference()
2280 if (approx_active_view >= RELAXED_DESIGN) { in init_model()
2289 else if ( approx_active_view >= RELAXED_DESIGN && in init_model()
2300 else if ( actual_active_view >= RELAXED_DESIGN && in init_model()
2360 else if ( approx_active_view >= RELAXED_DESIGN && in update_model()
2384 else if ( actual_active_view >= RELAXED_DESIGN && in update_model()
H A DDakotaConstraints.cpp108 case RELAXED_ALL: case RELAXED_DESIGN: case RELAXED_ALEATORY_UNCERTAIN: in get_constraints()
145 case RELAXED_ALL: case RELAXED_DESIGN: case RELAXED_ALEATORY_UNCERTAIN: in get_constraints()
H A DApproximationInterface.cpp240 approx_active_view >= RELAXED_DESIGN ) { // Distinct to All in map()
255 actual_active_view >= RELAXED_DESIGN) { // All to Distinct in map()
H A DDataVariables.hpp35 RELAXED_DESIGN, RELAXED_UNCERTAIN, RELAXED_ALEATORY_UNCERTAIN, enumerator
H A DSubspaceModel.cpp204 case MIXED_DESIGN: case RELAXED_DESIGN: in resize_variable_totals()
H A DNonDSampling.hpp591 ( active_view == RELAXED_ALL || ( active_view >= RELAXED_DESIGN && in sample_to_type()
H A DSharedVariablesData.cpp314 ( variablesView.first >= RELAXED_DESIGN && in relax_noncategorical()
1051 case RELAXED_DESIGN: in view_start_counts()
1155 case MIXED_DESIGN: case RELAXED_DESIGN: in initialize_active_components()
1268 case MIXED_DESIGN: case RELAXED_DESIGN: in initialize_inactive_components()
H A DNonDSampling.cpp394 case RELAXED_DESIGN: case MIXED_DESIGN: vars_mode = DESIGN; break; in sample_to_variables()
406 case RELAXED_DESIGN: case MIXED_DESIGN: in sample_to_variables()
619 ( active_view >= RELAXED_DESIGN && active_view <= RELAXED_STATE ) ); in variables_to_sample()
H A DNestedModel.cpp2093 view = (relaxed) ? RELAXED_DESIGN : MIXED_DESIGN; in update_inactive_view()
2138 ( active_sm_view >= RELAXED_DESIGN && in update_inactive_view()
2142 new_view = (relaxed) ? RELAXED_DESIGN : MIXED_DESIGN; in update_inactive_view()
H A DDataTransformModel.cpp262 case MIXED_DESIGN: case RELAXED_DESIGN: in get_hyperparam_vc_index()
H A DSharedVariablesData.hpp472 case RELAXED_DESIGN: case MIXED_DESIGN: in view_subsets()
H A DDakotaModel.cpp4805 ( active_view >= RELAXED_DESIGN && active_view <= RELAXED_STATE ) ); in discrete_int_sets()
5122 case MIXED_DESIGN: case RELAXED_DESIGN: { in discrete_set_string_values()