Ivan Borisov

Results 28 comments of Ivan Borisov

Yes, I had experience with it and it is a nice thing to have.

It seems to be related to `Optimization.LBFGS()` and the error retcodes produced by underlying `LBFGS` optimizer, which may not be handled correctly by `Optimization.jl`. Can try another solver, for example,...

For some reason optimizers are failing with certain parameter values. You can try to get these values and run optimization without profiling to get some idea, what can cause it....

Thank you! It should work. I need to look into it.

Hm, that’s something I’ve considered but haven’t found a good solution for yet. The options I see are: - Remove `profile_range` and rely solely on (`lb, ub`) from `OptimizationProblem`. This...

Sorry for the delay in addressing this. After considering different solutions, I believe the simplest and most practical solution is to allow `(-Inf, Inf)` or `nothing` values in `profile_range` at...

Good! Will implement it shortly and hope it makes things better

As internally we solve an ODE system, the solver can produce such warnings if `dt` doesn't suite the tolerance settings. We are looking for a default (recommended) diffeq settings to...