Convert Options to Inputs
Open
@nathanperreau is already working on this.
Since Jul 13, 2026.
code cleanup
- Dominant language
- Python
- Stars
- 287
- Forks
- 140
- Avg merge
- 6d 14h
- Merged PRs (30d)
- 18
Description
Desired capability or behavior.
There are a number of options that users will want to manipulate during the optimization.
For example: Aircraft.Wing.LOAD_PATH_SWEEP_DIST are actually functions of Aircraft.Wing.SWEEP and should change as sweep changes. However, Aircraft.Wing.LOAD_PATH_SWEEP_DIST is an option and thus is not allowed to change during the optimization. This value contributes as a secondary effect to wing weight calculations.
Is your feature request related to a problem? Please describe.
No response
Associated Bug Report
No response
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.