Skip to content
Snippets Groups Projects
Commit 69452a45 authored by Pizon Antoine's avatar Pizon Antoine
Browse files

Fix MCTS_SETTINGS.hpp

parent 5f4d6ee5
No related branches found
No related tags found
No related merge requests found
#ifndef __MCTS_SETTINGS_HPP__
#define __MCTS_SETTINGS_HPP__
// Allocated memory for the mcts. If not enough the program may crash
<<<<<<< HEAD
#define MCTS_ALLOCATOR_SIZE 100000000U
=======
#define MCTS_ALLOCATOR_SIZE 80000000U
>>>>>>> 26387090f3eb3945d1382de1d372737abf83c5d0
// Reflection time for every turn of the mcts (in ms)
#define MCTS_TURN_TIME 5000
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment