Safe Haskell | None |
---|---|
Language | Haskell2010 |
BishBosh.Search.EphemeralData
Contents
Description
AUTHOR
- Dr. Alistair Ward
DESCRIPTION
- Permits maintenance of data collected during the search for a move.
- class EphemeralData a where
Type-classes
class EphemeralData a where Source #
An interface for short-lived data.
Methods
Arguments
:: a | |
-> Int | Get the current size of the collection. |
Arguments
:: NPlies | |
-> a | |
-> a | Prune old data from the collection. |
Instances
EphemeralData (KillerMoves killerMove) Source # | |
EphemeralData (Transpositions move positionHash) Source # | |