Remove score storage threshold
This commit is contained in:
@@ -14,7 +14,6 @@ public readonly record struct MCTSConfig
|
||||
|
||||
public float MaxScoreWeightingConstant { get; init; }
|
||||
public float ExplorationConstant { get; init; }
|
||||
public float ScoreStorageThreshold { get; init; }
|
||||
|
||||
public float ScoreProgress { get; init; }
|
||||
public float ScoreQuality { get; init; }
|
||||
@@ -32,7 +31,6 @@ public readonly record struct MCTSConfig
|
||||
|
||||
MaxScoreWeightingConstant = config.MaxScoreWeightingConstant;
|
||||
ExplorationConstant = config.ExplorationConstant;
|
||||
ScoreStorageThreshold = config.ScoreStorageThreshold;
|
||||
|
||||
ScoreProgress = config.ScoreProgress;
|
||||
ScoreQuality = config.ScoreQuality;
|
||||
|
||||
Reference in New Issue
Block a user