Update Raphael.Net

This commit is contained in:
Asriel Camora
2025-03-28 20:56:14 -07:00
parent 9f99f617a4
commit 355f93e201
3 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -154,7 +154,7 @@ public sealed class Solver : IDisposable
return await SearchStepwiseGenetic().ConfigureAwait(false);
}
maxProgress = 2000;
maxProgress = 50000;
var s = new SimulatorNoRandom() { State = State };
var pool = RaphaelUtils.ConvertToRawActions(Config.ActionPool.Where(a => a.Base().IsPossible(s)).ToArray());