codeandkey / kami

A chess engine powered by reinforcement learning.
0 stars 0 forks source link

Searcher/Tree communication #13

Open codeandkey opened 3 years ago

codeandkey commented 3 years ago

The searcher and tree both expose direct access to mpsc channels which is not very pretty. The mpsc channels should be contained within their structures and exposed with testable methods.