Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 1.12 KB

REVIEW7.md

File metadata and controls

26 lines (20 loc) · 1.12 KB


At a glance... | Syllabus | Models | Code | Lecturer

Review 7: Differential Evolution

  • Explain: DE's build new examples by extrapolating between known ones.
  • Explain the following DE constants:
  • What is np and how is it used?
  • What is cf and how is it used?
  • What is f and how is it used?
  • Write down, in 10 lines or less, pseudo-code for DE.
  • Distinguish between the following two kinds of DE algorithms:
    • DE/rand/1
    • DE/best/2

Copyright © 2015 Tim Menzies. This is free and unencumbered software released into the public domain.
For more details, see the license.