Constrained optimization problem by particle swarm algorithm

3 visualizaciones (últimos 30 días)
SYED GILLANI
SYED GILLANI el 2 de Mayo de 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

Respuestas (0)

Categorías

Más información sobre Particle Swarm en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by