All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Member Functions | Public Attributes | List of all members
osl::search::AlphaBeta2SharedRoot Struct Reference

#include <alphaBeta2.h>

Collaboration diagram for osl::search::AlphaBeta2SharedRoot:
Collaboration graph
[legend]

Public Member Functions

 AlphaBeta2SharedRoot ()
 
void showLastPv (int limit) const
 
int sameBestMoves () const
 

Public Attributes

vector< int > root_values
 value for each pv-update, for each iteration More...
 
vector< int > root_values_for_iteration
 
vector< Movebest_move_for_iteration
 
vector< RootPVlast_pv
 history of pv More...
 
Move last_root_move
 best move of the previous completed iteration More...
 
int last_root_value_update
 interim value for the current iteration More...
 

Detailed Description

Definition at line 112 of file alphaBeta2.h.

Constructor & Destructor Documentation

osl::search::AlphaBeta2SharedRoot::AlphaBeta2SharedRoot ( )
inline

Definition at line 123 of file alphaBeta2.h.

Member Function Documentation

int osl::search::AlphaBeta2SharedRoot::sameBestMoves ( ) const
inline

Definition at line 127 of file alphaBeta2.h.

References best_move_for_iteration.

void osl::search::AlphaBeta2SharedRoot::showLastPv ( int  limit) const

Definition at line 53 of file alphaBeta2.cc.

References last_pv, limit, osl::eval::min(), and osl::record::csa::show().

Member Data Documentation

vector<Move> osl::search::AlphaBeta2SharedRoot::best_move_for_iteration

Definition at line 116 of file alphaBeta2.h.

Referenced by sameBestMoves().

vector<RootPV> osl::search::AlphaBeta2SharedRoot::last_pv

history of pv

Definition at line 118 of file alphaBeta2.h.

Referenced by showLastPv().

Move osl::search::AlphaBeta2SharedRoot::last_root_move

best move of the previous completed iteration

Definition at line 120 of file alphaBeta2.h.

int osl::search::AlphaBeta2SharedRoot::last_root_value_update

interim value for the current iteration

Definition at line 122 of file alphaBeta2.h.

vector<int> osl::search::AlphaBeta2SharedRoot::root_values

value for each pv-update, for each iteration

Definition at line 115 of file alphaBeta2.h.

vector<int> osl::search::AlphaBeta2SharedRoot::root_values_for_iteration

Definition at line 115 of file alphaBeta2.h.


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