GACS - Genetic Algorithm Conformation Searcher
Version 1.0.1, 10 June 1997

This program is described in the paper:
"Genetic Algorithms in Conformational Analysis"
J. Chem. Inf. and Comp. Sci. 1998, in press
Nikhil Nair and Jonathan M Goodman

GACS - Genetic Algorithm Conformation Searcher
Version 1.0.1, 10 June 1997
Copyright (C) 1997 by Nikhil Nair.  All rights reserved.

Usage: gacs1.0.1 [options] jobname alkane-length
Options:
  -p int   set pool size (rounded up to even number)
  -g int   set number of generations
  -c num   set crossover rate (0.0-1.0)
  -m num   set mutation rate (0.0-1.0)
  -s num   set selection temperature in kelvin
  -r num   set replacement temperature in kelvin
  -d num   set duplication penalty in kJ/mol
  -n int   set pseudo random number seed
  -x num   set mutation peak width (standard deviation) in degrees
  -y num   set mutation peak height ratio
  -e num   set maximum energy equivalence
  -a num   set maximum dihedral angle equivalence
  -f       foreground - don't become a daemon
  -h       help - print this option summary

