Home
last modified time | relevance | path

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

/dports/science/dakota/dakota-6.13.0-release-public.src-UI/src/
H A DEmbedHybridMetaIterator.hpp62 IntIntPair estimate_partition_bounds();
94 inline IntIntPair EmbedHybridMetaIterator::estimate_partition_bounds() in estimate_partition_bounds() function in Dakota::EmbedHybridMetaIterator
121 IntIntPair global_min_max = globalIterator.estimate_partition_bounds(), in estimate_partition_bounds()
122 local_min_max = localIterator.estimate_partition_bounds(), min_max; in estimate_partition_bounds()
H A DCollabHybridMetaIterator.hpp59 IntIntPair estimate_partition_bounds();
97 inline IntIntPair CollabHybridMetaIterator::estimate_partition_bounds() in estimate_partition_bounds() function in Dakota::CollabHybridMetaIterator
111 min_max = selectedIterators[i].estimate_partition_bounds(); in estimate_partition_bounds()
H A DConcurrentMetaIterator.hpp74 IntIntPair estimate_partition_bounds();
133 inline IntIntPair ConcurrentMetaIterator::estimate_partition_bounds() in estimate_partition_bounds() function in Dakota::ConcurrentMetaIterator
148 IntIntPair min_max, si_min_max = selectedIterator.estimate_partition_bounds(); in estimate_partition_bounds()
H A DSeqHybridMetaIterator.hpp77 IntIntPair estimate_partition_bounds();
150 inline IntIntPair SeqHybridMetaIterator::estimate_partition_bounds() in estimate_partition_bounds() function in Dakota::SeqHybridMetaIterator
164 min_max = selectedIterators[i].estimate_partition_bounds(); in estimate_partition_bounds()
H A DDataFitSurrModel.hpp275 IntIntPair estimate_partition_bounds(int max_eval_concurrency);
805 estimate_partition_bounds(int max_eval_concurrency) in estimate_partition_bounds() function in Dakota::DataFitSurrModel
810 return daceIterator.estimate_partition_bounds(); in estimate_partition_bounds()
816 return actualModel.estimate_partition_bounds(am_max_conc); in estimate_partition_bounds()
H A DSimulationModel.hpp99 IntIntPair estimate_partition_bounds(int max_eval_concurrency);
309 estimate_partition_bounds(int max_eval_concurrency) in estimate_partition_bounds() function in Dakota::SimulationModel
H A DNestedModel.hpp114 IntIntPair estimate_partition_bounds(int max_eval_concurrency);
541 estimate_partition_bounds(int max_eval_concurrency) in estimate_partition_bounds() function in Dakota::NestedModel
559 IntIntPair min_max, si_min_max = subIterator.estimate_partition_bounds(); in estimate_partition_bounds()
H A DHierarchSurrModel.hpp145 IntIntPair estimate_partition_bounds(int max_eval_concurrency);
613 estimate_partition_bounds(int max_eval_concurrency) in estimate_partition_bounds() function in Dakota::HierarchSurrModel
623 min_max_i = model_i.estimate_partition_bounds(max_eval_concurrency); in estimate_partition_bounds()
H A DRecastModel.hpp375 IntIntPair estimate_partition_bounds(int max_eval_concurrency);
988 estimate_partition_bounds(int max_eval_concurrency) in estimate_partition_bounds() function in Dakota::RecastModel
989 { return subModel.estimate_partition_bounds(max_eval_concurrency); } in estimate_partition_bounds()
H A DDakotaIterator.cpp1659 IntIntPair Iterator::estimate_partition_bounds() in estimate_partition_bounds() function in Dakota::Iterator
1662 iteratorRep->estimate_partition_bounds() : // MetaIterators in estimate_partition_bounds()
1663 iteratedModel.estimate_partition_bounds(maxEvalConcurrency); // default defn in estimate_partition_bounds()
H A DIteratorScheduler.cpp122 min_max_procs = sub_iterator.estimate_partition_bounds(); in configure()
H A DDakotaIterator.hpp219 virtual IntIntPair estimate_partition_bounds();
H A DDakotaModel.hpp358 virtual IntIntPair estimate_partition_bounds(int max_eval_concurrency);
H A DDakotaModel.cpp4107 IntIntPair Model::estimate_partition_bounds(int max_eval_concurrency) in estimate_partition_bounds() function in Dakota::Model
4115 return modelRep->estimate_partition_bounds(max_eval_concurrency); in estimate_partition_bounds()