ActivationRebalancerOptions.ScaleAllowedEntropyDeviation Property

Definition

Determines whether AllowedEntropyDeviation should be scaled dynamically based on the total number of activations. When set to true, the allowed entropy deviation will increase logarithmically after reaching ScaledEntropyDeviationActivationThreshold, and will cap at MAX_SCALED_ENTROPY_DEVIATION.

public bool ScaleAllowedEntropyDeviation { get; set; }
member this.ScaleAllowedEntropyDeviation : bool with get, set
Public Property ScaleAllowedEntropyDeviation As Boolean

Property Value

Remarks

This is in place because a deviation of say 10 activations has far lesser impact on a total of 100,000 activations than it does for say 1,000 activations.

Applies to