ModelingToolkit.jl offers some additional metadata tags that we can use to more easily setup optimization. We want to be able to: - [x] Mark certain symbols as constants - [ ] Mark symbols as "tunable" for inclusion in the state vector for optimization packages. - [ ] Bounds and distributions for symbols - [ ] Mark symbols as inputs/outputs
ModelingToolkit.jl offers some additional metadata tags that we can use to more easily setup optimization. We want to be able to: