📄 readme
字号:
EO README FILE======================================================================= check latest news at http://eodev.sourceforge.net/=======================================================================Welcome to EO, the Evolving Objects library.The latest news about EO can be found on the sourceforge repository at http://eodev.sourceforge.net/In case of any problem, please e-mail us at eodev-help@lists.sourceforge.net, eodev@egroups.comTo get started, take a look at the tutorial, starting with ./tutorial/html/eoTutorial.html The easiest way to start programming a new genome with all EOevolution engines handy is to create a new standalone EO project fromthe tutorial/Templates/ directory. Read Lesson 5 of the tutorial foran introduction;)================================================================== BUILDING EO==================================================================The basic installation procedure goes the following:Go to your build-directory and run $(SRCDIR)/configure make make check make installwhere $(SRCDIR) is the top-level source directory of EO, i.e. wherethe sources where unpacked.Run "$(SRCDIR)/configure --help" for possible options. You can specifyto not build example applications, the tutorial, or to build theParadisEO tutorial. You may also change the installation directorythat way.Now you should probably go to the tutorial and start learning about EOfeatures and programming.In case of problems, you can read the INSTALL file - but remember thisis a standard installation file from GNU and that it contains nothingspecific about EO.=================================================================== DIRECTORY STRUCTURE===================================================================After unpacking the archive file, you should end up with the followingstructure:.../ the MAIN EO dir, created when unpacking | +-- src SOURCE dir. Contains most EO .h files | | | +- utils general utilities (e.g. RNG-related source files) | | | +- ga bistring-genotypes source files | | | +- es real-valued-genotypes source files | | | +- gp Genetic Programming source files | | | +- obsolete files from old versions - for upward compatibility | | | +-- tutorial TUTORIAL dir (indeed :-) | | | +- html all html files - start by browsing index.html | | | +- LessonX for X=1, 2, 3, ... : example of increasing complexity | | | +-- doc DOCUMENTATION dir (generated by Doxygen) | | | +- html HTML files - start at index.html (see also tutorial) | | | +- latex latex files - use to generate Poatscript doc. | | | +- man Unix man format documentation | | +-- test TEST files - for debugging purposes only | | +-- app APPLICATIONS - one dir per separate application | | | +- gprop GA/backpropagation for neural nets | | | +- mastermind the wellknown MasterMind game | | +-- win WINDOWS dir: project files for MS/VC5+=================================================================== NOTES===================================================================If you extracted a fresh snapshot from the cvs-repository, rememberto run ./autogen.shin the source-directory before building the libraries.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -