NLoptNet icon indicating copy to clipboard operation
NLoptNet copied to clipboard

This is a C# wrapper around the NLopt C library.

Results 6 NLoptNet issues
Sort by recently updated
recently updated
newest added

I NuGet installed NLOptNet and copy/pasted some code from the ReadMe When I execute the line: var solver = new NLoptSolver(NLoptAlgorithm.LN_COBYLA, 1, 0.001, 100) I get the below error (Note:...

Hi, ## Description Adding an equality constraint silently break the optimization. Independent variables becomes `NaN` for all iteration steps (excepting the first one) breaking gradient computation too. ## Notes -...

Just a quick comment/issue, as it took me quite a while to figure this out in my code, maybe it will come in handy for anybody who reads this: right...

Hi, more of a newbie question here. Are NLoptNet's `.dll` files compiled and ready to use in Mac OS our would I need to do so on my computer? Thanks...

help wanted

The `__MonoCS__` predefine no longer works since Mono v5+. We need some other plan to make this work on Mono. Also, the runs for it in the Linux Action file...

help wanted

Hi BrannonKing, I made a small extension to your library in a local branch, which I would like push to Github and create a PR, but I think I do...