All,
I am dealing with an optimization problem which includes optimal design (optimization of parameters) and optimal control (optimization of control input variables throughout time) within the same optimization problem. What is the best way to deal with this in JModelica ? Or, differently, is this possible anyway in JModelica ?
The most logic solution that came to me is let the (non-derivative) optimal design process call an optimal control process for each iteration ...
Best regards,
Ruben
Combined optimal design (parameter) and control (variable)
Tue, 2012-04-03 21:05
#1
Combined optimal design (parameter) and control (variable)
Tue, 2012-04-03 22:18
#2
I don't know if it's the best
I don't know if it's the best way, but it's certainly possible to just do it in a straightforward manner. You can include both free parameters and input trajectories in your problem formulation and then optimize them simultaneously.