pub fn run_simple_executor<D, S>(
mcts_config: &MCTSConfiguration,
executor_state: &mut S,
)
Expand description
Creates and runs a single-threaded executor, initializes state and task queue from the S
trait.
pub fn run_simple_executor<D, S>(
mcts_config: &MCTSConfiguration,
executor_state: &mut S,
)
Creates and runs a single-threaded executor, initializes state and task queue from the S
trait.