You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 19, 2020. It is now read-only.
hi,
When I call new NonlinearConstraint like below:
Complier throw an error like:
System.NullReferenceException
I check the source code of constructor of NonlinearConstraint class:
** the constraint which I put in should return a result of boolean, but why the constructor call parse to get value of double type?**
Please add an example for NonlinearConstraint Constructor (IObjectiveFunction, Expression(Func(Double[], Boolean)), Func(Double[], Double[])).
TODO (optional): Describe a specific scenario you would like to see addressed.
Help Topic: http://accord-framework.net/docs/html/M_Accord_Math_Optimization_NonlinearConstraint__ctor_3.htm
The text was updated successfully, but these errors were encountered: