STOR-i / GaussianProcesses.jl

A Julia package for Gaussian Processes
https://stor-i.github.io/GaussianProcesses.jl/latest/
Other
308 stars 53 forks source link

Allow positional arguments to Optim.optimize #142

Closed baggepinnen closed 4 years ago

baggepinnen commented 4 years ago

From Optim docs

We currently recommend the statically dispatched interface by using the Optim.Options constructor

maximerischard commented 4 years ago

This makes sense, thank you!