This script is a general guide to couple a DYMOLA simulation model with a Python script. This is mainly used when you want to make use of Deep/Machine learning in your simulation. The 'fmpy' library ...
Maybe related to #147 and #148. I am trying to use an FMU2-CS exported from Dymola to run an optimization task in python (model calibration, parameter estimation). The objective function is ...