Expand description
Differential evolution (DE/rand/1/bin): seeded, bounded global search. The tool for multimodal calibration landscapes — find the basin globally, then polish with BFGS or Levenberg-Marquardt.
Functions§
- differential_
evolution - Minimize
finside the per-parameterboundsbox with DE/rand/1/bin. Deterministic for a givenseed; the population size ismax(15, 10 * dim). Converged when the population’s value spread falls belowtol;iterationscounts generations.