Get rid of ActionPool, use ulong for ActionSet
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
using Craftimizer.Simulator.Actions;
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
namespace Craftimizer.Solver;
|
||||
@@ -21,7 +22,7 @@ public readonly record struct MCTSConfig
|
||||
public float ScoreCP { get; init; }
|
||||
public float ScoreSteps { get; init; }
|
||||
|
||||
public ActionPool ActionPool { get; init; }
|
||||
public ActionType[] ActionPool { get; init; }
|
||||
|
||||
public MCTSConfig(in SolverConfig config)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user