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

#include <feature.h>

Inheritance diagram for osl::move_probability::SeeFeature:
osl::move_probability::Feature

Public Types

enum  { SeeClass = 23 , YClass = 3 , ProgressClass = 8 }
 

Public Member Functions

 SeeFeature ()
 
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 int seeIndex (int see)
 
- 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 95 of file move_probability/feature.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
SeeClass 
YClass 
ProgressClass 

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

Constructor & Destructor Documentation

◆ SeeFeature()

osl::move_probability::SeeFeature::SeeFeature ( )
inline

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

Member Function Documentation

◆ match()

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

◆ seeIndex()

static int osl::move_probability::SeeFeature::seeIndex ( int  see)
inlinestatic

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

Referenced by match().


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