-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working