BuildingsPy icon indicating copy to clipboard operation
BuildingsPy copied to clipboard

statistics: include evaluated parameters

Open thorade opened this issue 6 years ago • 2 comments

Currently statistics store info on numerical jacobians, linear and non-linear systems. Dymola has the flag Advanced.LogStructuredEvaluation = true; to print out which variables have benn considered structural. Maybe that info should be added to reference results also?

thorade avatar Apr 04 '19 10:04 thorade

@thorade : What would be the benefit of tracking this output as part of the regression tests?

mwetter avatar Apr 05 '19 09:04 mwetter

If I change some implementation and as a result more parameters are considered structural and thus require recompilation I would notice this earlier. Just an idea, not very high priority, I just stumbled across that flag (similar analysis is possible with JModelica) and thought it might be interesting to minimize the need for recompilation.

thorade avatar Apr 05 '19 12:04 thorade