Public Member Functions | Private Attributes
ExtendToCenter Class Reference

[0-min_range, max(0+min_range, ev.value()-frontier_range] で探索. More...

Inheritance diagram for ExtendToCenter:
Inheritance graph
[legend]
Collaboration diagram for ExtendToCenter:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 ExtendToCenter (qsearch_t **q, eval_t &e, int range_d, int c, int extend_m)
const std::string name () const
const std::pair< int, int > alphaBeta (Player turn, int pawn_value, int real_value) const

Private Attributes

const int extend_multiplier

Detailed Description

[0-min_range, max(0+min_range, ev.value()-frontier_range] で探索.

Definition at line 273 of file range-vs-nodes.cc.


Constructor & Destructor Documentation

ExtendToCenter::ExtendToCenter ( qsearch_t **  q,
eval_t e,
int  range_d,
int  c,
int  extend_m 
) [inline]

Definition at line 277 of file range-vs-nodes.cc.


Member Function Documentation

const std::pair<int,int> ExtendToCenter::alphaBeta ( Player  turn,
int  pawn_value,
int  real_value 
) const [inline, virtual]
const std::string ExtendToCenter::name ( ) const [inline, virtual]

Reimplemented from FixedCenter.

Definition at line 282 of file range-vs-nodes.cc.

References tos().


Member Data Documentation

const int ExtendToCenter::extend_multiplier [private]

Definition at line 275 of file range-vs-nodes.cc.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines