-
Notifications
You must be signed in to change notification settings - Fork 1
[Dev] upgrade MetaData #22
Copy link
Copy link
Closed
Labels
enhancementNew feature or requestNew feature or requestinternal devModification to the code is requested and should not affect user experimentModification to the code is requested and should not affect user experiment
Description
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.metadataFor 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
Reactions are currently unavailable
Metadata
Metadata
Labels
enhancementNew feature or requestNew feature or requestinternal devModification to the code is requested and should not affect user experimentModification to the code is requested and should not affect user experiment