This repository has been archived on 2026-03-28. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
eodev/eo
2011-01-04 10:42:20 +01:00
..
app deactivate gpsymreg that uses the now unsuported multi-objective feature 2010-11-08 18:27:19 +01:00
contrib ticket #1: Remove the autotools files done 2010-09-01 14:51:09 +02:00
doc * doc: solved some mistakes 2010-12-22 10:25:13 +01:00
src const parameter + intermediate reused variable 2010-12-22 18:29:30 +01:00
test test binary for dual fitness 2010-11-19 21:08:18 +01:00
tutorial added some new scripts to specialize building and a build script for visual studio 2008 2010-11-18 10:49:24 +01:00
.cproject make_continue... just a little formatting 2008-03-31 12:53:51 +00:00
.cvsignore updates, 2004-09-21 17:01:14 +00:00
.project make_continue... just a little formatting 2008-03-31 12:53:51 +00:00
AUTHORS added Johann and Caner as authors 2010-10-26 13:32:55 +02:00
build_gcc_linux_debug + 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
build_gcc_linux_release + 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
build_gcc_linux_tutorial added some new scripts to specialize building and a build script for visual studio 2008 2010-11-18 10:49:24 +01:00
build_gcc_linux_unittest added some new scripts to specialize building and a build script for visual studio 2008 2010-11-18 10:49:24 +01: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 replace the changelog with the (cleaned) git log, more up-to-date 2010-10-26 13:32:43 +02:00
CMakeLists.txt set the version to 1.1.1-edge 2010-12-16 15:51:28 +01:00
config.guess Adjusting configuration for Eclipse 2008-03-28 15:57:55 +00:00
config.h.cmake added CMake configuration files 2007-08-10 14:29:12 +00:00
ConfigureChecks.cmake added CMake configuration files 2007-08-10 14:29:12 +00:00
COPYING * TODO.html, README.html: Remove these old files. 2006-12-18 11:17:55 +00: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
ForRelease * TODO.html, README.html: Remove these old files. 2006-12-18 11:17:55 +00:00
INSTALL warning: not up-to-date 2010-10-26 13:34:19 +02:00
LICENSE Added LICENSE 1999-09-20 11:37:00 +00:00
NEWS evaluator that throw an exception if a maximum CPU user time has been reached, for POSIX systems 2010-12-16 15:50:26 +01: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_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 2010-12-22 13:40:49 +01:00
pc.cmake new pkg-config file 2010-11-19 11:54:45 +01:00
README Adjusting configuration for Eclipse 2008-03-28 15:57:55 +00: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

                      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.com

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 your build-directory and run 
    $(SRCDIR)/configure
    make
    make check
    make install
where $(SRCDIR) is the top-level source directory of EO, i.e. where
the sources where unpacked.

Run "$(SRCDIR)/configure --help" for possible options. You can specify
to not build example applications, the tutorial, or to build the
ParadisEO tutorial. You may also change the installation directory
that way.

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


In case of problems, you can read the INSTALL file - but remember this
is a standard installation file from GNU and that it contains nothing
specific about EO.


===================================================================
                       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+



===================================================================
              NOTES
===================================================================
If you extracted a fresh snapshot from the cvs-repository, remember
to run
    ./autogen.sh
in the source-directory before building the libraries.