Constrained optimization problem by particle swarm algorithm
3 views (last 30 days)
Show older comments
Hello, I have been working on programming the algorithm of particle swarm optimization and have successfully employed it to various unconstrained optimization test functions. but now I want to test the algorithm with the constrained optimization test functions. One example is the rosenbrock,s test function with constraints. I have successfully optimized this function with no constraints. Now, is anybody willing to help me. Thank you :)
Rosenbrock,s function
min (1-x)^2+100((y-x^2)^2) sub to x^2 +y^2 <2
0 Comments
Answers (0)
See Also
Categories
Find more on Particle Swarm 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!