Skip to content

Type AbstractOptimizationAlgorithm not exported #900

@awage

Description

@awage

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

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions