Home
last modified time | relevance | path

Searched refs:should_resign (Results 1 – 4 of 4) sorted by relevance

/dports/games/gnugo/gnugo-3.8/engine/
H A Dgenmove.c64 static int should_resign(int color, float optimistic_score, int move);
631 && *value < 10.0 && should_resign(color, optimistic_score, move)) { in do_genmove()
839 should_resign(int color, float optimistic_score, int move) in should_resign() function
/dports/games/leela-zero/leela-zero-0.17/src/
H A DUCTSearch.h126 bool should_resign(passflag_t passflag, float besteval);
H A DUCTSearch.cpp404 bool UCTSearch::should_resign(passflag_t passflag, float besteval) { in should_resign() function in UCTSearch
581 if (should_resign(passflag, besteval)) { in get_best_move()
/dports/games/gnugo/gnugo-3.8/
H A DChangeLog305 - should_resign() now depends on optimistic_score instead of average_score