Compile library on windows 64
Opened this issue · 3 comments
roccafrancesco commented
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
dibyendumajumdar commented
Hi yes that is something I need to do. Am travelling right now but I can look at this in a couple of weeks time.
Sent from my BlackBerry 10 smartphone on the EE network.
From: roccafrancesco
Sent: Friday, 6 April 2018 04:03
To: dibyendumajumdar/nlopt4j
Reply To: dibyendumajumdar/nlopt4j
Cc: Subscribed
Subject: [dibyendumajumdar/nlopt4j] Compile library on window 64 (#2)
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
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub<https://nam01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fdibyendumajumdar%2Fnlopt4j%2Fissues%2F2&data=02%7C01%7C%7C1ec600abad504776c62e08d59b496091%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636585661811110502&sdata=XV0K7tk%2Btunfk%2F8ROcfcRIbMW%2B5QZ2KS4LOoONV67vw%3D&reserved=0>, or mute the thread<https://nam01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FABegztMpOTcRcWJiMXUuh5XSyl6aA8p6ks5tlqKhgaJpZM4TJSG5&data=02%7C01%7C%7C1ec600abad504776c62e08d59b496091%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636585661811110502&sdata=b0lnh9Qng63lKiG%2Fmy2fl6sLI0LsxxjXzkVZcMavnLk%3D&reserved=0>.
roccafrancesco commented
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
dibyendumajumdar commented
Hi it is possible I haven't exposed all the API.