![]() |
SG++-Doxygen-Documentation
|
a generic priority estimator for level vectors that don't have a definite result / QoI yet More...
#include <PriorityEstimator.hpp>
Public Member Functions | |
virtual double | estimatePriority (const LevelVector &levelVector, const std::map< LevelVector, double > &deltasOfDownwardNeighbors) const =0 |
get a priority estimate based on the downward neighbors' deltas | |
virtual | ~PriorityEstimator () |
empty virtual destructor | |
a generic priority estimator for level vectors that don't have a definite result / QoI yet
|
inlinevirtual |
empty virtual destructor
|
pure virtual |
get a priority estimate based on the downward neighbors' deltas
levelVector | the level of the level vector considered |
deltasOfDownwardNeighbors | the levels and deltas of the downward neighbors of levelVector |
Implemented in sgpp::combigrid::AveragingPriorityEstimator.