csiro-hydroinformatics / metaheuristics

A metaheuristics framework for calibration and optimisation
Other
7 stars 6 forks source link

Return all tried results from all calibration methods (RM-14682) #11

Closed pmaner closed 5 years ago

pmaner commented 8 years ago

On completion, the Calibration Runner should display the history of objective function & metaparameter values used during the optimisation process. The calibration history is working for SCE and SCE & Rosenbrock but the other optimisation algorithms only display the best (or last?) optimisation result.

The returned results from evolve() call are an array and it makes sense to return all the results tried ordered so the first one is the best (and for backward compatibility)

proposed fix in https://github.com/jmp75/metaheuristics/pull/10

jmp75 commented 5 years ago

Pull request merged.