Closed peter1591 closed 6 years ago
mcts::board::* has some wrap around engine/FlowControl, and contains several helper class to get feedback of the action-parameter callbacks
further, engine/FlowControl/utils also contains some basic helper class from engine's viewpoint
I'm considering to have a new namespace engine under module engine, and outsider of other modules should not use FlowControl anymore
This way, we don't need to modify the flow control unittest largely.
several refinements has been done:
the mcts::board is decided to be untouched, since it now contains only MCTS-related codes
mcts::board::* has some wrap around engine/FlowControl, and contains several helper class to get feedback of the action-parameter callbacks
further, engine/FlowControl/utils also contains some basic helper class from engine's viewpoint
I'm considering to have a new namespace engine under module engine, and outsider of other modules should not use FlowControl anymore
This way, we don't need to modify the flow control unittest largely.