It's ok, don't worry; I know there are many places to improve Patricia, and I will do it as much as I can! It just takes some time, that's allKrzysztof Grzelak wrote: ↑Thu Aug 01, 2024 8:55 amI wrote so on the forum " I think there are still many things that the programmer needs to improve in his program, although the depth during the game is very poor ". One gentleman wrote me on the forum that I behaved not nicely and with a lack of culture regarding the author of the engine.BrendanJNorman wrote: ↑Thu Aug 01, 2024 4:40 am What are you talking about?
It seems to me that the author is pretty happy with where Patricia is right now and hungry to make it even better (in features! not Elo necessarily).
If you don't like that, stick to Stockfish.
Patricia 3
Moderators: hgm, Rebel, chrisw
-
- Posts: 219
- Joined: Tue Jan 31, 2023 4:34 pm
- Full name: Adam Kulju
Re: Patricia 3
go and star https://github.com/Adam-Kulju/Patricia!
-
- Posts: 216
- Joined: Sun Jul 31, 2016 6:35 pm
Re: Patricia 3
I think its a GREAT idea to make Patricia „human mode“ especially for weaker player from 1500 - 200 Elo. You can hardly find an engine you can set to 1500 Elo that plays really weak like a 1500 Elo player - most engines play like a 2000 Elo player!
I also think that a hardcodes gambit book - you can set „yes or no“ in the uci settings is a GREAT idea - it make Particia even more UNIQUE!
Peter
I also think that a hardcodes gambit book - you can set „yes or no“ in the uci settings is a GREAT idea - it make Particia even more UNIQUE!
Peter
-
- Posts: 1631
- Joined: Fri Mar 01, 2013 5:28 pm
- Location: USA
Re: Patricia 3
I second that with the gambit book idea. Rebel still carries a gambit book in MVS format which Fritzy can import, but the lines are older. I would like to see ALL the latest wacko gambit lines imaginable. The programmer only has so much time, and he is not getting paid for it.PeterO wrote: ↑Sat Aug 03, 2024 6:28 pm I think its a GREAT idea to make Patricia „human mode“ especially for weaker player from 1500 - 200 Elo. You can hardly find an engine you can set to 1500 Elo that plays really weak like a 1500 Elo player - most engines play like a 2000 Elo player!
I also think that a hardcodes gambit book - you can set „yes or no“ in the uci settings is a GREAT idea - it make Particia even more UNIQUE!
Peter
"Without change, something sleeps inside us, and seldom awakens. The sleeper must awaken." (Dune - 1984)
Lonnie
Lonnie
-
- Posts: 219
- Joined: Tue Jan 31, 2023 4:34 pm
- Full name: Adam Kulju
Re: Patricia 3
https://github.com/Adam-Kulju/Patricia/releases/tag/3.1
improved human mode + multipv + a couple more features implemented
don't bother testing, nothing changed in strength or in aggression against other engines
improved human mode + multipv + a couple more features implemented
don't bother testing, nothing changed in strength or in aggression against other engines
go and star https://github.com/Adam-Kulju/Patricia!
-
- Posts: 1631
- Joined: Fri Mar 01, 2013 5:28 pm
- Location: USA
Re: Patricia 3
thk for your effort
What's the difference between patricia-v3 & patricia-v3.exe?
When you load it it still states Patricia 3.0. Would that not be Patricia 3.1?
What's the difference between patricia-v3 & patricia-v3.exe?
When you load it it still states Patricia 3.0. Would that not be Patricia 3.1?
"Without change, something sleeps inside us, and seldom awakens. The sleeper must awaken." (Dune - 1984)
Lonnie
Lonnie
-
- Posts: 219
- Joined: Tue Jan 31, 2023 4:34 pm
- Full name: Adam Kulju
Re: Patricia 3
Patricia v3 is linux, Patricia v3.exe is Windowsreflectionofpower wrote: ↑Wed Aug 07, 2024 4:04 am thk for your effort
What's the difference between patricia-v3 & patricia-v3.exe?
When you load it it still states Patricia 3.0. Would that not be Patricia 3.1?
lemme fix the UCI loading thing, I thought I specifically addressed that before I released!
go and star https://github.com/Adam-Kulju/Patricia!
-
- Posts: 219
- Joined: Tue Jan 31, 2023 4:34 pm
- Full name: Adam Kulju
Re: Patricia 3
Hold on, I messed something up significantly and this version of Patricia on Github is way older than the one I thought it was. Release is deleted for now.
go and star https://github.com/Adam-Kulju/Patricia!
-
- Posts: 1631
- Joined: Fri Mar 01, 2013 5:28 pm
- Location: USA
Re: Patricia 3
thx for the heads up
"Without change, something sleeps inside us, and seldom awakens. The sleeper must awaken." (Dune - 1984)
Lonnie
Lonnie
-
- Posts: 219
- Joined: Tue Jan 31, 2023 4:34 pm
- Full name: Adam Kulju
Re: Patricia 3
It's back! This is what happens when you don't use git pull often enough; I made Patricia's final release changes on one of my computers, noticed a bug, fixed it on my other computer, committed it, and it turns out that the Patricia on my other computer was an old one and 300 lines of code got overwritten.
The release should be updated with the correct exes and source code now.
The release should be updated with the correct exes and source code now.
go and star https://github.com/Adam-Kulju/Patricia!
-
- Posts: 2579
- Joined: Mon Feb 08, 2016 12:43 am
- Full name: Brendan J Norman
Re: Patricia 3
Thanks for your hard work mate. Following with great interest.Whiskers wrote: ↑Wed Aug 07, 2024 5:27 am It's back! This is what happens when you don't use git pull often enough; I made Patricia's final release changes on one of my computers, noticed a bug, fixed it on my other computer, committed it, and it turns out that the Patricia on my other computer was an old one and 300 lines of code got overwritten.
The release should be updated with the correct exes and source code now.