Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Dev] upgrade MetaData #22

Closed
0Yassine0 opened this issue Sep 6, 2024 · 0 comments · Fixed by #23
Closed

[Dev] upgrade MetaData #22

0Yassine0 opened this issue Sep 6, 2024 · 0 comments · Fixed by #23
Assignees
Labels
enhancement New feature or request internal dev Modification to the code is requested and should not affect user experiment

Comments

@0Yassine0
Copy link
Collaborator

0Yassine0 commented Sep 6, 2024

For the MetaData, we need to use a DataFrame to collect data for each model. It's to make it easier for users to display the provided models in this package just by typing :

using OptimalControlProblems
data = OptimalControlProblems.metadata

For each model, I suggest we provide the following information:
- name: problem name
- nh: default number of discretization points
- nvar: number of variables
- ncon: number of general constraints
- minimize: true if optimize == minimize

@0Yassine0 0Yassine0 added enhancement New feature or request internal dev Modification to the code is requested and should not affect user experiment labels Sep 6, 2024
@0Yassine0 0Yassine0 linked a pull request Sep 6, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request internal dev Modification to the code is requested and should not affect user experiment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants