Skip to content

Commit

Permalink
Bayes for 5 mid weights
Browse files Browse the repository at this point in the history
To optimize 5 weighs (mid + end): this is the third step, optimizing again the mid
220 steps, 4000 games/step, 1000 nodes/move
  • Loading branch information
nionita committed Apr 10, 2024
1 parent 6302a67 commit 705a0f3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Main/Barbarossa.hs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ progName, progVersion, progVerSuff, progAuthor :: String
progName = "Barbarossa"
progAuthor = "Nicu Ionita"
progVersion = "0.7.0"
progVerSuff = "defi2aa"
progVerSuff = "defi2"

data Options = Options {
optConfFile :: Maybe String, -- config file
Expand Down
10 changes: 5 additions & 5 deletions Struct/Params.hs
Original file line number Diff line number Diff line change
Expand Up @@ -56,19 +56,19 @@ weights = [
("ewKingThreat", ( 0, 300)),
("ewRookHOpen", ( 162, 182)), -- DSPSA with Adadelta
("ewRookOpen", ( 205, 178)), -- 20k steps, depth 4,
("ewRookConn", ( 121, 1)),
("ewRookConn", ( 98, 1)),
("ewRook7th", ( 201, 161)), -- niu=0.99, eps=1E-6
("ewMobilityKnight", ( 70, 54)), -- texel2 / o: 62, 47
("ewMobilityBishop", ( 67, 32)), -- texel2 / o: 61, 29
("ewMobilityRook", ( 32, 40)), -- texel2 / o: 32, 39
("ewMobilityQueen", ( 4, 22)), -- texel2 / o: 4, 22
("ewCenterPAtts", ( 73, 57)),
("ewCenterNAtts", ( 24, 0)),
("ewCenterBAtts", ( 53, 11)),
("ewCenterNAtts", ( 33, 0)),
("ewCenterBAtts", ( 78, 11)),
("ewCenterRAtts", ( 14, 22)), -- DSPSA ...
("ewCenterQAtts", ( 13, 53)),
("ewCenterKAtts", ( 6, 40)),
("ewCenterNOcc", ( 88, 0)),
("ewCenterKAtts", ( 0, 40)),
("ewCenterNOcc", ( 130, 0)),
("ewSpace", ( 1, 0)),
("ewAdvAtts", ( 0, 12)),
("ewWeakSq", ( -32, 0)),
Expand Down

0 comments on commit 705a0f3

Please sign in to comment.