private static void Main() { AppDomain.CurrentDomain.UnhandledException += OnUnhandledException; HashTableAllocator.Allocate(); MagicBitboards.InitWithInternalKeys(); StaticExchangeEvaluation.Init(); new InteractiveConsole().Run(); }
private static void Main(string[] args) { AppDomain.CurrentDomain.UnhandledException += OnUnhandledException; HashTableAllocator.Allocate(); MagicBitboards.InitWithInternalKeys(); StaticExchangeEvaluation.Init(); PieceSquareTablesData.BuildPieceSquareTables(); var silentMode = args.Contains("silent"); new InteractiveConsole().Run(silentMode); }
public SimplePerftTests() { MagicBitboards.InitWithInternalKeys(); }
public AdvancedPerftTests() { MagicBitboards.InitWithInternalKeys(); }
public DividedPerftTests() { MagicBitboards.InitWithInternalKeys(); }
public VerificationPerftTests() { MagicBitboards.InitWithInternalKeys(); }
public SimplePerftTests() { MagicBitboards.InitWithInternalKeys(); PieceSquareTablesData.BuildPieceSquareTables(); }
public VerificationPerftTests() { MagicBitboards.InitWithInternalKeys(); PieceSquareTablesData.BuildPieceSquareTables(); }