Home
last modified time | relevance | path

Searched refs:subModel (Results 1 – 25 of 59) sorted by relevance

123

/dports/science/dakota/dakota-6.13.0-release-public.src-UI/src/
H A DRecastModel.hpp483 Model subModel; member in Dakota::RecastModel
710 { return subModel; } in subordinate_model()
718 { subModel.clear_model_keys(); } in clear_model_keys()
730 { return subModel.truth_model(); } in truth_model()
734 { return subModel.truth_model(); } in truth_model()
740 ml.push_back(subModel); in derived_subordinate_models()
781 update_from_model(subModel); in update_from_subordinate_model()
927 { subModel.clear_inactive(); } in clear_inactive()
1002 { subModel.init_serial(); } in derived_init_serial()
1040 { subModel.stop_servers(); } in stop_servers()
[all …]
H A DPEBBLBranching.cpp61 subModel = globalPtr->parentModel; in setRootComputation()
70 cont_vars.resize(subModel.continuous_variables().length()); in setRootComputation()
74 cont_vars[i] = subModel.continuous_variables()[i]; in setRootComputation()
76 lower_bounds[i] = subModel.continuous_lower_bounds()[i]; in setRootComputation()
78 upper_bounds[i] = subModel.continuous_upper_bounds()[i]; in setRootComputation()
87 subModel.continuous_variables(cont_vars); in boundComputation()
88 subModel.continuous_lower_bounds(lower_bounds); in boundComputation()
89 subModel.continuous_upper_bounds(upper_bounds); in boundComputation()
122 int num_cont_vars = subModel.cv() - num_int_vars; in candidateSolution()
144 int num_cont_vars = subModel.cv() - num_int_vars; in splitComputation()
[all …]
H A DRecastModel.cpp401 subModel.evaluate(sub_model_set); in derived_evaluate()
435 subModel.evaluate_nowait(sub_model_set); in derived_evaluate_nowait()
448 = subModel.current_variables().copy(); in derived_evaluate_nowait()
749 outputLevel = subModel.output_level(); in initialize_data_from_submodel()
751 gradientType = subModel.gradient_type(); in initialize_data_from_submodel()
752 methodSource = subModel.method_source(); in initialize_data_from_submodel()
754 centralHess = subModel.central_hess(); in initialize_data_from_submodel()
761 hessianType = subModel.hessian_type(); in initialize_data_from_submodel()
1061 return subModel.error_estimates(); in error_estimates()
1180 return subModel.root_model_id(); in root_model_id()
[all …]
H A DDataTransformModel.cpp62 subModel.inactive_view(MIXED_STATE); in DataTransformModel()
64 subModel.icv() + subModel.idiv() + subModel.idsv() + subModel.idrv(); in DataTransformModel()
231 subModel.num_secondary_fns()); in data_resize()
386 if (subModel.asynch_flag()) { in derived_evaluate()
387 subModel.evaluate_nowait(sub_model_set); in derived_evaluate()
396 subModel.evaluate(sub_model_set); in derived_evaluate()
403 if (subModel.asynch_flag()) { in derived_evaluate()
464 subModel.evaluate_nowait(sub_model_set); in derived_evaluate_nowait()
638 subModel.cache_unmatched_response(sm_id); in filter_submodel_responses()
673 subModel.cache_unmatched_response(sm_id); in cache_submodel_responses()
[all …]
H A DSubspaceModel.cpp22 numFullspaceVars(subModel.cv()), in SubspaceModel()
53 if (subModel.div() > 0 || subModel.dsv() > 0 || subModel.drv() > 0) { in validate_inputs()
130 size_t submodel_cv = subModel.cv(); in initialize_base_recast()
131 size_t submodel_dv = subModel.div() + subModel.dsv() + subModel.drv(); in initialize_base_recast()
158 size_t num_primary = subModel.num_primary_fns(), in initialize_base_recast()
159 num_secondary = subModel.num_secondary_fns(), in initialize_base_recast()
175 const Response& curr_resp = subModel.current_response(); in initialize_base_recast()
201 if (reducedRank != subModel.cv()) { in resize_variable_totals()
373 size_t index = subModel.mi_parallel_level_index(); in component_parallel_mode()
376 subModel.stop_servers(); in component_parallel_mode()
[all …]
H A DNestedModel.cpp123 subModel = problem_db.get_model(); in NestedModel()
129 subModel.fine_grained_evaluation_counters(); in NestedModel()
176 = subModel.all_continuous_variable_types(); in NestedModel()
178 = subModel.all_discrete_int_variable_types(); in NestedModel()
182 = subModel.all_discrete_real_variable_types(); in NestedModel()
1627 = subModel.all_continuous_variable_ids(); in set_mapping()
2004 subModel.stop_servers(); in component_parallel_mode()
2059 subModel.serve_run(si_pl_iter, in serve_run()
2516 = subModel.multivariate_distribution(); in real_variable_mapping()
2690 = subModel.multivariate_distribution(); in integer_variable_mapping()
[all …]
H A DRandomFieldModel.cpp169 rfBuildVars.reshape(subModel.cv(), num_samples); in get_field_data()
241 sharedData = SharedApproxData(approx_type, approx_order, subModel.cv(), in identify_field_model()
291 subModel.cv()+ subModel.div() + subModel.dsv() + subModel.drv(); in initialize_recast()
322 size_t num_primary = subModel.num_primary_fns(), in initialize_recast()
323 num_secondary = subModel.num_secondary_fns(), in initialize_recast()
325 recast_secondary_offset = subModel.num_nonlinear_ineq_constraints(); in initialize_recast()
343 const Response& curr_resp = subModel.current_response(); in initialize_recast()
388 = subModel.multivariate_distribution(); in initialize_rf_coeffs()
406 subModel.continuous_variable_labels(); in initialize_rf_coeffs()
443 size_t num_sm_cv = rfmInstance->subModel.cv(); in vars_mapping()
[all …]
H A DProbabilityTransformModel.hpp265 { return subModel.resize_pending(); } in resize_pending()
273 natafTransform.x_distribution(subModel.multivariate_distribution()); in initialize_nataf()
281 mvDist.pull_distribution_parameters(subModel.multivariate_distribution()); in update_transformation()
301 = subModel.multivariate_distribution(); in initialize_transformation()
322 subModel.update_from_subordinate_model(depth); // retain special value (inf) in update_from_subordinate_model()
324 subModel.update_from_subordinate_model(depth - 1); // decrement in update_from_subordinate_model()
331 RecastModel::update_from_model(subModel); in update_from_subordinate_model()
447 = subModel.multivariate_distribution().active_correlations(); in rv_index_to_corr_index()
465 const SharedVariablesData& svd = subModel.current_variables().shared_data(); in acv_index_to_corr_index()
H A DNestedModel.hpp289 Model subModel; member in Dakota::NestedModel
474 { return subModel; } in subordinate_model()
480 ml.push_back(subModel); in derived_subordinate_models()
482 subModel.derived_subordinate_models(ml, true); in derived_subordinate_models()
504 { if (mode == BYPASS_SURROGATE) subModel.surrogate_response_mode(mode); } in surrogate_response_mode()
557 subIteratorSched.construct_sub_iterator(probDescDB, subIterator, subModel, in estimate_partition_bounds()
577 subIterator = probDescDB.get_iterator(subModel); in derived_init_serial()
588 subModel.init_serial(); in derived_init_serial()
696 subModel.fine_grained_evaluation_counters(); in fine_grained_evaluation_counters()
708 subModel.print_evaluation_summary(s, minimal_header, false); in print_evaluation_summary()
[all …]
H A DDataTransformModel.hpp253 subModel.update_from_subordinate_model(depth); // retain special value (inf) in update_from_subordinate_model()
255 subModel.update_from_subordinate_model(depth - 1); // decrement in update_from_subordinate_model()
262 bool update_active_complement = update_variables_from_model(subModel); in update_from_subordinate_model()
268 update_variables_active_complement_from_model(subModel); in update_from_subordinate_model()
269 update_response_from_model(subModel); in update_from_subordinate_model()
H A DProbabilityTransformModel.cpp44 = subModel.multivariate_distribution(); in ProbabilityTransformModel()
59 const Response& x_resp = subModel.current_response(); in ProbabilityTransformModel()
206 = subModel.multivariate_distribution().random_variables(); in update_model_bounds()
291 c_l_bnds[cv_cntr] = subModel.continuous_lower_bound(cv_cntr); in update_model_bounds()
292 c_u_bnds[cv_cntr] = subModel.continuous_upper_bound(cv_cntr); in update_model_bounds()
335 c_l_bnds[cv_cntr] = subModel.continuous_lower_bound(cv_cntr); in update_model_bounds()
336 c_u_bnds[cv_cntr] = subModel.continuous_upper_bound(cv_cntr); in update_model_bounds()
378 c_l_bnds[cv_cntr] = subModel.continuous_lower_bound(cv_cntr); in update_model_bounds()
531 = subModel.multivariate_distribution(); in verify_correlation_support()
724 = ptmInstance->subModel.multivariate_distribution(); in resp_x_to_u_mapping()
[all …]
H A DAdaptedBasisModel.cpp134 subModel.init_communicators(pl_iter, max_eval_concurrency); in derived_init_communicators()
149 subModel.set_communicators(pl_iter, max_eval_concurrency); in derived_set_communicators()
153 asynchEvalFlag = subModel.asynch_flag(); in derived_set_communicators()
154 evaluationCapacity = subModel.evaluation_capacity(); in derived_set_communicators()
165 subModel.free_communicators(pl_iter, max_eval_concurrency); in derived_free_communicators()
/dports/net/concourse-fly/concourse-6.7.1/web/elm/src/Application/
H A DApplication.elm54 { subModel : SubPage.Model
95 ( subModel, subEffects ) =
99 { subModel = subModel
288 ( subModel, newEffects ) =
289 ( model.subModel, effects )
293 ( { model | subModel = subModel }, newEffects )
320 ( { model | subModel = subModel, session = newSession }
334 ( { model | subModel = subModel, session = session }
349 ( model.subModel, [] )
430 ( model.subModel, [] )
[all …]
/dports/misc/concourse/concourse-6.7.2/web/elm/src/Application/
H A DApplication.elm54 { subModel : SubPage.Model
95 ( subModel, subEffects ) =
99 { subModel = subModel
288 ( subModel, newEffects ) =
289 ( model.subModel, effects )
293 ( { model | subModel = subModel }, newEffects )
320 ( { model | subModel = subModel, session = newSession }
334 ( { model | subModel = subModel, session = session }
349 ( model.subModel, [] )
430 ( model.subModel, [] )
[all …]
/dports/x11-toolkits/ctk/CTK-2018-10-29/Libs/Widgets/Testing/Cpp/
H A DctkFlatProxyModelTest.cpp129 QMap<QString, QVariant> subModel; in testModel_data() local
130 subModel["subItem1"] = subSubModel; in testModel_data()
131 subModel["subItem2"] = subSubModel; in testModel_data()
132 subModel["subItem3"] = subSubModel; in testModel_data()
134 model["item1"] = subModel; in testModel_data()
135 model["item2"] = subModel; in testModel_data()
136 model["item3"] = subModel; in testModel_data()
137 model["item4"] = subModel; in testModel_data()
/dports/cad/ldview/ldview-4.4/LDLoader/
H A DLDLModel.cpp220 LDLModel* subModel; in subModelNamed() local
264 if (subModel == NULL) in subModelNamed()
283 subModel = NULL; in subModelNamed()
290 if (subModel != NULL && subModel->isUnOfficial()) in subModelNamed()
304 if (subModel) in subModelNamed()
319 return subModel; in subModelNamed()
594 LDLModel *subModel, in initializeNewSubModel() argument
601 subModel->release(); in initializeNewSubModel()
1119 LDLModel *subModel; in parseMPDMeta() local
1133 if (subModel) in parseMPDMeta()
[all …]
/dports/math/cbc/Cbc-releases-2.10.5/Cbc/src/
H A DCbcTreeLocal.cpp524 subModel->setSolutionCount(0); in empty()
526 if (!subModel->typePresolve()) { in empty()
527 subModel->branchAndBound(); in empty()
528 if (subModel->status()) { in empty()
535 if (!subModel->status()) in empty()
574 delete subModel; in empty()
1385 subModel->setSolutionCount(0); in empty()
1388 subModel->branchAndBound(); in empty()
1389 if (subModel->status()) { in empty()
1396 if (!subModel->status()) in empty()
[all …]
/dports/net/concourse-fly/concourse-6.7.1/web/elm/tests/
H A DSubPageTests.elm30 >> .subModel
46 >> .subModel
61 >> .subModel
77 >> .subModel
/dports/misc/concourse/concourse-6.7.2/web/elm/tests/
H A DSubPageTests.elm30 >> .subModel
46 >> .subModel
61 >> .subModel
77 >> .subModel
/dports/cad/ldview/ldview-4.4/TRE/
H A DTREModel.cpp287 TRESubModel *subModel = in unMirror() local
342 TRESubModel *subModel = in invert() local
575 if (subModel) in draw()
1292 subModel->setMatrix(matrix); in addSubModel()
1293 subModel->setModel(model); in addSubModel()
1296 subModel->release(); in addSubModel()
1301 return subModel; in addSubModel()
1314 return subModel; in addSubModel()
1925 if (subModel->isColorSet()) in flatten()
3639 subModel->getColor()); in findLights()
[all …]
/dports/cad/ldview/ldview-4.4/LDLib/
H A DLDPartsList.cpp40 void LDPartsList::scanSubModel(LDLModel *subModel, int defaultColor) in scanSubModel() argument
42 LDLFileLineArray *fileLines = subModel->getFileLines(); in scanSubModel()
47 int count = subModel->getActiveLineCount(); in scanSubModel()
/dports/www/threejs/three.js-r136/examples/models/ldraw/officialLibrary/models/
H A D10174-1-ImperialAT-ST-UCS.mpd_Packed.mpd455 0 subModel-1
489 0 subModel-2
500 0 subModel-3
517 0 subModel-4
534 0 subModel-5
555 0 subModel-6
570 0 subModel-7
589 0 subModel-8
599 0 subModel-9
651 0 subModel-10
[all …]
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/qmlmodels/
H A Dqqmllistmodel.cpp595 subModel->append(o); in set()
676 subModel->append(o); in set()
1440 subModel->append(o); in setJsProperty()
1753 subModel->m_modelObjects.append(DynamicRoleModelNode::create(subObject, subModel)); in updateValues()
1780 delete subModel; in ~DynamicRoleModelNodeMetaObject()
1816 subModel->m_modelObjects.append(DynamicRoleModelNode::create(subObject, subModel)); in propertyWritten()
1820 QObject *subModelObject = subModel; in propertyWritten()
2756 ListModel *subModel = nullptr; in applyProperty() local
2758 subModel = model; in applyProperty()
2763 if (subModel == nullptr) { in applyProperty()
[all …]
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/qmlmodels/
H A Dqqmllistmodel.cpp595 subModel->append(o); in set()
676 subModel->append(o); in set()
1440 subModel->append(o); in setJsProperty()
1753 subModel->m_modelObjects.append(DynamicRoleModelNode::create(subObject, subModel)); in updateValues()
1780 delete subModel; in ~DynamicRoleModelNodeMetaObject()
1816 subModel->m_modelObjects.append(DynamicRoleModelNode::create(subObject, subModel)); in propertyWritten()
1820 QObject *subModelObject = subModel; in propertyWritten()
2756 ListModel *subModel = nullptr; in applyProperty() local
2758 subModel = model; in applyProperty()
2763 if (subModel == nullptr) { in applyProperty()
[all …]
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/mcc/src/
H A Dchecker_model.cpp104 evaluate(const SUBCCMModel &subModel, int &offset, int &iTheta, float &error) in evaluate() argument
116 if (match(subModel, tTheta, tError, tOffset) && tError < error) in evaluate()
253 match(const SUBCCMModel &subModel, int iTheta, float &error, int &ierror) in match() argument
281 n = subModel.color_size.height; in match()
282 m = subModel.color_size.width; in match()
289 cv::Mat rgb_est = subModel.sub_chart; in match()

123