Constrained optimization problem by particle swarm algorithm
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuestas (0)
Ver también
Categorías
Más información sobre Particle Swarm en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!