You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Many of these packages also use SciML/Optimization to e.g. find optimal parameter sets. It would be useful if SciML/Optimization could accept these objects in their runs, e.g.
ERROR: MethodError: no method matching collect_constants!(::Vector{SymbolicUtils.BasicSymbolic}, ::typeof(rosenbrock))
The function `collect_constants!` exists, but no method is defined for this combination of argument types.
The text was updated successfully, but these errors were encountered:
In MTK and various SciML packages commonly to have e.g. parameter sets on the form of maps, e.g.:
Many of these packages also use SciML/Optimization to e.g. find optimal parameter sets. It would be useful if SciML/Optimization could accept these objects in their runs, e.g.
Currently, one have to extract the various values manually, but this seems burdensome and also prone to potentially causing errors.
I have tried to create an
OptimiationSystem
, butgives a
The text was updated successfully, but these errors were encountered: