The LMtestNLP1.m Model

Matlab Programming Example of Solving Nonlinear model using LINDO API's multi-start nonlinear optimizer

View the model
Download the model

Set up and solve the following nonlinear model using LINDO API's multi-start nonlinear optimizer.
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;

Keywords:

NLP |