You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Good point. We should definitely try to standardize that. If there's no other way, we could also consider deviating a bit from backwards compatibility and doing a major version bump with bigger changes.
There are three ways to return evaluations:
+5
is advantage to the side whose turn it is)+5
is advantage White, no matter whose turn it is)+5
is advantage Black, no matter whose turn it is)Currently there is a happy mix in the codebase:
num_nodes
andverbose
options toget_top_moves()
#16 is merged, it will use newturn_perspective
global option, which defaults to Turn.)Suggested solution:
turn_perspective
global option for all functions, default toTrue
(ie. Turn perspective).The text was updated successfully, but these errors were encountered: