List of all items
Structs
- beam_search::BeamLeaf
- beam_search::BeamSearchConfig
- beam_search::BeamSearchEngine
- beam_search::BeamSearchResult
- beam_search::BeamStats
- beam_search::RankedRootMove
- bench::adapters::BeamAdapter
- bench::adapters::MCTSAdapter
- bench::adapters::MinimaxAdapter
- bench::adapters::MoveObservation
- bench::adapters::RandomAdapter
- bench::adapters::RawMetrics
- bench::checkpoint::CheckpointPaths
- bitboard::Bitboard
- board::PlayerInventory
- board::QuantikBoard
- evaluation::EvalConfig
- mcts::MCTSConfig
- mcts::MCTSEngine
- minimax::MinimaxConfig
- minimax::MinimaxEngine
- minimax::MinimaxResult
- moves::Move
- opening_book::OpeningBookConfig
- opening_book::OpeningBookDatabase
- opening_book::OpeningBookEntry
- state::State
- symmetry::SymmetryHandler
Enums
Traits
Functions
- bench::adapters::fixed_time_adapters
- bench::adapters::select
- bench::agreement::aggregate_agreement
- bench::agreement::aggregate_cost
- bench::agreement::observation_key
- bench::agreement::run_agreement
- bench::book_export::export_references
- bench::book_export::lookup_reference
- bench::bundle::collect_environment
- bench::bundle::make_bundle
- bench::bundle::save_bundle
- bench::canonical::canonical_json
- bench::canonical::canonical_json_pretty
- bench::canonical::python_float_repr
- bench::checkpoint::append_jsonl
- bench::checkpoint::build_manifest
- bench::checkpoint::bundle_from_checkpoint
- bench::checkpoint::checkpoint_paths
- bench::checkpoint::key_set
- bench::checkpoint::load_jsonl
- bench::checkpoint::load_manifest
- bench::checkpoint::normalize_run_config
- bench::checkpoint::update_manifest_counts
- bench::checkpoint::validate_resume_manifest
- bench::checkpoint::write_manifest
- bench::contracts::action_index
- bench::contracts::canonical_key_hex
- bench::contracts::export_game_result_rows
- bench::contracts::export_observation_rows
- bench::contracts::game_result_v1_row
- bench::contracts::legal_action_mask
- bench::contracts::observation_v1_row
- bench::contracts::position_lookup
- bench::correctness::run_preflight
- bench::dataset::checksum
- bench::dataset::generate
- bench::dataset::load
- bench::dataset::phase_of
- bench::dataset::save
- bench::head_to_head::aggregate_head_to_head
- bench::head_to_head::h2h_key
- bench::head_to_head::play_game
- bench::head_to_head::run_head_to_head
- bench::metrics::mean_std
- bench::metrics::median
- bench::metrics::percentile
- bench::metrics::wilson_ci
- bench::reference::augment_with_references
- bench::reference::augment_with_references_with_book
- bench::reference::move_key
- bench::reference::parse_move_key
- bench::reference::solve_position
- bench::reference::solve_position_with_book
- bench::report::render_markdown
- bench::stability::aggregate_stability
- evaluation::count_legal_moves
- evaluation::evaluate
- evaluation::features
- game::check_winner
- game::current_player
- game::has_winning_line
- game::is_game_over
- moves::apply_move
- moves::generate_legal_moves
- moves::is_move_legal
- qfen::bb_from_qfen
- qfen::bb_to_qfen
Type Aliases
Constants
- beam_search::UNIQUE_CANONICAL_STATES_PER_DEPTH
- bench::bundle::SCHEMA_VERSION
- bench::checkpoint::H2H_RECORDS
- bench::checkpoint::MANIFEST
- bench::checkpoint::OBSERVATIONS
- bench::contracts::CONTRACT_VERSION
- bench::contracts::GAME_RESULT_SCHEMA
- bench::contracts::MODEL_CHECKPOINT_SCHEMA
- bench::contracts::OBSERVATION_SCHEMA
- bench::contracts::OPENING_BOOK_SCHEMA
- bench::dataset::GENERATOR
- bench::dataset::PHASES
- bench::dataset::SCHEMA_VERSION
- constants::BOARD_SIZE
- constants::COLUMN_MASKS
- constants::FLAG_CANON
- constants::MAX_PIECES_PER_SHAPE
- constants::NUM_PLANES
- constants::NUM_PLAYERS
- constants::NUM_SHAPES
- constants::ROW_MASKS
- constants::SHAPE_LETTERS
- constants::VERSION
- constants::WIN_MASKS
- constants::ZONE_MASKS
- evaluation::FEATURE_NAMES