package
0.0.0-20230208023716-2c859fbaa0a5
Repository: https://github.com/timpalpant/go-cfr.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
New creates a new PolicyTable backed by a LevelDB database at the given path.
NewReservoirBuffer returns a new ReservoirBuffer with the given max number of samples, backed by a LevelDB database at the given directory path.

# Structs

No description provided by the author
PolicyTable is a tabular CFR policy table that keeps all node policies on disk in a LevelDB database.
ReservoirBuffer implements a reservoir sampling buffer in which samples are stored in a LevelDB database.