AI Programming I
Programming Assignments Textbook Exercises Notes Lisp Sessions

Genetic Algorithm: RBG Strings

Nov 17, 2014

A genetic algorithm in which strings containing a number of RBG (red blue green) values are mutated to match the color of the world (R B or G).

Source Files:

  • rbg.l
  • util.l

Demos:

  • mutation-demo.l
  • individual-demo.l
  • mutate-demo.l
  • perform-copies-demo.l
  • perform-crossovers-demo.l
  • fitness-demo.l
  • population-demo.l
  • ga-text-demo.l
  • demo 0
  • demo 1
  • demo 2
  • demo 3
  • demo 4
  • demo 5

AI Programming I

  • AI Programming I
  • dwysocki@oswego.edu
  • dwysocki

Dan Wysocki's course page for the Fall 2014 section of AI Programming I (CSC416).