readme.txt

来自「有趣的模拟进化的程序 由国外一生物学家开发 十分有趣」· 文本 代码 · 共 47 行

TXT
47
字号
Note:  The source code for Avida can be obtained at http://sf.net/projects/Avida

INSTALL:

To install Avida 2.0, drag the main folder entitled "Avida 2.0 beta 2" to your 
favorite location in your home directory

How to Start:

Warning:  using this early beta you will encounter bugs.  In particular, analyze mode does not function 
correctly under Windows.  However, closely following these directions should get you up and running.

1.	Avida should be launched from within a writable subdirectory containing at least 
the files "environment.cfg", "events.cfg", "genesis", "inst_set.default", "organism.default", 
and "analyze.cfg", as well as the dlls msvcp70 and msvcr70: 

3.    The primitive and ncurses executables will both output data to files. The ncurses viewer will also 
provide a user interface that allows observation of Avida's evolving population. 

4.	We supply example configuration files that Avida will use by default.  To 
change options for Avida runs use the following:

  -g[enesis] <filename> Set genesis file to be <filename>
  -h[elp]		Help on options (this listing)
  -e[vents]		Print a list of all known events
  -s[eed] <value>	Set random seed to <value>
  -viewer <value>	Sets Viewer to <value>
  -v[ersion]		Prints the version number
  -set <name> <value> 	Overide the genesis file
  -l[oad] <filename>	Load a clone file
  -loadpop <filename>	Load a saved population file (precedence over load)
  -a[nalyze] 		Run Avida in analyze mode
  
5.	If using the ncurses viewer the menu at the top shows options that can
be selected while Avida is running:

M (map) will graphically display the 'organisms' as they replicate and mutate
S (stats) will show the relavent statistics updating
O (options) will show the selected options for the current run
Z (zoom) will display the specifics of one location in the Avida world
Q (quit) will end the run and exit Avida
  				
In addition pressing P at any time will pause Avida, and pressing P again will 
continue the run.

6. 	Detailed instructions for the QT-Viewer can be found in the QT ReadMe file.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?