public class EpsilonAdaptationDelta extends java.lang.Object implements EpsilonAdaptation
EpsilonAdaptationDelta
adapts the ε values exactly as described
in the paper cited in the AeSeHModule
.Constructor and Description |
---|
EpsilonAdaptationDelta() |
Modifier and Type | Method and Description |
---|---|
void |
adaptEpsilon(AdaptiveEpsilon adaptiveEpsilon,
boolean epsilonTooBig)
Adjusts the ε-value according to the given
AdaptiveEpsilon . |
public void adaptEpsilon(AdaptiveEpsilon adaptiveEpsilon, boolean epsilonTooBig)
EpsilonAdaptation
AdaptiveEpsilon
.adaptEpsilon
in interface EpsilonAdaptation
adaptiveEpsilon
- the AdaptiveEpsilon
contains the ε-value and the
information about its adaptationepsilonTooBig
- true
if the current epsilon is too big