Julien Schueller

Results 519 comments of Julien Schueller

I pushed the numpy fix into master

hello @smartalecH, any news on this ?

seems AUGLAG runs forever here with these modified stopping criteria

the fix for #57 might not be immune to accepting nan input values if the corresponding output values are not nan, this might fix the issue but I'm shooting in...

I'd try mimic the existing code, set_min_objective is what's most similar: In nlopt.h (C API) ``` NLOPT_EXTERN(nlopt_result) nlopt_set_min_objective(nlopt_opt opt, nlopt_func f, void *f_data); ``` this is wrapped in nlopt-in.hpp as:...