X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=src%2Fevaluate.cpp;h=2a80568d50ef77e520d6a7e2f4c053393a9152d2;hb=f902ddaa89440cd2f3a981cc1dfbfad609a9e0fb;hp=3fc6bd5c4c3dcadb961094651aadb03a82b331c6;hpb=8a858aea34940920f9cd44e3006a632077e9f6ab;p=stockfish diff --git a/src/evaluate.cpp b/src/evaluate.cpp index 3fc6bd5c..2a80568d 100644 --- a/src/evaluate.cpp +++ b/src/evaluate.cpp @@ -414,7 +414,7 @@ void quit_eval() { /// read_weights() reads evaluation weights from the corresponding UCI parameters -void read_weights(Color us) { +void read_evaluation_uci_options(Color us) { // King safety is asymmetrical. Our king danger level is weighted by // "Cowardice" UCI parameter, instead the opponent one by "Aggressiveness".