nlopt icon indicating copy to clipboard operation
nlopt copied to clipboard

Hessian preconditioner wrappers

Open smartalecH opened this issue 4 years ago • 1 comments

Closes #177

There's still an issue with the python wrappers. Seems to be passing the wrong number of arguments:

NotImplementedError: Wrong number or type of arguments for overloaded function 'opt_set_precond_min_objective'.
  Possible C/C++ prototypes are:
    nlopt::opt::set_precond_min_objective(nlopt::func,nlopt::pfunc,void *)
    nlopt::opt::set_precond_min_objective(nlopt::func,nlopt::pfunc,void *,nlopt_munge,nlopt_munge)

Any ideas what might be wrong?

smartalecH avatar Aug 27 '21 21:08 smartalecH

hello @smartalecH, any news on this ?

jschueller avatar Oct 25 '24 19:10 jschueller