public interface EpsilonAdaptation
EpsilonAdaptation
manages the adaptation of the ε-value stored in
the AdaptiveEpsilon
.Modifier and Type | Method and Description |
---|---|
void |
adaptEpsilon(AdaptiveEpsilon adaptiveEpsilon,
boolean epsilonTooBig)
Adjusts the ε-value according to the given
AdaptiveEpsilon . |
void adaptEpsilon(AdaptiveEpsilon adaptiveEpsilon, boolean epsilonTooBig)
AdaptiveEpsilon
.adaptiveEpsilon
- the AdaptiveEpsilon
contains the ε-value and the
information about its adaptationepsilonTooBig
- true
if the current epsilon is too big