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

#include <feature.h>

Inheritance diagram for osl::move_probability::BlockLongFrom:
osl::move_probability::Feature

Public Types

enum  { DIM = BlockLong::LongAttackSize }
 

Public Member Functions

 BlockLongFrom ()
 
double match (const StateInfo &state, const MoveInfo &move, 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 double findAll (const StateInfo &state, Move move, const double *w, int offset=0)
 
- 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 781 of file move_probability/feature.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
DIM 

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

Constructor & Destructor Documentation

◆ BlockLongFrom()

osl::move_probability::BlockLongFrom::BlockLongFrom ( )
inline

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

Member Function Documentation

◆ findAll()

static double osl::move_probability::BlockLongFrom::findAll ( const StateInfo state,
Move  move,
const double *  w,
int  offset = 0 
)
inlinestatic

◆ match()

double osl::move_probability::BlockLongFrom::match ( const StateInfo state,
const MoveInfo move,
int  offset,
const double *  w 
) const
inlinevirtual

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