/*
* SPDX-License-Identifier: Apache-2.0 OR MIT
* © 2020-2022 ETH Zurich and other contributors, see AUTHORS.txt for details
*/
use NonZeroU64;
/// A functor that returns whether the planner must do an early stop.
pub type EarlyStopCondition = dyn Fn + Send;
/// The configuration of an MCTS instance.