KYLChiu / sporkfish

Chess engine in Python
MIT License
5 stars 0 forks source link

refactoring endgame tablebases and making it configurable #138

Closed kwngggg closed 6 months ago

kwngggg commented 6 months ago
  1. refactored endgame tablebases to be its own folder
  2. created CompositeTablebase class to query either local or lila
  3. made CompositeTablebase to be configurable
kwngggg commented 6 months ago

tests and docstrings arent added yet, just need some feedback in general

KYLChiu commented 6 months ago

General comment, could we keep the names of files consistent with class names plz? composite_tablebase.py for CompositeTablebase, instead of composite_endgame_tablebase.py