You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
Thank you for your hard work and dedication to this project! I really appreciate the effort that goes into maintaining it.
I encountered an issue I think might have been an unintended typo on the evaluate function in position.rs here:
Thanks a lot for pointing this out, this is indeed a bug!
Sadly, Carp is not currently in development and although this is a bug standard chess engine development practice is to test every change. I will leave this issue open and try to fire up a test when I have the time.
Hello,
Thank you for your hard work and dedication to this project! I really appreciate the effort that goes into maintaining it.
I encountered an issue I think might have been an unintended typo on the evaluate function in
position.rs
here:carp/engine/src/position.rs
Line 153 in 91a609f
It appears that the
PIECE_VALUE
of a king was used to multiply theknights count
.Thanks again for your time.
The text was updated successfully, but these errors were encountered: