Yet more ui tweaks

This commit is contained in:
Asriel Camora
2023-07-16 00:09:37 +04:00
parent 1cc83ca959
commit cb9dcb358f
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ public readonly record struct SolverConfig
ExplorationConstant = 4;
MaxStepCount = 25;
MaxRolloutStepCount = MaxStepCount;
ForkCount = Environment.ProcessorCount;
ForkCount = Math.Max(Environment.ProcessorCount, 32);
FurcatedActionCount = ForkCount / 2;
StrictActions = true;