FireDynamics / propti

PROPTI is an interface tool that couples simulation models with algorithms to solve the inverse problem of material parameter estimation in a modular way. It is designed with flexibility in mind and can communicate with arbitrary algorithm libraries and simulation models. Furthermore, it provides basic means of pre- and post-processing.
MIT License
15 stars 124 forks source link

Write Parameters with Dependencies also in Evaluated Form to the Data Base File #107

Open TristanHehnen opened 2 years ago

TristanHehnen commented 2 years ago

For the parameters with dependencies, only their "helper parameters" are written into the data base file, because these helpers are the ones that are actually part of the optimisation process. That makes it a bit cumbersome to assess the actually desired values, since one needs to evaluate them manually. Having te evaluated parameters written into the data base would be very conveniant option.

lu-kas commented 2 years ago

Ok, I see the point. However, this may be tricky to be accomplished, as spotpy does not see the result of our evaluation. Would it help if we would write our own (additional) data base?

TristanHehnen commented 2 years ago

I guess that could work.