[][src]Function cppconnect6::cpp_play_with

#[no_mangle]
pub extern "C" fn cpp_play_with(
    callback: Callback,
    cpp_alloc_path: AllocatorType<RawPath>,
    num_simulation: i32,
    epsilon: f32,
    dirichlet_alpha: f64,
    c_puct: f32
) -> RawPlayResult

Returns Connect6 results with given cpp policy and user selection as io_policy

Arguments