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
I was wondering if the approach of using a global object until such time as cfunction can support a closure could also be used to generate a Julia package for the nlopt library? I would be willing to help in whatever way I can on such a project (although I realize it may be faster for you to work on it alone) because I really want to be able to optimize a nonlinear function subject to box constraints.
The text was updated successfully, but these errors were encountered:
Actually, it is now (in Julia 0.2) possible to pass true closures with Julia, with the help of the void* pass-through arguments in the cubature or NLopt code, although the syntax is still slightly in flux (see Julia issue #2554).
I was wondering if the approach of using a global object until such time as
cfunction
can support a closure could also be used to generate a Julia package for the nlopt library? I would be willing to help in whatever way I can on such a project (although I realize it may be faster for you to work on it alone) because I really want to be able to optimize a nonlinear function subject to box constraints.The text was updated successfully, but these errors were encountered: