Minimum of Rastrigin Function by Particle Swarm Optimization
Brief notebook addressing the Rastrigin function of two variables minimum problem by a Particle Swarm Optimization implementation using the python library DEAP (Distributed Evolutionary Algorithms in Python) with a Swarm of 100 Particles and 1000 Generations.
Here the Article