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

#include <feature.h>

Inheritance diagram for osl::move_probability::ToEffect:
osl::move_probability::Feature

Public Member Functions

 ToEffect ()
 
double match (const StateInfo &state, const MoveInfo &info, 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 const Piece find (const NumEffectState &state, Square to, const PieceMask &remove, Player player)
 
static void supportAttack (const NumEffectState &state, Square to, const PieceMask &my_pin, const PieceMask &op_pin, Player turn, std::pair< Ptype, Ptype > &out)
 
static void supportAttack (const StateInfo &info, Square to, Move move, std::pair< Ptype, Ptype > &out)
 
static size_t supportAttack (const StateInfo &info, Square to, Move move)
 
- 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 350 of file move_probability/feature.h.

Constructor & Destructor Documentation

◆ ToEffect()

osl::move_probability::ToEffect::ToEffect ( )
inline

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

Member Function Documentation

◆ find()

static const Piece osl::move_probability::ToEffect::find ( const NumEffectState state,
Square  to,
const PieceMask remove,
Player  player 
)
inlinestatic

◆ match()

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

◆ supportAttack() [1/3]

static void osl::move_probability::ToEffect::supportAttack ( const NumEffectState state,
Square  to,
const PieceMask my_pin,
const PieceMask op_pin,
Player  turn,
std::pair< Ptype, Ptype > &  out 
)
inlinestatic

◆ supportAttack() [2/3]

static size_t osl::move_probability::ToEffect::supportAttack ( const StateInfo info,
Square  to,
Move  move 
)
inlinestatic

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

References osl::PTYPE_SIZE, and supportAttack().

◆ supportAttack() [3/3]

static void osl::move_probability::ToEffect::supportAttack ( const StateInfo info,
Square  to,
Move  move,
std::pair< Ptype, Ptype > &  out 
)
inlinestatic

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