Public Member Functions | Static Private Attributes
ExtendToOther Class Reference

[0-min_range*2, 0+min_range] More...

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

List of all members.

Public Member Functions

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

Static Private Attributes

static const int extend_multiplier = 2

Detailed Description

[0-min_range*2, 0+min_range]

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


Constructor & Destructor Documentation

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

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


Member Function Documentation

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

Reimplemented from FixedRange.

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

References osl::eval::betterThan(), center, and osl::eval::delta().

const std::string ExtendToOther::name ( ) const [inline, virtual]

Reimplemented from FixedCenter.

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

References tos().


Member Data Documentation

const int ExtendToOther::extend_multiplier = 2 [static, private]

Definition at line 352 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