Henrik Schatz

Results 3 comments of Henrik Schatz

When using a scalar/1-element vector state variable, the same type of conversion error also occurs for explicit solvers. MWE: ``` using OrdinaryDiffEq, Zygote using SciMLSensitivity, Test, ForwardDiff p = rand(1)...

Hey there. I gave implementing the zoom line search algorithm a try, as I find it to be a generally well-working method. At least for some of the problems I...

Thank you for taking the time to write down the general line search problem and current implementation in such detail. This actually helps a lot to clarify the problem I'm...