I would like to execute a nonlinear optimization algorithm using C.
The problem is this:
above the five points that are in the vector X.
X, Y (X), lower and upper bounds are known.
I found the nlopt library in C, but I donβt know if it is possible to perform optimization on five discrete points.
Anything to offer, even another library?
Thanks!
source share