A PyQt6-based desktop GUI for creating, editing, and running optimization / DoE studies using the rodopt+ optimizer.
The app lets you configure:
- General Settings (problem name, working directory, sampling/optimization mode, etc.)
- Parameters (design variables table)
- Objective Function(s)
- Constraint Function(s)
- Run / DoE and Optimization executions and result inspection (e.g., selecting designs, plotting)
Studies can be exported/imported as XML.
- Dependencies:
- PyQt6
- numpy
- matplotlib