kirillbobyrev / pabi

🤖 [WIP] Monte-Carlo Tree Search chess engine
https://kirillbobyrev.github.io/pabi/docs/pabi/
GNU General Public License v3.0
13 stars 1 forks source link

Refine the public API #202

Open kirillbobyrev opened 4 months ago

kirillbobyrev commented 4 months ago

Revisit all API public/private settings and make sure it's consistent and makes sense.

This isn't very important since it's unlikely the engine would be used as a library, but it makes sense to only expose the knobs that makes sense to preserve code quality and improve the development environment.

While things are in motion, it doesn't matter as much as a lot will change quite often, but by 1.0.0 things should stabilize.