home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / PROG / MISC / GENALG.ZIP / GENALG.BAT < prev    next >
Encoding:
DOS Batch File  |  1990-07-21  |  491 b   |  9 lines

  1. REM The first parameter is K, carrying capacity (size of population)
  2. REM The second parameter is the goal value, a real number
  3. REM The third parameter is the inverse of allowable error
  4. REM The fourth parameter is the complement of the mutation rate
  5. REM The fifth parameter is the crossover/inversion ratio
  6. REM The sixth parameter is the complement of the transcription rate
  7. REM The seventh parameter is the iteration count (ignored)
  8. genalg3 50 3.141592635 4096 0.8 0.8 0.8 100
  9. genalg