dibyendumajumdar/nlopt4j

Compile library on windows 64

Opened this issue · 3 comments

Hi
great job with the wrapper.
Is it possible compile a version for windows64 bit?
is it possible insert a precompiled dll file in the project build directory?
thanks
Francesco

Hi
i compiled the wrapper with vs 2015 . The library seem work only for certain algorithm. I tested for example cobyla with success. I tried to work with global not derivative algorithm (example ISRES) but it returned "Optimization failed with value -2". I checked the original library and seem that certain algorithm need additional parameter(example ISRES population size).
Do you confirm the limit to the usage of the wrapper?
Thanks a lot
Francesco

Hi it is possible I haven't exposed all the API.