soldasim / BOSS.jl

BOSS (Bayesian Optimization with Semiparametric Surrogate)
MIT License
2 stars 1 forks source link

`OptimizationPRIMA` errors with `AutoForwardDiff` #28

Closed soldasim closed 7 months ago

soldasim commented 7 months ago

Created an issue at Optimization.jl: https://github.com/SciML/Optimization.jl/issues/719

For all the unconstrained algorithms, pass keyword autodiff = nothing to OptimizationAM and OptimizationMLE as a workaround.

COBYLA is probably just broken until this is resolved. (Unless other AD backends work. (?))

zaikunzhang commented 7 months ago

Hi @soldasim ,

Thank you for using PRIMA. Has the issue been resolved? See

https://github.com/libprima/PRIMA.jl/issues/27

Best regards, Zaikun

soldasim commented 7 months ago

Hi @zaikunzhang ,

yes, the issue is resolved by the resolution of https://github.com/SciML/Optimization.jl/issues/719. :)

Thanks!