X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=src%2Fhistory.h;h=2abd26b17dbdeb5e07dcf378dab28d1324963516;hb=ee8cdb172173a5af199299320d8f385f63efd1f2;hp=fdc77ada3b4e4eac9117ef0a77167308b929aee4;hpb=9fc602bae74b8e09bd45ace3b42a8ce84d56b23c;p=stockfish diff --git a/src/history.h b/src/history.h index fdc77ada..2abd26b1 100644 --- a/src/history.h +++ b/src/history.h @@ -49,7 +49,7 @@ public: void clear(); void success(Piece p, Square to, Depth d); void failure(Piece p, Square to, Depth d); - int move_ordering_score(Piece p, Square to) const; + int value(Piece p, Square to) const; void set_gain(Piece p, Square to, Value delta); Value gain(Piece p, Square to) const;