There is a bug in the Differential Evolution (DE) algorithm, where it does NOT replace the old population with newer, optimized values. Instead of replacing the old value, like DE algorithm is supposed to do, it instead MOVES the old population values closer to the goal. This is JUST like the Particle Swarm Optimization algorithm.
There is a bug in the Differential Evolution (DE) algorithm, where it does NOT replace the old population with newer, optimized values. Instead of replacing the old value, like DE algorithm is supposed to do, it instead MOVES the old population values closer to the goal. This is JUST like the Particle Swarm Optimization algorithm.