We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1cf400 commit efd4911Copy full SHA for efd4911
1 file changed
src/types.jl
@@ -79,11 +79,6 @@ end
79
Base.:*(x::SemWeight{Nothing}, y) = y
80
Base.:*(x::SemWeight, y) = x.w * y
81
82
-"""
83
-Supertype of all objects that can serve as the `optimizer` field of a SEM.
84
-Connects the SEM to its optimization backend and controls options like the optimization algorithm.
85
-If you want to connect the SEM package to a new optimization backend, you should implement a subtype of SemOptimizer.
86
87
abstract type SemOptimizer{E} end
88
89
"""
0 commit comments