Matthies / RubiChess

Another chess engine
GNU General Public License v3.0
155 stars 17 forks source link

Implement Sopel's test for possible overflow in network evaluation. #395

Closed Matthies closed 1 year ago

ChrisWhittington commented 1 year ago

Did you find any?Sent from my iPhoneOn 17 Feb 2023, at 15:41, Andreas Matthies @.***> wrote:

You can view, comment on, or merge this pull request online at:   https://github.com/Matthies/RubiChess/pull/395

Commit Summary

e59fd10 Implement Sopel's test for possible overflow in network evaluation.

File Changes (2 files)

M
src/RubiChess.h
(1)

M
src/nnue.cpp
(88)

Patch Links:

https://github.com/Matthies/RubiChess/pull/395.patch https://github.com/Matthies/RubiChess/pull/395.diff

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: @.***>

Matthies commented 1 year ago

No overflows in my current net and the one before.