Patricia 3

Discussion about chess-playing software (engines, hosts, opening books, platforms, etc...)
Gator007
Posts: 132
Joined: Sat Jun 10, 2023 3:13 am

Patricia 3

Post by Gator007 » Sun Jul 14, 2024 11:55 am

https://github.com/Adam-Kulju/Patricia/releases/tag/3.0 I have been looking forward to this release.at the very least, the second version plays very interesting chess.

Homayoun
Posts: 1539
Joined: Tue Mar 21, 2023 4:57 pm
Real Name: Homayoun

Re: Patricia 3

Post by Homayoun » Sun Jul 14, 2024 2:35 pm

Gator007 wrote:
Sun Jul 14, 2024 11:55 am
https://github.com/Adam-Kulju/Patricia/releases/tag/3.0 I have been looking forward to this release.at the very least, the second version plays very interesting chess.
Thank you very much.

User avatar
dorsz
Posts: 266
Joined: Mon Aug 30, 2021 8:43 pm

Re: Patricia 3

Post by dorsz » Sun Jul 14, 2024 5:27 pm

:difus_24

ZamChess
Posts: 376
Joined: Sun Dec 19, 2021 10:24 am

Re: Patricia 3

Post by ZamChess » Mon Jul 15, 2024 10:20 am

Thank you !

Gator007
Posts: 132
Joined: Sat Jun 10, 2023 3:13 am

Re: Patricia 3

Post by Gator007 » Mon Jul 15, 2024 11:46 am

You are welcome, there is more about Patricia on the Stephan Pohl website. EAS is an interesting idea.

superbatil
Posts: 34
Joined: Fri Dec 02, 2022 5:42 pm

Re: Patricia 3

Post by superbatil » Mon Jul 22, 2024 2:38 pm

Code: Select all

[Event "?"]
[Site "?"]
[Date "2024.07.22"]
[Round "?"]
[White "Komodo Dragon 3.3"]
[Black "Patricia 3"]
[Result "1/2-1/2"]
[TimeControl "180+2"]

1. e4 e6 2. d4 d5 3. Nc3 Nf6 4. Bg5 Be7 5. e5 Nfd7 6. Bxe7 Qxe7 7. Nb5 Nb6 8.
a4 a6 9. a5 Na4 10. Rxa4 axb5 11. Bxb5+ Bd7 12. Bxd7+ Qxd7 13. c3 Qb5 14. b4 b6
15. Ne2 bxa5 16. O-O Nd7 17. Nf4 O-O 18. Qa1 Nb6 19. Rxa5 Rxa5 20. Qxa5 Qc4 21.
Qc5 Qb3 22. Ne2 Qb2 23. Re1 Qd2 24. Kf1 Rc8 25. Qb5 Qb2 26. Qd3 Ra8 27. g4 Nc4
28. g5 Nd2+ 29. Kg2 Ne4 30. f3 Nd2 31. h4 Nc4 32. Rb1 Qa2 33. Kg3 Ne3 34. h5
Nf5+ 35. Kg4 Kf8 36. Rh1 Ke7 37. Kh3 Ra3 38. f4 Rb3 39. Re1 g6 40. h6 Kd8 41.
Qb5 Ne7 42. Rg1 Qc2 43. Rc1 Qe4 44. Ra1 Nc8 45. Ra8 Qh1+ 46. Kg3 Qe1+ 47. Kf3
Qh1+ 48. Kf2 Qh2+ 49. Ke3 Qh3+ 50. Kd2 Qh1 51. Qa6 Rb2+ 52. Ke3 Qe4+ 53. Kf2
Ke7 54. Rxc8 Qxf4+ 55. Kg2 Qxg5+ 56. Kf3 Qf5+ 57. Kg3 Qg5+ 58. Kf2 Kd7 59. Ra8
Qh4+ 60. Kg2 Ke7 61. Qb5 Qe4+ 62. Kg3 Qe3+ 63. Kh4 Qxh6+ 64. Kg4 f5+ 65. exf6+
Kxf6 66. Ng3 Qg5+ 67. Kh3 Qh6+ 68. Kg4 Qg5+ 69. Kh3 Qh6+ 70. Kg4 1/2-1/2

Code: Select all

id name Patricia 3
id author Adam Kulju
option name Hash type spin default 32 min 1 max 131072
option name Threads type spin default 1 min 1 max 1024
option name Skill_Level type spin default 3300 min 1100 max 3300
option name UCI_Limit type spin default 3300 min 1100 max 3300
option name NMPMinDepth type spin default 3 min 1 max 5
option name NMPBase type spin default 4 min 1 max 5
option name NMPDepthDiv type spin default 6 min 3 max 9
option name NMPEvalDiv type spin default 183 min 100 max 300
option name RFPMargin type spin default 85 min 50 max 110
option name RFPMaxDepth type spin default 10 min 6 max 12
option name LMRBase type spin default 4 min 2 max 8
option name LMRRatio type spin default 22 min 15 max 30
option name LMPBase type spin default 2 min 1 max 5
option name LMPDepth type spin default 6 min 3 max 7
option name SEDepth type spin default 6 min 4 max 10
option name SEDoubleExtMargin type spin default 19 min 10 max 30
option name FPDepth type spin default 8 min 5 max 11
option name FPMargin1 type spin default 105 min 50 max 150
option name FPMargin2 type spin default 123 min 75 max 175
option name IIRMinDepth type spin default 2 min 1 max 5
option name SeePruningDepth type spin default 8 min 5 max 11
option name SeePruningQuietMargin type spin default -83 min -110 max -50
option name SeePruningNoisyMargin type spin default -33 min -50 max -10
option name HistBonus type spin default 274 min 200 max 400
option name HistMax type spin default 3500 min 1500 max 3500
option name AgeDiffDiv type spin default 5 min 2 max 6
option name OldBonusMult type spin default 22 min 10 max 30
option name NewBonusMult type spin default 33 min 20 max 40

Homayoun
Posts: 1539
Joined: Tue Mar 21, 2023 4:57 pm
Real Name: Homayoun

Re: Patricia 3

Post by Homayoun » Wed Aug 07, 2024 10:51 pm


Sedat Canbaz
Posts: 1905
Joined: Wed Jun 21, 2023 6:29 am

Re: Patricia 3

Post by Sedat Canbaz » Thu Aug 08, 2024 9:25 am

Homayoun wrote:
Wed Aug 07, 2024 10:51 pm
Patricia 3.1
https://github.com/Adam-Kulju/Patricia/releases/tag/3.1
Thank you Homayoun :difus_19

Homayoun
Posts: 1539
Joined: Tue Mar 21, 2023 4:57 pm
Real Name: Homayoun

Re: Patricia 3

Post by Homayoun » Thu Aug 08, 2024 4:22 pm

Sedat Canbaz wrote:
Thu Aug 08, 2024 9:25 am
Homayoun wrote:
Wed Aug 07, 2024 10:51 pm
Patricia 3.1
https://github.com/Adam-Kulju/Patricia/releases/tag/3.1
Thank you Homayoun :difus_19
Thanks too, Sedat. ;)

ZamChess
Posts: 376
Joined: Sun Dec 19, 2021 10:24 am

Re: Patricia 3

Post by ZamChess » Fri Aug 09, 2024 7:11 am

Thank you Homayoun !

Post Reply