Patricia 5.1

Discussion of anything and everything relating to chess playing software and machines.

Moderator: Ras

Whiskers
Posts: 248
Joined: Tue Jan 31, 2023 4:34 pm
Full name: Adam Kulju

Patricia 5.1

Post by Whiskers »

https://github.com/Adam-Kulju/Patricia/releases/tag/5.1

I think I've come close to reaching the limit for Patricia's current aggressiveness methodology. She has the search of a top 20 engine and it gets harder and harder to make gains there, so eval is really the only thing left to work on.

Future plans:
Patricia's current net arch is very small and very simple. I recently secured a career in compsci (sidenote: I hadn't even started college when I began engine dev. Time flies!) so now I can focus on getting/renting GPUs and figuring out multilayer inference + datagen for good. I expect I could probably get 50-100 Elo out of that.
The retraining on filtered data scheme I have is probably near optimal at this point - significant improvement requires an entirely different approach. My current idea is to train a net to try and predict the "aggressiveness" of a position, either through manual classification or by running EAS calculations on individual games. That'd let me get an aggression score separate from the objective eval score and then I could figure out how to best combine them.

Note: I am moving across the country next week so any needed bug fixes (there are usually bug fixes after I release an engine) will likely have to wait until I am somewhat settled in.

Thank you and have a blessed day.
peter
Posts: 3637
Joined: Sat Feb 16, 2008 7:38 am
Full name: Peter Martan

Re: Patricia 5.1

Post by peter »

Code: Select all

# Name                          Points     %     Elo    +/-   W-L-D         1     2     
----------------------------------------------------------------------------------------
1 Chess System Tal 2.07 E1019   310.5/500  62.1  +85.8  20.5  +175-54=271         62.1% 
2 Patricia 5.1                  189.5/500  37.9     --    --  +54-175=271   37.9%       

500/500 total games, 54% draws, time control:180+1, book:UHO_2024_6mvs_+085_+094.pgn

Code: Select all

                         early           bad  avg.win 
Rank  EAS-Score  sacs    sacs   shorts  draws  moves  Engine/player 
---------------------------------------------------------------------------
   1    867464  57.41%  48.39%  68.52%  08.49%   56   Patricia 5.1  
   2     77228  08.00%  14.29%  15.43%  50.55%   78   Chess System Tal 2.07 E1019  
Peter.
bastiball
Posts: 5436
Joined: Tue Oct 20, 2020 4:18 am
Full name: Basti Dangca

Re: Patricia 5.1

Post by bastiball »

Basti Dangca
CCRL testing group