bishbosh-0.1.4.0: Plays chess.
Safe HaskellNone
LanguageHaskell2010

BishBosh.Input.StandardOpeningOptions

Description

AUTHOR
Dr. Alistair Ward
DESCRIPTION
Defines configurable options related to the process of searching standard openings.
Synopsis

Types

Data-types

Constants

tag :: String Source #

Used to qualify XML.

Functions

Constructor

mkStandardOpeningOptions Source #

Arguments

:: Maybe NPlies

The optional maximum number of plies, after the last position matched against a standard opening, to abandon further match-attempts.

-> PreferVictories 
-> TryToMatchMoves 
-> TryToMatchViaJoiningMove 
-> TryToMatchColourFlippedPosition 
-> StandardOpeningOptions 

Smart constructor.

Accessors