Home
last modified time | relevance | path

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

/dports/games/freedoko/FreeDoko_0.7.19/src/player/ai/
H A Dai.cpp933 auto heuristic_logic = ::Heuristic::create(heuristic, *this); in nextcard() local
934 DEBUG_ASSERTION(heuristic_logic->heuristic() == heuristic, in nextcard()
936 heuristic_logic->set_player(*this); in nextcard()
937 auto const card = heuristic_logic->get_card(trick); in nextcard()
942 cout << heuristic_logic->rationale(); in nextcard()
965 this->last_heuristic_rationale_ = heuristic_logic->rationale(); in nextcard()