How to optimize this equation using GA tool?
Show older comments
Hi all, I have polynomial equation: y =89.81+1.96*x(1)-3.02*x(2)-1.46*x(1)^2-1*x(2)^2-4.45*x(3)^2-1.57*x(1)*x(3)-2.74*x(2)*x(3) and I am looking for optimization of the above equation with Lower bounds [-1.68 -1.68 -1.68] and Upper bounds [1.68 1.68 1.68]. When I feed this equation in GA tool and run....I get an output of
"Objective function value: 56.37940293199839 Optimization terminated: average change in the fitness value less than options.TolFun."
But for the same equation, by polynomial regression I get an output of 94.73! can anybody help?
Accepted Answer
More Answers (0)
Categories
Find more on Linear Least Squares in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!