Skip to content

Latest commit

 

History

History
54 lines (42 loc) · 1.48 KB

REVIEW1.md

File metadata and controls

54 lines (42 loc) · 1.48 KB


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

Review1: Week of Aug 25

Theory

Can you define the following?

  • Evolutionary algorithms
    • Genetic algorithms
    • Genetic programsming
  • Evolutionary programs 101
    • Mutation
      • Can u give examples of GA mutation? of GP mutation?
    • Crossover
      • + Can u give examples of GA crossover? of GP crossover
        
    • Selection
      • Binary domination
      • Pareto frontier (hint a diagram is good here)
        • spread
        • hypervolume

Practice

For each of the following, can you offer a 3 line code snippet to demo the idea?

  • Classes
  • Functions
  • Decorators
  • Static variables, functions
  • Scope
    • nested scope
  • functions
    • default params
    • variable lists args
    • variable dictionary args
    • lambda bodies
  • list comprehensions
  • decorators

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