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

Run best should be able to find the executable #89

Open TristanHehnen opened 3 years ago

TristanHehnen commented 3 years ago

Right now the executable for run_best of propti_analyse looks for a relative path from the directory of the current best parameter set in the analysis directory. An absolute path might be better to avoid errors in finding the executable.

e.g. eariler I've changed the location of where the current best parameter set is written but didn't change the (hard coded) relative path accordingly, thus the simulations cannot be conducted.