Matlab
Particle swarm optimisation in matlab code
Particle swarm optimization is one of the most used algorithms for optimisation problems. This algorithm is inspired from nature, where flocks of birds move in the air, altering their positions frequently to reach the destination. Generally, in a flock of birds, there will be a lead, whom other birds follow. Read more…