parameter (indmax=200,nchrmax=30,nparmax=2) c indmax = maximum # of individuals, i.e. max population size c nchrmax = maximum # of chromosomes (binary bits) per individual c nparmax = maximum # of parameters which the chromosomes make up