-
-
Notifications
You must be signed in to change notification settings - Fork 100
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug 🐞
The docs for solve
define the type for the problem solver:
solve(prob::OptimizationProblem, alg::AbstractOptimizationAlgorithm, args...; kwargs...)
But the type is not exported by the package
Optimization.AbstractOptimizationAlgorithm
ERROR: UndefVarError: `AbstractOptimizationAlgorithm` not defined in `Optimization`
It is not a critical bug but I wanted to use the abstract for dispatching on a problem. I have a workaround but it is just to let you know this unexpected behavior.
Thanks for the package!
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working