Hi
I just got greeted in VSCode with a message that made me update to Dyad 3.0… After using the AI to update my models I now realized that the TransientAnalysis is now much slower that before. (5min instead of 3min maybe)
I am simulating a Vienna Rectifier that has some switches switching at 50kHz, so I am not expecting something super fast, but this feels easily double the time than before.
Honestly I am not sure how to get back to the previous Dyad Release, otherwise I would love to share some real numbers.
I published the code here if it helps: https://gitlab.com/gruemel/julia/dyad_vienna_afe There is a commit " Updated the model to Dyad 3.0" for the updated code
I tried setting optimize = OptimizationLevel.Basic(), and optimize = OptimizationLevel.Agressive(), but these are not working due to some errors.
Anything I can do to get more insights where this is coming from?