Skip to content

Commit

Permalink
removed weight on king safety
Browse files Browse the repository at this point in the history
this is more fun!
  • Loading branch information
N1ckn1ght committed Apr 26, 2024
1 parent 5a397cb commit edd134d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/engine/weights.rs
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ impl Weights {
let rq_open_pre = 100;
let rq_semiopen_pre = 80;
let k_opposition_pre = [0, 60];
let k_mobility_as_q_pre = [-12, 0]; // second is always 0
let k_mobility_as_q_pre = [0, 0]; // second is always 0 | also temporary disabled lul
let k_pawn_dist1_pre = [0, 120];
let k_pawn_dist2_pre = [0, 40];
let k_center_dist1_pre = [-40; 120];
Expand Down

0 comments on commit edd134d

Please sign in to comment.