53285b2664
use max_it instead of max_time
2023-04-07 15:39:27 +02:00
343a6e8cf0
* rework of selection
...
* don't override nbmove to 0
* fix typo in simulation not playing
* fix win verification
* fix backpropagation
* use iterator instead of time for algo limitation (MEMORY LEAK?)
* remove debug prints
2023-03-31 16:39:27 +02:00
5bf573b4f3
remove useless code
2023-03-31 12:29:17 +02:00
def372fcc6
add simulation and backpropagation, some cleanup
2023-03-29 18:25:39 +02:00
881c609f74
add selection
2023-03-29 17:56:34 +02:00
ffed7158f3
WIP: add mcts basics
...
* expansion: ok
2023-03-29 17:26:33 +02:00
f18a070a7a
add time constraint
2023-03-29 16:01:13 +02:00
f2b585958a
init mcts
2023-03-29 15:15:31 +02:00
67b02e2f9d
mcts
2023-03-29 14:24:11 +02:00
17e2cdc336
add a my_player who works like the random one
2023-03-19 22:28:51 +01:00
20499fbb48
use Makefile of TP1, reorganization, cleanup includes
2023-03-10 13:47:28 +01:00