dklein0

Results 3 issues of dklein0

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:...

#### Describe the bug On Windows 10, when I try to do "conda install statsmodels" it warns "The following packages with be DOWNGRADED:". This occurs even if I run "conda...

I am getting: "unary minus operator applied to unsigned type, result still unsigned" in QuadProg++.cc line 202 The line reads: A[i] = -i - 1; where i has been defined...