Closed jariji closed 1 week ago
Running this example after using AccessibleOptimization
gives "UndefVarError: BFGS
not defined", so probably more imports are needed?
Anyway, my guess is that you should specify the vector type to use, OptProblemSpec((@o optfunc(_, data)), Vector, θ₀, vars,)
(or other like SVector, MVector). By default, AccessibleOptimization passes whatever it receives from Accessors.getall
to Optimization, and it may be a Tuple.
What do I mean here?