|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
This is the complete list of members for Aleph::Negamax< Domain >, including all inherited members.
| default_policy() noexcept | Aleph::Negamax< Domain > | inlinestatic |
| domain() const noexcept | Aleph::Negamax< Domain > | inline |
| domain() noexcept | Aleph::Negamax< Domain > | inline |
| domain_ | Aleph::Negamax< Domain > | private |
| Domain_Type typedef | Aleph::Negamax< Domain > | |
| expansion_limit_reached(Result &result) | Aleph::Negamax< Domain > | inlineprivate |
| limits() const noexcept | Aleph::Negamax< Domain > | inline |
| limits_ | Aleph::Negamax< Domain > | private |
| Move typedef | Aleph::Negamax< Domain > | |
| Negamax(Domain domain, ExplorationPolicy policy=default_policy(), const SearchLimits &limits={}) | Aleph::Negamax< Domain > | inlineexplicit |
| policy() const noexcept | Aleph::Negamax< Domain > | inline |
| policy_ | Aleph::Negamax< Domain > | private |
| probe_transposition(State &state, const size_t remaining, Result &result, Table &table, Keyer &keyer, adversarial_search_detail::NodeEvaluation< Move, Score > &out) | Aleph::Negamax< Domain > | inlineprivate |
| Result typedef | Aleph::Negamax< Domain > | |
| Score typedef | Aleph::Negamax< Domain > | |
| search(State initial_state) | Aleph::Negamax< Domain > | inline |
| search(State initial_state, Tracer &tracer) | Aleph::Negamax< Domain > | inline |
| search(State initial_state, Table &table, Keyer keyer) | Aleph::Negamax< Domain > | inline |
| search(State initial_state, Table &table, Keyer keyer, Tracer &tracer) | Aleph::Negamax< Domain > | inline |
| search(State initial_state, Table &table) | Aleph::Negamax< Domain > | inline |
| search(State initial_state, Table &table, Tracer &tracer) | Aleph::Negamax< Domain > | inline |
| search_impl(State initial_state, Table &table, Keyer &keyer, Tracer &tracer) | Aleph::Negamax< Domain > | inlineprivate |
| search_node(State &state, const size_t depth, Result &result, Table &table, Keyer &keyer, Tracer &tracer) | Aleph::Negamax< Domain > | inlineprivate |
| set_limits(const SearchLimits &limits) noexcept | Aleph::Negamax< Domain > | inline |
| set_policy(const ExplorationPolicy &policy) noexcept | Aleph::Negamax< Domain > | inline |
| State typedef | Aleph::Negamax< Domain > | |
| stop_ | Aleph::Negamax< Domain > | private |
| store_transposition(State &state, const size_t remaining, Result &result, Table &table, Keyer &keyer, const adversarial_search_detail::NodeEvaluation< Move, Score > &value, const TranspositionBound bound) | Aleph::Negamax< Domain > | inlineprivate |
| supports_best_first | Aleph::Negamax< Domain > | static |