The EX_NLP1 Model

Java Programming Example of Solving a NLP using the black-box style interface.

View the model
Download the model

A nonlinear model with multiple local minimizers.
minimize f(x,y) = 3*(1-x)^2*exp(-(x^2) - (y+1)^2)- 10*(x/5 - x^3 - y^5).*exp(-x^2-y^2)- 1/3*exp(-(x+1)^2 - y^2);

subject to

x^2 + y <= 6;
x + y^2 <= 6;
y integer

Keywords:

NLP |