Pathfinder.jl icon indicating copy to clipboard operation
Pathfinder.jl copied to clipboard

Fixing type-noninferrability from Optimization.solve

Open sethaxen opened this issue 2 years ago • 1 comments

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!.

sethaxen avatar Jun 23 '23 13:06 sethaxen

Relevant issue: https://github.com/SciML/Optimization.jl/issues/556

sethaxen avatar Jun 26 '23 09:06 sethaxen