Differential Evolution

When the user wants to solve continuous or mixed black-box optimization problems with differential evolution, choose among DE strategies (rand/1/bin, best/1/bin, current-to-best), tune F and CR, or adapt DE to permutation problems through random keys. Also use when the user mentions "differential evolution," "DE/rand/1," "mutation factor," "crossover rate CR," "SHADE," "jDE," or when a derivative-free population method is needed over a box-bounded continuous space. For covariance-matrix adaptation and (mu+lambda) selection, see evolution-strategies; for velocity-based swarm search, see particle-swarm-optimization.

hajibabaie de7b417 39.8 KB Updated

File contents

hajibabaie/combinatorial-optimization-skills/tree/main/skills/differential-evolution commit de7b4177e7

Frequently asked questions

npx skillmds@latest add hajibabaie/differential-evolution