Skip to content

Commit

Permalink
-mg +1.5eg
Browse files Browse the repository at this point in the history
  • Loading branch information
MJZ1977 committed May 23, 2020
1 parent 86ef1a6 commit f931281
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pawns.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ namespace {
constexpr Score Isolated = S( 5, 15);
constexpr Score WeakLever = S( 0, 56);
constexpr Score WeakUnopposed = S(13, 27);
constexpr Score BlockedStorm[RANK_NB] = {S( 0, 0), S( 0, 0), S( 76, 78), S(-15, 15), S(-10, 10), S(-6, 6), S(-2, 2)};
constexpr Score BlockedStorm[RANK_NB] = {S( 0, 0), S( 0, 0), S( 76, 78), S(-10, 15), S(-7, 10), S(-4, 6), S(-1, 2)};

// Connected pawn bonus
constexpr int Connected[RANK_NB] = { 0, 7, 8, 12, 29, 48, 86 };
Expand Down

13 comments on commit f931281

@Vizvezdenec
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

congrats!

@locutus2
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Congrats!

@mstembera
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Congrats!

@anshulongithub
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Congrats! I hope this can make it to the TCEC for divp

@anshulongithub
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can this be merged in soon into master @vondele @snicolet, they will be picking the binary soon for TCEC div p on Sunday, 24 May 2020 around 06:52:50 GMT.

@MJZ1977
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PR created here after (hard) rebase
official-stockfish#2698

Meanwhile, test with normal opening book for rebased PR
https://tests.stockfishchess.org/tests/view/5ec9b83ea586eee45aa2ab96
In progress ...

@Mindbreaker1
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Congrats!

@miguel-l
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Congrats!

@tomtor
Copy link

@tomtor tomtor commented on f931281 May 24, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Congratulations!

@xoto10
Copy link

@xoto10 xoto10 commented on f931281 May 24, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Congrats!

@pb00068
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Congrats.

@noobgame
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

congrats!

хорошо бы еще сделать сильный(или очень сильный) штраф на образование отсталой пешки

и штраф за блокированные фигуры например Bс8 и пешки б7 и д7

@noobgame
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Vizvezdenec хорошо бы еще сделать сильный(или очень сильный) штраф на образование отсталой пешки

и штраф за блокированные фигуры например Bс8 и пешки б7 и д7

и добавь меня пж в дискорде или телеграме

Please sign in to comment.