home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / c / library / xplatfrm / tierra / soup_in < prev    next >
Text File  |  1992-04-26  |  3KB  |  48 lines

  1. tierra core: 4-15-91 
  2.  
  3. alive = 5            how many millions of instruction will we run
  4. BrkupSiz = 5120      size of output file in K, named break.1, break.2 ...
  5. CellsSize = 600       initial size of cells array of structures
  6. debug = 0               0 = off, 1 = on, printf statements for debugging
  7. DiskOut = 1            output data to disk (1 = on, 0 = off)
  8. DistFreq = .1       frequency of disturbance, factor of recovery time
  9. DistProp = .3       proportion of population affected by distrubance
  10. DivSameSiz = 0 cells must produce offspring of same size, to stop size change
  11. DivSameGen = 0 cells must produce offspring of same genotype, to stop evolution
  12. DropDead = 5 stop system if no reproduction in the last x million instructions
  13. GeneBnker = 1   turn genebanker on and off
  14. GenebankPath = geneban1/  path for genebanker output
  15. GenPerBkgMut = 12 mutation rate control by generations ("cosmic ray")
  16. GenPerFlaw = 16       flaw control by generations
  17. GenPerMovMut = 8    mutation rate control by generations (copy mutation)
  18. hangup = 1            0 = exit on error, 1 = hangup on error for debugging
  19. MaxFreeBlocks = 500     initial number of structures for memory allocation
  20. MaxMalMult = 3        multiple of cell size allowed for mal()
  21. MinCellSize = 8       minimum size for cells
  22. MinTemplSize = 3       minimum size for templates
  23. MovPropThrDiv = .7       minimum proportion of daughter cell filled by mov
  24. new_soup = 1          1 = this a new soup, 0 = restarting an old run
  25. NumCells = 1      number of creatures and gaps used to inoculate new soup
  26. OutPath = tiedat/  path for data output
  27. PhotonPow = 1.5         power for photon match slice size
  28. PhotonWidth = 8   amount by which photons slide to find best fit
  29. PhotonWord = chlorophill  word used to define photon
  30. RamBankSiz = 20000 array size for genotypes in ram, use with genebanker
  31. SaveFreq = 10        frequency of saving core_out, soup_out and list
  32. SavThrMem = .02  threshold memory occupancy to save genotype
  33. SavThrPop = .02  threshold population proportion to save genotype
  34. SearchLimit = 5
  35. seed = 0 seed for random number generator, 0 uses time to set seed
  36. SizDepSlice = 0  set slice size by size of creature
  37. SlicePow = 1    set power for slice size, use when SizDepSlice = 1
  38. SliceSize = 25    slice size when SizDepSlice = 0
  39. SliceStyle = 2   choose style of determining slice size
  40. SlicFixFrac = 0   fixed fraction of slice size
  41. SlicRanFrac = 2   random fraction of slice size
  42. SoupSize = 60000 size of soup in instructions
  43. WatchExe = 0     mark executed instructions in genome in genebank
  44. WatchMov = 0     set mov bits in genome in genebank
  45. WatchTem = 0     set template bits in genome in genebank
  46.  
  47. 0080aaa
  48.