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

single generation #77

Open lu-kas opened 4 years ago

lu-kas commented 4 years ago

have spotpy compute only one generation

TristanHehnen commented 3 years ago

This is now implemented with max_loop_inc in the OptimiserProperties. However, it seems that the burn-in for the SPOTPY SCE is excluded from the counting, thus the first time an optimisation run is started an extra generation is performed - the burn-in.

lu-kas commented 3 years ago

If max_loop_inc is set to one, then only the burn-in should be executed, if needed. but if it is set to a higher value and the burn-in needs to be run, this will in fact lead to an 'extra generation'. Do you have a short running test example for that?