-
Notifications
You must be signed in to change notification settings - Fork 8
Extension packages #246
Copy link
Copy link
Open
Description
We are starting to see several extension packages emerging (e.g., two-stage models #244 and models with external oracles #243), which is great to see. As the ecosystem grows, it might be worth thinking about how to structure these extensions so that ExaModels itself remains lightweight and maintainable in the long run.
One possible approach could be:
- Separate extension packages from the main ExaModels repo and host them elsewhere. We could follow something similar to the MadNLP approach, where extensions live in a
/libdirectory, or maintain them as separate repositories. - Extensions approved/coordinated by ExaModels core developers could be granted a naming convention such as
TwoStageExaModelsorExaModelsWithOracle. - Optionally, we could add breakage checks for extension packages, similar to
https://github.com/JuliaSmoothOptimizers/NLPModels.jl/blob/main/.github/workflows/breakage.yml
Curious to hear your thoughts.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels