paradiseo/eo
2012-07-06 10:06:34 +02:00
..
app - removed useless .cvsignore files since we are using git now 2011-05-10 10:34:35 +02:00
cmake/modules * FindEO: made compatible with pkgconfig finder 2011-10-26 10:07:01 +02:00
contrib - removed useless .cvsignore files since we are using git now 2011-05-10 10:34:35 +02:00
doc - removed useless .cvsignore files since we are using git now 2011-05-10 10:34:35 +02:00
src Catching exceptions and sending them back in eoMpi loop. 2012-07-06 10:06:34 +02:00
test Bugfix: a reference can't be reinitialized. Different vectors weren't recopied after evaluation. 2012-07-04 13:24:10 +02:00
tutorial - removed useless .cvsignore files since we are using git now 2011-05-10 10:34:35 +02:00
.gitignore Added rules to ignore CMake generated directories and Makefile 2012-06-18 14:18:22 +02:00
AUTHORS added Johann and Caner as authors 2010-10-26 13:32:55 +02:00
build_gcc_linux_debug * a little update in building script files 2011-01-28 11:11:20 +01:00
build_gcc_linux_pyeo + build_gcc_linux_pyeo 2011-05-09 17:21:18 +02:00
build_gcc_linux_release * a little update in building script files 2011-01-28 11:11:20 +01:00
build_gcc_linux_stl_parallel + build_gcc_linux_stl_parallel 2011-05-09 17:20:33 +02:00
build_gcc_linux_tutorial a small update on build tutorial script file 2011-05-11 14:52:24 +02:00
build_gcc_linux_unittest * build_gcc_linux_unittest 2011-05-09 17:21:16 +02:00
build_vs2008_release.bat added some new scripts to specialize building and a build script for visual studio 2008 2010-11-18 10:49:24 +01:00
BuildConfig.cmake do not explicitely specify build type, use O3 instead of O2 for release 2010-09-21 17:53:48 +02:00
CHANGELOG * CHANGELOG 2011-05-10 16:32:08 +02:00
CMakeLists.txt Don't force user to compile with OpenMP. 2012-06-21 15:05:32 +02:00
config.h.cmake * whitespace cleanup 2011-05-05 17:15:10 +02:00
ConfigureChecks.cmake * ConfigureChecks.cmake: issue fixed 2011-05-10 11:44:53 +02:00
COPYING * whitespace cleanup 2011-05-05 17:15:10 +02:00
CTestConfig.cmake Switch from Dart to Dash. 2008-11-17 10:27:55 +00:00
distclean + cpack configuration in order to generate packaging files, to make it easier use the script package_deb and package_rpm 2010-08-18 17:06:16 +02:00
eo-conf.cmake Don't force user to compile with OpenMP. 2012-06-21 15:05:32 +02:00
ForRelease reminders about where to announce stable versions 2011-05-17 16:57:17 +02:00
INSTALL * INSTALL 2011-05-26 14:09:42 +02:00
install_symlink.py.cmake * whitespace cleanup 2011-05-05 17:15:10 +02:00
LICENSE * whitespace cleanup 2011-05-05 17:15:10 +02:00
NEWS pick updated news from the 1.2.0 branch and prepare the next version 2011-05-17 16:10:37 +02:00
package_deb + cpack configuration in order to generate packaging files, to make it easier use the script package_deb and package_rpm 2010-08-18 17:06:16 +02:00
package_nsis.bat + package_nsis, in order to create package on windows 2011-05-19 11:57:23 +02:00
package_rpm + cpack configuration in order to generate packaging files, to make it easier use the script package_deb and package_rpm 2010-08-18 17:06:16 +02:00
Packaging.cmake * package dependancies changed 2011-01-26 18:09:40 +01:00
pc.cmake new pkg-config file 2010-11-19 11:54:45 +01:00
PKGBUILD.cmake + PKGBUILD for archlinux based packaging systems 2012-01-19 02:34:36 +01:00
README updated build instructions 2011-05-10 00:31:18 +02:00
THANKS updates for distributing/installing ParadisEO. 2004-09-22 17:30:11 +00:00
ToDo * index.h: Add old ToDos 2006-12-18 12:18:32 +00:00

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

		      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-main@lists.sourceforge.net

To 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 EO
evolution engines handy is to create a new standalone EO project from
the tutorial/Templates/ directory. Read Lesson 5 of the tutorial for
an introduction ;)


==================================================================
		      BUILDING EO
==================================================================
The basic installation procedure goes the following:

Go to the "eo/" and run one of the "build_*" script. 

Using the "build_gcc_linux_release" script is generally what you want. The
binaries are then located in the "release/" directory.

Now you should probably go to the tutorial and start learning about EO
features and programming.

In case of problems or if you want advanced options, you can read the INSTALL file.

===================================================================
		       DIRECTORY STRUCTURE
===================================================================
After unpacking the archive file, you should end up with the following
structure:

.../                            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+