engine
Interface Myriad.PersonalityCore

All Known Implementing Classes:
Myriad.ObjectiveCore
Enclosing class:
Myriad

public static interface Myriad.PersonalityCore


Field Summary
static int passed_pawn_value
           
static int[] PIECE_VALUES
           
 
Method Summary
 int evaluatePosition(Position p)
           
 boolean requestFurtherDepth(Position p, boolean vantagePoint)
           
 

Field Detail

passed_pawn_value

static final int passed_pawn_value
See Also:
Constant Field Values

PIECE_VALUES

static final int[] PIECE_VALUES
Method Detail

requestFurtherDepth

boolean requestFurtherDepth(Position p,
                            boolean vantagePoint)

evaluatePosition

int evaluatePosition(Position p)