You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I am looking into linking Nonconvex.jl with GalacticOptim.jl. I was running into the issue that GalacticOptim takes care of the AD stuff for the optimisation problem but I couldn't see an easy way to pass this info into Nonconvex.jl. Is it possible or does the AD of the optimisation problem has to take place in Nonconvex.jl?
I hope my question is somewhat clear.
The text was updated successfully, but these errors were encountered:
Define a new callable struct GOFunction that wraps a function and GO's AD-backend. Define a chain rule for GOFunction to make use of GO's AD mechanism. Nonconvex will be calling Zygote on the top level but that's a very shallow layer over GO's AD which can be using anything.
Thanks for the pointer, I will have a try implementing this in the coming week. Do you mind if I tag you in the PR and get back to you if I have anymore questions?
Hi,
I am looking into linking
Nonconvex.jl
withGalacticOptim.jl
. I was running into the issue thatGalacticOptim
takes care of the AD stuff for the optimisation problem but I couldn't see an easy way to pass this info intoNonconvex.jl
. Is it possible or does the AD of the optimisation problem has to take place inNonconvex.jl
?I hope my question is somewhat clear.
The text was updated successfully, but these errors were encountered: