home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / misc / a154_1 / !Tierra / results / soup_in < prev   
Text File  |  1992-08-04  |  3KB  |  63 lines

  1. # tierra core: 6-7-92 
  2.  
  3. # observational parameters:
  4.  
  5. BrkupSiz = 1024      size of output file in K, named break.1, break.2 ...
  6. CumGeneBnk = 1    Use cumulative gene files, or overwrite
  7. debug = 0               0 = off, 1 = on, printf statements for debugging
  8. DiskOut = 1            output data to disk (1 = on, 0 = off)
  9. GeneBnker = 1   turn genebanker on and off
  10. GenebankPath = gb.  path for genebanker output
  11. hangup = 0            0 = exit on error, 1 = hangup on error for debugging
  12. Log = 1        0 = no log file, 1 = write log file
  13. MaxFreeBlocks = 800     initial number of structures for memory allocation
  14. OutPath = td.  path for data output
  15. RamBankSiz = 20000 array size for genotypes in ram, use with genebanker
  16. SaveFreq = 50        frequency of saving core_out, soup_out and list
  17. SavMinNum = 2     minimum number of individuals to save genotype
  18. SavThrMem = .02  threshold memory occupancy to save genotype
  19. SavThrPop = .02  threshold population proportion to save genotype
  20. WatchExe = 0     mark executed instructions in genome in genebank
  21. WatchMov = 0     set mov bits in genome in genebank
  22. WatchTem = 0     set template bits in genome in genebank
  23.  
  24. # environmental variables:
  25.  
  26. alive = 500               how many millions of instruction will we run
  27. DistFreq = -.3       frequency of disturbance, factor of recovery time
  28. DistProp = .2       proportion of population affected by distrubance
  29. DivSameGen = 0 cells must produce offspring of same genotype, to stop evolution
  30. DivSameSiz = 0 cells must produce offspring of same size, to stop size change
  31. DropDead = 5 stop system if no reproduction in the last x million instructions
  32. GenPerBkgMut = 16 mutation rate control by generations ("cosmic ray")
  33. GenPerFlaw = 64       flaw control by generations
  34. GenPerMovMut = 8    mutation rate control by generations (copy mutation)
  35. IMapFile = opcode_map map of opcodes to instructions, file in GenebankPath
  36. MateSearchL = 5 multiple of avgsize to search 0 = no limit
  37. MateProb = 0.0  probability of mating at each mal
  38. MateXoverProp = 1.0 proportion of gene to secect for crossover point
  39. MateSizeEp = 2 size epsilon for potential mate
  40. MaxMalMult = 3        multiple of cell size allowed for mal()
  41. MemModeFree = 0  read, write, execute protection for free memory
  42. MemModeProt = 2 rwx protect mem: 1 bit = execute, 2 bit = write, 4 bit = read
  43. MinCellSize = 8       minimum size for cells
  44. MinTemplSize = 1       minimum size for templates
  45. MovPropThrDiv = .7       minimum proportion of daughter cell filled by mov
  46. new_soup = 1          1 = this a new soup, 0 = restarting an old run
  47. NumCells = 1      number of creatures and gaps used to inoculate new soup
  48. PhotonPow = 1.5         power for photon match slice size
  49. PhotonWidth = 8   amount by which photons slide to find best fit
  50. PhotonWord = chlorophill  word used to define photon
  51. ReapRndProp = .3 top prop of reaper que to reap from
  52. SearchLimit = 5
  53. seed = 0 seed for random number generator, 0 uses time to set seed
  54. SizDepSlice = 0  set slice size by size of creature
  55. SlicePow = 1    set power for slice size, use when SizDepSlice = 1
  56. SliceSize = 25    slice size when SizDepSlice = 0
  57. SliceStyle = 2   choose style of determining slice size
  58. SlicFixFrac = 0   fixed fraction of slice size
  59. SlicRanFrac = 2   random fraction of slice size
  60. SoupSize = 50000 size of soup in instructions
  61.  
  62. 0080aaa
  63.