Skip to content

Commit

Permalink
missed setting default value of ScaledEntropyDeviationActivationThres…
Browse files Browse the repository at this point in the history
…hold
  • Loading branch information
Ledjon Behluli authored and Ledjon Behluli committed Sep 26, 2024
1 parent 70bee4d commit e46bbb6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ public sealed class ActivationRebalancerOptions
/// <para>Allowed range: [1000-∞)</para>
/// <para><strong>Values lower than the default are discouraged.</strong></para>
/// </remarks>
public int ScaledEntropyDeviationActivationThreshold { get; set; }
public int ScaledEntropyDeviationActivationThreshold { get; set; } = DEFAULT_SCALED_ENTROPY_DEVIATION_ACTIVATION_THRESHOLD;

/// <summary>
/// The default value of <see cref="ScaledEntropyDeviationActivationThreshold"/>.
Expand Down

0 comments on commit e46bbb6

Please sign in to comment.