Skip to content

Commit 8242885

Browse files
committed
StrategyProfile + ActionFrequencies — the two-level map (NodeId → Two → ActionFrequencies) that stores the current mixed strategy for every hand at every action node.
1 parent e9b85ef commit 8242885

2 files changed

Lines changed: 543 additions & 0 deletions

File tree

src/analysis/gto/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ pub mod combos;
99
pub mod game_tree;
1010
pub mod odds;
1111
pub mod solver_config;
12+
pub mod strategy_profile;
1213
pub mod vs;
1314
pub mod weighted_combos;
1415

0 commit comments

Comments
 (0)