I'm releasing v5.1 of my Java based engine, chess4j. Incidentally the change log is the exact same as Prophet 4.3.
https://github.com/jswaff/chess4j/releases/tag/v5.1
http://jamesswafford.com/2022/10/22/pro ... -released/
Please enjoy.
Moderators: hgm, Dann Corbit, Harvey Williamson
They are. They didn't start out that way, but now they are exactly the same in terms of the search tree and end point evaluation. chess4j has an opening book, pondering, and an auto-tuner though, Prophet does not.Gabor Szots wrote: ↑Sun Oct 23, 2022 5:49 pm James, are chess4j and Prophet the same except for the language?
Thanks for the reply, now it's clear.jswaff wrote: ↑Sun Oct 23, 2022 9:10 pmThey are. They didn't start out that way, but now they are exactly the same in terms of the search tree and end point evaluation. chess4j has an opening book, pondering, and an auto-tuner though, Prophet does not.Gabor Szots wrote: ↑Sun Oct 23, 2022 5:49 pm James, are chess4j and Prophet the same except for the language?
The Linux build of chess4j contains Prophet as a static library. It's enabled using the '-native' command line switch. It'll search 2-3x faster by dropping down into native code.