WPI Worcester Polytechnic Institute

Computer Science Department
------------------------------------------

CS539 Machine Learning - Fall 2012 
Project 7 - Genetic Algorithms

PROF. CAROLINA RUIZ 

Due Date: Tuesday, November 27th 2011. Slides are due at 12:00 noon (by email) and Written Report is due at 3:00 pm (beginning of class). 
------------------------------------------

  1. Read Chapter 9 of the textbook on Genetic Algorithms in great detail.

  2. Project Assignment: THOROUGHLY READ AND FOLLOW THE PROJECT GUIDELINES. These guidelines contain detailed information about how to structure your project, and how to prepare your written and oral reports.

  3. Advanced Topic(s) (40 points): Investigate in more depth (experimentally, theoretically, or both) a topic of your choice that is related to Genetic Algorithms and that is not covered already in this project. This GA-related topic might be something that was described or mentioned in the textbook or in class, or that comes from your own research, or that is related to your interests.

  4. Project 7 Grading Sheet

    Your written report should be at most 7 pages long (including all the graphs, figures, and appendices). The font size should be no smaller than 11pts.

    Please structure your written report and your oral presentation using the following outline, providing detailed descriptions (following the specific guidelines for this roject provided above as well as the general PROJECT GUIDELINES) of:

    1. Dataset(s) used in this project.
    2. Code used in this project.
    3. Hypothesis encoding used (that is, how the machine learning model you chose is encoded as an individual/chromosome).
    4. Size and initialization of the population.
    5. Fitness function used.
    6. Selection method used.
    7. Cross-over method used.
    8. Mutation method used.
    9. Termination criteria used.
    10. Domain-dependent guiding questions, experiments and analysis of results, as usual.
    11. Advanced topic.