Update Raphael.Net
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net9.0</TargetFramework>
|
||||
@@ -15,7 +15,7 @@
|
||||
<PrivateAssets>all</PrivateAssets>
|
||||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
||||
</PackageReference>
|
||||
<PackageReference Include="Raphael.Net" Version="1.0.0" />
|
||||
<PackageReference Include="Raphael.Net" Version="1.1.0" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
||||
+1
-1
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user