
https://github.com/martinnovaak/motor
Motor 0.7.0 by Martin Novak
Motor 0.7.0 64 JA
Windows/Linux & Android profiled builds
https://drive.proton.me/urls/VPFNJTFW6C#7pESzAo97npI
Jim.
Moderator: Ras
Thanks!Jim Ablett wrote: ↑Wed Aug 14, 2024 3:10 pm
https://github.com/martinnovaak/motor
Motor 0.7.0 by Martin Novak
Motor 0.7.0 64 JA
Windows/Linux & Android profiled builds
https://drive.proton.me/urls/VPFNJTFW6C#7pESzAo97npI
Jim.
Hello, am I able to change the leela nets or changes the engines?Jim Ablett wrote: ↑Sun Jun 30, 2024 11:47 pm
https://github.com/feldi/py-goratschin
Py-Goratshinchess 1.1 by Peter Feldtmann
A UCI chess engine that combines the power of Lc0 and Stockfish - or any two other engines you like.
The code borrows heavily from the project [CombiChess](https://github.com/tom0334/CombiChess).
Many Thanks to Tom Friederich for his work!
GoratschinChess is a "chess engine" that supports the UCI chess protocol and combines 2 engines (called 'boss' and 'counselor', respectively) into one.
It works by asking the engines what they think the best move is for a given position, and then applying some logic to determine what move to actually do.
The rules that it uses are fairly simple:
* If an engine sees a mate, then do that move leading to mate immediately.
* If both engines give the same best move, then do that move.
* if the engines say something else, and the score of the counselor is better than that of the boss by a margin 'cp' (see self.score_margin in code) do the
counselor's move. The default margin is 50 centipawns.
* Else, always listen to the 'boss engine'.
'Goratschin' is the name of a double-headed character from the german sci-fi series "Perry Rhodan".
Py-Goratshinchess 1.1 64 JA
Windows build
https://drive.proton.me/urls/FTSZ80DVXC#5whml98TuGvG
Jim.
When trying to download allie the link sends me to this “ This file may have been deleted, moved or made unavailable. Try reaching out to the file owner.”Jim Ablett wrote: ↑Wed May 29, 2024 2:17 pmschahmatist wrote: ↑Tue May 28, 2024 5:23 pm Hi. Would it be possible, maybe, to compile Allie engine ?
https://github.com/manyoso/allie
Thank you!
Allie v0.7 by Adam Treat
https://github.com/manyoso/allie
You will need an Nvidia cuda equipped graphics card to run this.
Allie v0.7 64 ja
Windows build
https://drive.proton.me/urls/YT8TMW3650#o5YoQAY1BHWK
Jim.
lucario6607 wrote: ↑Thu Aug 15, 2024 4:41 amWhen trying to download allie the link sends me to this “ This file may have been deleted, moved or made unavailable. Try reaching out to the file owner.”Jim Ablett wrote: ↑Wed May 29, 2024 2:17 pmschahmatist wrote: ↑Tue May 28, 2024 5:23 pm Hi. Would it be possible, maybe, to compile Allie engine ?
https://github.com/manyoso/allie
Thank you!
Allie v0.7 by Adam Treat
https://github.com/manyoso/allie
You will need an Nvidia cuda equipped graphics card to run this.
Allie v0.7 64 ja
Windows build
https://drive.proton.me/urls/YT8TMW3650#o5YoQAY1BHWK
Jim.
You can change the leela net by replacing the one in the 'engines' folder. You can change the program to use different engines but you will need to rename the new engine executable to 'stockfish.exe' and/or 'lc0.exe' as this is what the program is looking for.lucario6607 wrote: ↑Thu Aug 15, 2024 1:45 amHello, am I able to change the leela nets or changes the engines?Jim Ablett wrote: ↑Sun Jun 30, 2024 11:47 pm
https://github.com/feldi/py-goratschin
Py-Goratshinchess 1.1 by Peter Feldtmann
A UCI chess engine that combines the power of Lc0 and Stockfish - or any two other engines you like.
The code borrows heavily from the project [CombiChess](https://github.com/tom0334/CombiChess).
Many Thanks to Tom Friederich for his work!
GoratschinChess is a "chess engine" that supports the UCI chess protocol and combines 2 engines (called 'boss' and 'counselor', respectively) into one.
It works by asking the engines what they think the best move is for a given position, and then applying some logic to determine what move to actually do.
The rules that it uses are fairly simple:
* If an engine sees a mate, then do that move leading to mate immediately.
* If both engines give the same best move, then do that move.
* if the engines say something else, and the score of the counselor is better than that of the boss by a margin 'cp' (see self.score_margin in code) do the
counselor's move. The default margin is 50 centipawns.
* Else, always listen to the 'boss engine'.
'Goratschin' is the name of a double-headed character from the german sci-fi series "Perry Rhodan".
Py-Goratshinchess 1.1 64 JA
Windows build
https://drive.proton.me/urls/FTSZ80DVXC#5whml98TuGvG
Jim.