We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0457b2f commit 6d90a88Copy full SHA for 6d90a88
lib/GalacticPolyalgorithms/src/GalacticPolyalgorithms.jl
@@ -26,7 +26,7 @@ function SciMLBase.__solve(prob::OptimizationProblem,
26
end
27
28
optprob2 = GalacticOptim.OptimizationProblem(
29
- optfunc, res1.u; lb=prob.lb, ub=prob.ub, kwargs...)
+ prob.f, res1.u; lb=prob.lb, ub=prob.ub, kwargs...)
30
res1 = GalacticOptim.solve(
31
optprob2, BFGS(initial_stepnorm=0.01), args...; maxiters, kwargs...)
32
elseif isempty(args) && deterministic
0 commit comments