Home
last modified time | relevance | path

Searched refs:IntResponseMap (Results 1 – 25 of 58) sorted by relevance

123

/dports/science/dakota/dakota-6.13.0-release-public.src-UI/src/
H A DDakotaInterface.hpp85 virtual const IntResponseMap& synchronize();
87 virtual const IntResponseMap& synchronize_nowait();
143 const IntResponseMap& resp_map);
146 const IntResponseMap& resp_map);
153 const IntResponseMap& resp_map);
156 const IntResponseMap& resp_map);
392 IntResponseMap rawResponseMap;
396 IntResponseMap cachedResponseMap;
H A DSensAnalysisGlobal.hpp55 const IntResponseMap& resp_samples,
60 const IntResponseMap& resp_samples);
91 size_t find_valid_samples(const IntResponseMap& resp_samples,
96 const IntResponseMap& resp_samples,
103 const IntResponseMap& resp_samples,
H A DDataTransformModel.hpp117 const IntResponseMap& derived_synchronize();
121 const IntResponseMap& derived_synchronize_nowait();
125 const IntResponseMap& filter_submodel_responses();
128 void cache_submodel_responses(const IntResponseMap& sm_resp_map,
137 void transform_response_map(const IntResponseMap& submodel_resp,
239 typedef std::map<int, IntResponseMap> IntIntResponseMapMap;
H A DHierarchSurrModel.hpp95 const IntResponseMap& derived_synchronize();
96 const IntResponseMap& derived_synchronize_nowait();
221 void derived_synchronize_sequential(IntResponseMap& hf_resp_map_rekey,
222 IntResponseMap& lf_resp_map_rekey,
228 void derived_synchronize_combine(const IntResponseMap& hf_resp_map,
229 IntResponseMap& lf_resp_map,
230 IntResponseMap& combined_resp_map);
233 void derived_synchronize_combine_nowait(const IntResponseMap& hf_resp_map,
234 IntResponseMap& lf_resp_map,
242 void compute_apply_delta(IntResponseMap& lf_resp_map);
[all …]
H A DActiveSubspaceModel.hpp94 const IntResponseMap& derived_synchronize();
95 const IntResponseMap& derived_synchronize_nowait();
167 IntResponseMap training_y,
168 RealMatrix test_x, IntResponseMap test_y);
306 IntResponseMap surrResponseMap;
H A DApproximationInterface.hpp86 const IntResponseMap& resp_map);
88 const IntResponseMap& resp_map);
93 const IntResponseMap& resp_map);
95 const IntResponseMap& resp_map);
142 const IntResponseMap& synchronize();
143 const IntResponseMap& synchronize_nowait();
170 void update_pop_counts(const IntResponseMap& resp_map);
239 IntResponseMap beforeSynchResponseMap;
H A DSimulationModel.hpp82 const IntResponseMap& derived_synchronize();
85 const IntResponseMap& derived_synchronize_nowait();
194 IntResponseMap simResponseMap;
257 inline const IntResponseMap& SimulationModel::derived_synchronize() in derived_synchronize()
276 inline const IntResponseMap& SimulationModel::derived_synchronize_nowait() in derived_synchronize_nowait()
H A DDataFitSurrModel.hpp116 const IntResponseMap& derived_synchronize();
117 const IntResponseMap& derived_synchronize_nowait();
190 void rebuild_approximation(const IntResponseMap& all_resp);
202 const IntResponseMap& resp_map, bool rebuild_flag);
206 const IntResponseMap& resp_map, bool rebuild_flag);
218 const IntResponseMap& resp_map, bool rebuild_flag);
222 const IntResponseMap& resp_map, bool rebuild_flag);
365 IntResponseMap& approx_resp_map_rekey);
780 rebuild_approximation(const IntResponseMap& all_resp) in rebuild_approximation()
H A DDakotaAnalyzer.hpp43 const IntResponseMap& all_responses() const;
139 const IntResponseMap& resp_samples);
188 IntResponseMap allResponses;
261 inline const IntResponseMap& Analyzer::all_responses() const in all_responses()
H A DNonDSampling.hpp59 const IntResponseMap& resp_samples);
65 void compute_intervals(const IntResponseMap& samples);
69 const IntResponseMap& samples);
75 void compute_moments(const IntResponseMap& samples);
77 void compute_moments(const IntResponseMap& samples, RealMatrix& moment_stats,
114 void compute_level_mappings(const IntResponseMap& samples);
434 inline void NonDSampling::compute_moments(const IntResponseMap& samples) in compute_moments()
445 inline void NonDSampling::compute_intervals(const IntResponseMap& samples) in compute_intervals()
H A DHierarchSurrModel.cpp797 const IntResponseMap& HierarchSurrModel::derived_synchronize() in derived_synchronize()
803 IntResponseMap hf_resp_map_rekey, lf_resp_map_rekey; in derived_synchronize()
821 const IntResponseMap& HierarchSurrModel::derived_synchronize_nowait() in derived_synchronize_nowait()
825 IntResponseMap hf_resp_map_rekey, lf_resp_map_rekey; in derived_synchronize_nowait()
835 derived_synchronize_sequential(IntResponseMap& hf_resp_map_rekey, in derived_synchronize_sequential()
883 const IntResponseMap& partial_map = derived_synchronize_nowait(); in derived_synchronize_competing()
896 derived_synchronize_combine(const IntResponseMap& hf_resp_map, in derived_synchronize_combine()
897 IntResponseMap& lf_resp_map, in derived_synchronize_combine()
898 IntResponseMap& combined_resp_map) in derived_synchronize_combine()
972 derived_synchronize_combine_nowait(const IntResponseMap& hf_resp_map, in derived_synchronize_combine_nowait()
[all …]
H A DRecastModel.hpp163 void transform_response_map(const IntResponseMap& old_resp_map,
164 IntResponseMap& new_resp_map);
235 const IntResponseMap& derived_synchronize();
238 const IntResponseMap& derived_synchronize_nowait();
322 const IntResponseMap& resp_map, bool rebuild_flag);
332 const IntResponseMap& resp_map, bool rebuild_flag);
501 IntResponseMap recastResponseMap;
867 const IntResponseMap& resp_map, bool rebuild_flag) in update_approximation()
883 const IntResponseMap& resp_map, bool rebuild_flag) in append_approximation()
H A DSubspaceModel.hpp78 const IntResponseMap& derived_synchronize();
79 const IntResponseMap& derived_synchronize_nowait();
H A DDakotaModel.hpp231 const IntResponseMap& resp_map,
235 const IntResponseMap& resp_map,
247 const IntResponseMap& resp_map,
251 const IntResponseMap& resp_map,
465 const IntResponseMap& synchronize();
468 const IntResponseMap& synchronize_nowait();
1457 const IntResponseMap& fd_responses,
1564 IntResponseMap responseMap;
1567 IntResponseMap cachedResponseMap;
1570 IntResponseMap graphicsRespMap;
[all …]
H A DNonDPolynomialChaos.hpp126 const IntResponseMap& resp_map);
250 append_expansion(const RealMatrix& samples, const IntResponseMap& resp_map) in append_expansion()
H A DApplicationInterface.hpp106 const IntResponseMap& synchronize();
110 const IntResponseMap& synchronize_nowait();
523 IntResponseMap historyDuplicateMap;
H A DActiveSubspaceModel.cpp423 const IntResponseMap& all_responses = fullspaceSampler.all_responses(); in populate_matrices()
890 const IntResponseMap& all_y = fullspaceSampler.all_responses(); in compute_cross_validation_metric()
981 IntResponseMap training_y, test_y; in compute_cross_validation_metric()
1132 const IntResponseMap& all_responses = fullspaceSampler.all_responses(); in build_surrogate()
1196 const IntResponseMap& all_responses_ref = fullspaceSampler.all_responses(); in build_surrogate()
1215 IntResponseMap training_y, in build_cv_surrogate()
1216 RealMatrix test_x, IntResponseMap test_y) in build_cv_surrogate()
1223 IntResponseMap test_y_surr; in build_cv_surrogate()
1318 const IntResponseMap& ActiveSubspaceModel::derived_synchronize() in derived_synchronize()
1338 const IntResponseMap& ActiveSubspaceModel::derived_synchronize_nowait() in derived_synchronize_nowait()
H A DDataTransformModel.cpp411 const IntResponseMap& submodel_resp = filter_submodel_responses(); in derived_evaluate()
488 const IntResponseMap& DataTransformModel::derived_synchronize() in derived_synchronize()
512 const IntResponseMap& DataTransformModel::derived_synchronize_nowait() in derived_synchronize_nowait()
621 const IntResponseMap& DataTransformModel::filter_submodel_responses() in filter_submodel_responses()
623 const IntResponseMap& sm_resp_map = subModel.synchronize(); in filter_submodel_responses()
646 cache_submodel_responses(const IntResponseMap& sm_resp_map, bool deep_copy) in cache_submodel_responses()
661 cachedResp[recast_id] = IntResponseMap(); in cache_submodel_responses()
730 transform_response_map(const IntResponseMap& submodel_resp, in transform_response_map()
H A DApproximationInterface.cpp323 const IntResponseMap& ApproximationInterface::synchronize() in synchronize()
337 const IntResponseMap& ApproximationInterface::synchronize_nowait() in synchronize_nowait()
408 update_approximation(const RealMatrix& samples, const IntResponseMap& resp_map) in update_approximation()
465 const IntResponseMap& resp_map) in update_approximation()
564 append_approximation(const RealMatrix& samples, const IntResponseMap& resp_map) in append_approximation()
620 const IntResponseMap& resp_map) in append_approximation()
858 void ApproximationInterface::update_pop_counts(const IntResponseMap& resp_map) in update_pop_counts()
H A Ddakota_data_types.hpp160 typedef std::map<int, Response> IntResponseMap; typedef
223 typedef IntResponseMap::iterator IntRespMIter;
224 typedef IntResponseMap::const_iterator IntRespMCIter;
H A DSurrogateModel.hpp172 IntResponseMap surrResponseMap;
176 IntResponseMap cachedApproxRespMap;
H A DDataFitSurrModel.cpp567 const IntResponseMap& all_resp = daceIterator.all_responses(); in update_approximation()
615 const IntResponseMap& resp_map, bool rebuild_flag) in update_approximation()
664 const IntResponseMap& all_resp = daceIterator.all_responses(); in append_approximation()
715 const IntResponseMap& resp_map, bool rebuild_flag) in append_approximation()
1708 const IntResponseMap& DataFitSurrModel::derived_synchronize() in derived_synchronize()
1717 IntResponseMap actual_resp_map_rekey; in derived_synchronize()
1733 IntResponseMap approx_resp_map_rekey; in derived_synchronize()
1805 const IntResponseMap& DataFitSurrModel::derived_synchronize_nowait() in derived_synchronize_nowait()
1814 IntResponseMap actual_resp_map_rekey; in derived_synchronize_nowait()
1830 IntResponseMap approx_resp_map_rekey; in derived_synchronize_nowait()
[all …]
H A DAPPSEvalMgr.hpp128 IntResponseMap dakotaResponseMap;
H A DNonDLHSSingleInterval.cpp40 const IntResponseMap& all_responses = lhsSampler.all_responses(); in post_process_samples()
H A DDakotaInterface.cpp812 const IntResponseMap& Interface::synchronize() in synchronize()
825 const IntResponseMap& Interface::synchronize_nowait() in synchronize_nowait()
1012 update_approximation(const RealMatrix& samples, const IntResponseMap& resp_map) in update_approximation()
1027 const IntResponseMap& resp_map) in update_approximation()
1055 append_approximation(const RealMatrix& samples, const IntResponseMap& resp_map) in append_approximation()
1070 const IntResponseMap& resp_map) in append_approximation()

123