-
Notifications
You must be signed in to change notification settings - Fork 0
Model Editor
github-actions[bot] edited this page Feb 20, 2026
·
1 revision
param_ui.py provides a custom desktop interface to inspect and edit simulation parameters in model.py without manually searching through the source file. It is designed to speed up model iteration and reduce editing errors during parameter tuning.
- Loads
model.pyand indexes key configuration variables. - Exposes grouped controls for frequently tuned parameters (time stepping, boundaries, feature toggles, etc.).
- Preserves comments and formatting while patching variable assignments.
- Provides a code editor view with syntax highlighting for quick navigation.
- Supports launching model runs from the same interface to shorten edit-run cycles.
- Faster navigation across large configuration sections.
- Reduced risk of syntax mistakes in manual edits.
- Better reproducibility when adjusting many parameters across experiments.
