I have downloaded the dataset into the following directory:
/cs/courses/cs539/f00/Projects/Census_Income_Data
You can access the dataset from there.
The census-income dataset contains census information for 48,842 people. It has 14 attributes for each person (age, workclass, fnlwgt, education, education-num, marital-status, occupation, relationship, race, sex, capital-gain, capital-loss, hours-per-week, and native-country) and a boolean attribute class classifying the input of the person as belonging to one of two categories >50K, <=50K.
You should define the following notions/parameters for your system (make sure you explain your choices clearly in your written report): individuals (i.e. hypotheses), population, fitness, size of the population, fitness threshold, mutation rate, and fraction of population replaced by crossover at each step, among others.
You should also explain how you measure "accuracy" in your system.