UCIHandler constructor

UCIHandler(
  1. MuZeroModel model
)

Implementation

UCIHandler(this.model) {
  search = MuZeroSearch(model);
}