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

#include <feature.h>

Inheritance diagram for osl::move_probability::LureDefender:
osl::move_probability::Feature

Public Types

enum  { ATTACK_DIM = PTYPE_SIZE*PTYPE_SIZE*PTYPE_SIZE , DIM = ATTACK_DIM*3 }
 

Public Member Functions

 LureDefender ()
 
double match (const StateInfo &info, 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 match (const NumEffectState &state, Move move, int see, const StateInfo::pinned_gs_t &pinned_list, int offset, const double *w)
 
- 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 1161 of file move_probability/feature.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
ATTACK_DIM 
DIM 

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

Constructor & Destructor Documentation

◆ LureDefender()

osl::move_probability::LureDefender::LureDefender ( )
inline

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

Member Function Documentation

◆ match() [1/2]

static double osl::move_probability::LureDefender::match ( const NumEffectState state,
Move  move,
int  see,
const StateInfo::pinned_gs_t pinned_list,
int  offset,
const double *  w 
)
inlinestatic

◆ match() [2/2]

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

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