File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ function MOI.dimension(set::VectorizedManifold)
2929 return prod (ManifoldsBase. representation_size (set. manifold))
3030end
3131
32- struct RiemannianFunction{MO<: ManifoldsBase .AbstractManifoldObjective } <: MOI.AbstractScalarFunction
32+ struct RiemannianFunction{MO<: Manopt .AbstractManifoldObjective } <: MOI.AbstractScalarFunction
3333 func:: MO
3434end
3535
@@ -45,7 +45,7 @@ mutable struct Optimizer <: MOI.AbstractOptimizer
4545 # Sense of the optimization, that is whether it is for example min, max or no objective
4646 sense:: MOI.OptimizationSense
4747 # Objective function of the optimization
48- objective:: ManifoldsBase .AbstractManifoldObjective
48+ objective:: Manopt .AbstractManifoldObjective
4949 # Solver parameters set with `MOI.RawOptimizerAttribute`
5050 options:: Dict{String,Any}
5151 function Optimizer ()
You can’t perform that action at this time.
0 commit comments