Pathfinder.jl
Pathfinder.jl copied to clipboard
Fixing type-noninferrability from Optimization.solve
Optimization v3.13.1 implemented SciMLBase.init for OptimizationProblem, which caused a check for type-inferrability in our test suite to begin failing (see first time it failed here).
It's not yet clear to me which change broke type-inference, or exactly how broken type-inference is, but perhaps we can fix it by using SciMLBase.init ourselves, followed by SciMLBase.solve!.
Relevant issue: https://github.com/SciML/Optimization.jl/issues/556