Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 484 Bytes

NEWS.md

File metadata and controls

7 lines (6 loc) · 484 Bytes

ExpDE 0.1.4

  • Added mutation operators mutation_current_to_pbest (includes special case current-to-best), mutation_mean and mutation_wgi(weighted global intermediate). It is also possible to run the algorithm without using any differential mutation operator (mutation_none)
  • It is now also possible to run the algorithm without using any recombination operator (recombination_none).
  • Other minor fixes (invisible for the user)

ExpDE 0.1.2

  • Initial release on CRAN