Bonifatius94 / ChessLib.Py

C-lib Python3 extension for efficient chess draw-gen
MIT License
2 stars 0 forks source link

Change Board_ToHash() / Board_FromHash() exchange format #19

Closed Bonifatius94 closed 3 years ago

Bonifatius94 commented 3 years ago

Issue:

Suggested Solution:

Bonifatius94 commented 3 years ago

For AI applications it could be more useful to have the board hash as numpy bytes array for feeding it to a neuronal network. Therefore the issue is not relevant at the moment.