DEFAULT_GAMMA() | shark::LeastContributorApproximator< Rng, ExactHypervolume > | inlinestatic |
DEFAULT_MAX_NUM_SAMPLES() | shark::LeastContributorApproximator< Rng, ExactHypervolume > | inlinestatic |
DEFAULT_MINIMUM_MULTIPLIER_DELTA() | shark::LeastContributorApproximator< Rng, ExactHypervolume > | inlinestatic |
DEFAULT_MULTIPLIER_DELTA() | shark::LeastContributorApproximator< Rng, ExactHypervolume > | inlinestatic |
DEFAULT_SAMPLE_THRESHOLD() | shark::LeastContributorApproximator< Rng, ExactHypervolume > | inlinestatic |
DEFAULT_START_DELTA() | shark::LeastContributorApproximator< Rng, ExactHypervolume > | inlinestatic |
DEFAULT_STRATEGY() | shark::LeastContributorApproximator< Rng, ExactHypervolume > | inlinestatic |
deltaForPoint(iterator point, unsigned int R) | shark::LeastContributorApproximator< Rng, ExactHypervolume > | inline |
ENSURE_UNION_BOUND enum value | shark::LeastContributorApproximator< Rng, ExactHypervolume > | |
FAST enum value | shark::LeastContributorApproximator< Rng, ExactHypervolume > | |
leastContributor(Extractor e, const Set &s, const VectorType &refPoint) | shark::LeastContributorApproximator< Rng, ExactHypervolume > | inline |
leastContributor(Extractor extractor, ParetoFrontType const &front) | shark::LeastContributorApproximator< Rng, ExactHypervolume > | inline |
LeastContributorApproximator(double startDelta=this_type::DEFAULT_START_DELTA(), double multiplierDelta=this_type::DEFAULT_MULTIPLIER_DELTA(), double minimumDeltaMultiplier=this_type::DEFAULT_MINIMUM_MULTIPLIER_DELTA(), unsigned long long maxNumSamples=this_type::DEFAULT_MAX_NUM_SAMPLES(), double gamma=this_type::DEFAULT_GAMMA(), double delta=1.E-2, double eps=1.E-2) | shark::LeastContributorApproximator< Rng, ExactHypervolume > | inline |
m_errorBound | shark::LeastContributorApproximator< Rng, ExactHypervolume > | |
m_errorProbability | shark::LeastContributorApproximator< Rng, ExactHypervolume > | |
m_gamma | shark::LeastContributorApproximator< Rng, ExactHypervolume > | |
m_logFactor | shark::LeastContributorApproximator< Rng, ExactHypervolume > | |
m_maxNumSamples | shark::LeastContributorApproximator< Rng, ExactHypervolume > | |
m_minimumMultiplierDelta | shark::LeastContributorApproximator< Rng, ExactHypervolume > | |
m_multiplierDelta | shark::LeastContributorApproximator< Rng, ExactHypervolume > | |
m_reference | shark::LeastContributorApproximator< Rng, ExactHypervolume > | |
m_round | shark::LeastContributorApproximator< Rng, ExactHypervolume > | |
m_sampleCounter | shark::LeastContributorApproximator< Rng, ExactHypervolume > | |
m_sampleCountThreshold | shark::LeastContributorApproximator< Rng, ExactHypervolume > | |
m_startDelta | shark::LeastContributorApproximator< Rng, ExactHypervolume > | |
m_strategy | shark::LeastContributorApproximator< Rng, ExactHypervolume > | |
operator<<(std::ostream &stream, Strategy strategy) | shark::LeastContributorApproximator< Rng, ExactHypervolume > | friend |
operator>>(std::istream &stream, Strategy &strategy) | shark::LeastContributorApproximator< Rng, ExactHypervolume > | friend |
sample(const Set &s, typename Set::iterator point, unsigned int r, double delta, const VectorType &refPoint) | shark::LeastContributorApproximator< Rng, ExactHypervolume > | inline |
Strategy enum name | shark::LeastContributorApproximator< Rng, ExactHypervolume > | |
STRATEGY_REGISTRY() | shark::LeastContributorApproximator< Rng, ExactHypervolume > | inlinestatic |
updateInternals(Extractor extractor, PointSet const &set) | shark::LeastContributorApproximator< Rng, ExactHypervolume > | inline |