Big changes 2
- Split into several projects - All dalamud/lumina deps are in the plugin - Crafty/craftingway sim implemented! - optimizations to follow
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace Craftimizer.Solver.Crafty;
|
||||
|
||||
public class NodeScores
|
||||
{
|
||||
public float ScoreSum { get; set; } = 0;
|
||||
public float MaxScore { get; set; } = 0;
|
||||
public float Visits { get; set; } = 0;
|
||||
}
|
||||
Reference in New Issue
Block a user