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

Restructure scaling in fitness computation #98

Open lu-kas opened 3 years ago

lu-kas commented 3 years ago

The current implementation is not robust. sclae_fitness can be a bool or a string, yet without checking for non-valid values. minmax scaling is using the first and last value, instead of min and max value?

Additionally, a common scaling approach should be investigated.