Constrained optimization problem by particle swarm algorithm

5 vues (au cours des 30 derniers jours)
SYED GILLANI
SYED GILLANI le 2 Mai 2017
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

Réponses (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by