From: Santhosh on
Hello everyone,
Please can anybody give me matlab code for Constrained Particle Swarm Optimization Algorithm? It is better if i get code which is using Lagrangian Multiplier in the above mentioned algorithm. Please help me.
From: us on
"Santhosh " <santusapi(a)gmail.com> wrote in message <htl34j$jv6$1(a)fred.mathworks.com>...
> Hello everyone,
> Please can anybody give me matlab code for Constrained Particle Swarm Optimization Algorithm? It is better if i get code which is using Lagrangian Multiplier in the above mentioned algorithm. Please help me.

what have YOU done so far to solve YOUR particular problem...

us
From: Santhosh on
"us " <us(a)neurol.unizh.ch> wrote in message <htl3fi$b2a$1(a)fred.mathworks.com>...
> "Santhosh " <santusapi(a)gmail.com> wrote in message <htl34j$jv6$1(a)fred.mathworks.com>...
> > Hello everyone,
> > Please can anybody give me matlab code for Constrained Particle Swarm Optimization Algorithm? It is better if i get code which is using Lagrangian Multiplier in the above mentioned algorithm. Please help me.
>
> what have YOU done so far to solve YOUR particular problem...
>
> us


I have implemented unconstrained particle swarm optimization. now i need to solve constrained. Only change in it is, i've to convert constrained to unconstrained problem and solve by using unconstrained PSO algorithm. To convert this thing, i'm thinking to use Lagrangian Multiplier. But I'm not getting how to convert it using this.