New J.A Compiles
Moderators: hgm, chrisw, Rebel
-
- Posts: 1783
- Joined: Fri Jul 14, 2006 7:56 am
- Location: London, England
- Full name: Jim Ablett
Re: New J.A Compiles
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.
-
- Posts: 1783
- Joined: Fri Jul 14, 2006 7:56 am
- Location: London, England
- Full name: Jim Ablett
Re: New J.A Compiles
https://github.com/Adam-Kulju/Patricia
Patricia 3.1 dev.62f0222 by Adam Kulju
Patricia 3.1 dev.62f0222 64 ja
Windows/Linux & Android profiled builds
https://drive.proton.me/urls/AKZXVGQH94#WfFn5KlF2ywV
Jim.
-
- Posts: 949
- Joined: Sat May 13, 2006 1:08 am
Re: New J.A Compiles
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.
-
- Posts: 1783
- Joined: Fri Jul 14, 2006 7:56 am
- Location: London, England
- Full name: Jim Ablett
Re: New J.A Compiles
https://github.com/GiacomoPorpiglia/Mida
Mida 2.3.1 by Giacomo Porpiglia
Mida 2.3.1 64 JA
Windows & Linux profiled builds
https://drive.proton.me/urls/4P19F60GAC#clQqMdhwlqnu
Jim.
-
- Posts: 5
- Joined: Sun May 19, 2024 5:44 am
- Full name: Kolby Mcgowan
Re: New J.A Compiles
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.
-
- Posts: 5
- Joined: Sun May 19, 2024 5:44 am
- Full name: Kolby Mcgowan
Re: New J.A Compiles
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.
-
- Posts: 1783
- Joined: Fri Jul 14, 2006 7:56 am
- Location: London, England
- Full name: Jim Ablett
Re: New J.A Compiles
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.
New link >
https://drive.proton.me/urls/AYP67N62C0#VRWjTU5eMvGb
Jim.
-
- Posts: 1783
- Joined: Fri Jul 14, 2006 7:56 am
- Location: London, England
- Full name: Jim Ablett
Re: New J.A Compiles
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.
Jim.
-
- Posts: 1783
- Joined: Fri Jul 14, 2006 7:56 am
- Location: London, England
- Full name: Jim Ablett
Re: New J.A Compiles
https://github.com/FedericoSaitta/Chess-Engine-in-cpp
Aramis 1.3.0 by Federico Saitta
Aramis 1.3.0 64 JA
Windows/Linux & Android profiled builds
https://drive.proton.me/urls/XZYGDDH6V4#c4zrz3fXQoJb
Jim.
-
- Posts: 1783
- Joined: Fri Jul 14, 2006 7:56 am
- Location: London, England
- Full name: Jim Ablett
Re: New J.A Compiles
https://github.com/Nonlinear2/Bread-Engine
Bread 1.1.0 by Nonlinear
Bread 1.1.0 64 JA
Windows/Linux & Android profiled builds
https://drive.proton.me/urls/6TSA65SZVM#UY4mmUKRvjIj
Jim.