Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
Aleph::adversarial_search_detail::NodeEvaluation< Move, Score > Struct Template Reference

#include <Negamax.H>

Collaboration diagram for Aleph::adversarial_search_detail::NodeEvaluation< Move, Score >:
[legend]

Public Attributes

Score value = Score{}
 
SearchPath< Move > principal_variation
 

Detailed Description

template<SearchMove Move, AdversarialScore Score>
struct Aleph::adversarial_search_detail::NodeEvaluation< Move, Score >

Definition at line 491 of file Negamax.H.

Member Data Documentation

◆ principal_variation

template<SearchMove Move, AdversarialScore Score>
SearchPath<Move> Aleph::adversarial_search_detail::NodeEvaluation< Move, Score >::principal_variation

◆ value


The documentation for this struct was generated from the following file: