Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
Aleph::Negamax< Domain > Member List

This is the complete list of members for Aleph::Negamax< Domain >, including all inherited members.

default_policy() noexceptAleph::Negamax< Domain >inlinestatic
domain() const noexceptAleph::Negamax< Domain >inline
domain() noexceptAleph::Negamax< Domain >inline
domain_Aleph::Negamax< Domain >private
Domain_Type typedefAleph::Negamax< Domain >
expansion_limit_reached(Result &result)Aleph::Negamax< Domain >inlineprivate
limits() const noexceptAleph::Negamax< Domain >inline
limits_Aleph::Negamax< Domain >private
Move typedefAleph::Negamax< Domain >
Negamax(Domain domain, ExplorationPolicy policy=default_policy(), const SearchLimits &limits={})Aleph::Negamax< Domain >inlineexplicit
policy() const noexceptAleph::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 typedefAleph::Negamax< Domain >
Score typedefAleph::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) noexceptAleph::Negamax< Domain >inline
set_policy(const ExplorationPolicy &policy) noexceptAleph::Negamax< Domain >inline
State typedefAleph::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_firstAleph::Negamax< Domain >static