SciML / EasyModelAnalysis.jl

High level functions for analyzing the output of simulations
MIT License
81 stars 14 forks source link

Change datafit to a BBO global optimization #31

Closed ChrisRackauckas closed 1 year ago

ChrisRackauckas commented 1 year ago

Robustness > efficiency here.

ArnoStrouwen commented 1 year ago

Will not work unless parameter bounds are given.

ChrisRackauckas commented 1 year ago

Good point. Maybe make it a second function?

ArnoStrouwen commented 1 year ago

https://github.com/SciML/EasyModelAnalysis.jl/blob/87f902e11119cef055e5559c4da3dd67d5d3a7e8/src/datafit.jl#L54-L62

ChrisRackauckas commented 1 year ago

won't that error without a maxiteres?

Also, missing an entry in the docstring?