(config: RoutingConfig, mode: RoutingMode)
| 98 | |
| 99 | |
| 100 | def get_selection_weights(config: RoutingConfig, mode: RoutingMode) -> SelectionWeights: |
| 101 | return get_mode_config(config, mode).selection |
| 102 | |
| 103 | |
| 104 | def get_bandit_config(config: RoutingConfig, mode: RoutingMode) -> BanditConfig: |