them to some default values. of bits generated IDC NUMBER, NULL, FALSE); of bits of individuals generated genome of the type that on this genome in the of genomes. //they entered //Local Variables for timer time t start, end; double diff; char temp[80] ; //I will place all code to run the GA here // Declare variables for the GA parameters and set int width ; //the number int height ; //the number of individuals int popsize ; int ngen float pmut ; float pcross; numrobots = GetDlgItemlnt(hwnd, width = 12; //the number height = numrobots; //the number popsize = 20; ngen = 200; pmut =0.002; pcross = 0.9; //->Here I will enter my GA Stuff! //ERICA'S GA STUFF STARTS HERE drawObstacles ; //Start the timer time (&start); // Now create the GA and run it. First we create a // we want to use in the GA. The ga doesn't operate // optimization it just uses it to clone a population