gwkokab_scripts.flowMC_info¶
Attributes¶
Functions¶
|
|
|
Display the detailed sample breakdown and memory notes in a clean panel. |
|
|
|
|
|
Generate heuristic suggestions for FlowMC parameters. |
|
Infer n_dims from CLI argument or config (mass_matrix length). |
|
Load and validate the JSON configuration. |
|
|
|
Generate a matplotlib plot of the training history. |
|
|
|
Module Contents¶
- gwkokab_scripts.flowMC_info.display_diagnostics_panel(info_dict: Dict[str, str], memory_notes: List[str])¶
Display the detailed sample breakdown and memory notes in a clean panel.
- gwkokab_scripts.flowMC_info.generate_heuristics(n_dims: int, n_chains: int, kept_total_per_loop: int) Dict[str, Any]¶
Generate heuristic suggestions for FlowMC parameters.
- gwkokab_scripts.flowMC_info.infer_n_dims(bundle_config: dict, cli_n_dims: int | None) int¶
Infer n_dims from CLI argument or config (mass_matrix length).
- gwkokab_scripts.flowMC_info.load_config(path: str) Dict[str, Any]¶
Load and validate the JSON configuration.
- gwkokab_scripts.flowMC_info.main()¶
- gwkokab_scripts.flowMC_info.plot_history(loops: List[int], candidates: List[int], n_train: List[int], save_path: str)¶
Generate a matplotlib plot of the training history.
- gwkokab_scripts.flowMC_info.console¶