plot_tree_in_tmp

Function plot_tree_in_tmp 

Source
pub fn plot_tree_in_tmp<D: Domain>(
    mcts: &MCTS<D>,
    base_dir_name: &str,
    file_name: &str,
) -> Result<()>
Expand description

Plots the MCTS tree using graphviz’s dot format.