My Project
Public Types | Public Member Functions | Static Public Member Functions | List of all members
osl::move_probability::CoverFork Class Reference

#include <feature.h>

Inheritance diagram for osl::move_probability::CoverFork:
osl::move_probability::Feature

Public Types

enum  { DIM = PTYPE_SIZE * PTYPE_SIZE * PTYPE_SIZE }
 

Public Member Functions

 CoverFork ()
 
double match (const StateInfo &si, const MoveInfo &mi, int offset, const double *w) const
 
- Public Member Functions inherited from osl::move_probability::Feature
 Feature (std::string n, size_t d)
 
virtual ~Feature ()
 
std::string name () const
 
size_t dimension () const
 

Static Public Member Functions

static bool defending (const NumEffectState &state, Move move, Square target)
 
- Static Public Member Functions inherited from osl::move_probability::Feature
static int classifyEffect9 (const NumEffectState &state, Player player, Square to)
 

Detailed Description

Definition at line 1532 of file move_probability/feature.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
DIM 

Definition at line 1535 of file move_probability/feature.h.

Constructor & Destructor Documentation

◆ CoverFork()

osl::move_probability::CoverFork::CoverFork ( )
inline

Definition at line 1538 of file move_probability/feature.h.

Member Function Documentation

◆ defending()

static bool osl::move_probability::CoverFork::defending ( const NumEffectState state,
Move  move,
Square  target 
)
inlinestatic

◆ match()

double osl::move_probability::CoverFork::match ( const StateInfo si,
const MoveInfo mi,
int  offset,
const double *  w 
) const
inlinevirtual

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