Page 1 of 1

New UCI engine: Spartan

Posted: Sat Apr 23, 2016 2:33 pm
by CDaley11
Hello everybody,

I recently published a new UCI engine called Spartan. Spartan is the "successor" to an engine I published 2 years ago called JFresh. I haven't tested this on a windows computer yet so if anybody encounters errors while trying to compile/run it on a windows please let me know.

https://github.com/christiandaley/Spartan

I've tried to gauge its playing strength by putting it through the Bratko-Kopec tests and the Larry Kaufman CCR 1 Hour Test. According to results from those it should have ~2100 elo playing strength but I'm not sure if it's actually that strong.

Any comments are welcome. Thanks,
-Christian

Re: New UCI engine: Spartan

Posted: Sun Apr 24, 2016 7:42 am
by H.G.Muller
You should also make it play Spartan Chess. ;)

Re: New UCI engine: Spartan

Posted: Wed Apr 27, 2016 12:36 am
by swandog
I was able to build this on windows with minor issues. Added to the issue queue in the git repo.

Paul

Re: New UCI engine: Spartan

Posted: Wed Apr 27, 2016 5:51 am
by CDaley11
swandog wrote:I was able to build this on windows with minor issues. Added to the issue queue in the git repo.

Paul
I just published a fix for the stdint issue. Thanks for pointing it out.