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
evomarc 3d93a07d74 Adding Templates in dir tutorial, to hold some simple files that
only need to be filled by the user to code new items.
At the moment, only eoMonOp (in mutation.tmpl), and
eoBinOp and eoQuadOp (in crossover.tmpl)
2000-12-08 15:10:13 +00:00
..
app small change 2000-12-05 13:46:21 +00:00
contrib adding Makefile.in 2000-11-23 19:15:31 +00:00
doc adding subdirectories 2000-11-06 12:38:54 +00:00
src New base class eoUpdatable.h - for objects that need upates in eoCheckPoints 2000-12-07 09:56:00 +00:00
test fixing template type 2000-11-13 12:12:14 +00:00
tutorial Adding Templates in dir tutorial, to hold some simple files that 2000-12-08 15:10:13 +00:00
win eoCounter? 2000-08-23 12:03:01 +00:00
.cvsignore *** empty log message *** 1999-09-10 12:11:11 +00:00
acconfig.h learning about autoconf: eoBin and bvector.h 1999-02-08 14:15:11 +00:00
AUTHORS Updated authors and started a README 2000-10-06 07:50:10 +00:00
autogen.sh 1999-01-29 12:23:55 +00:00
ChangeLog 1999-01-29 12:23:55 +00:00
config.guess 1999-01-29 12:23:55 +00:00
config.sub 1999-01-29 12:23:55 +00:00
configure.in adding a lot of includes 2000-12-01 15:46:07 +00:00
COPYING 1999-01-29 12:23:55 +00:00
INSTALL 1999-01-29 12:23:55 +00:00
install-sh 1999-01-29 12:23:55 +00:00
LICENSE Added LICENSE 1999-09-20 11:37:00 +00:00
ltconfig New fresh ltconfig, works on my RedHat distr and also on geneura 2000-08-03 17:11:54 +00:00
ltmain.sh Added a different libtool configure so it runs on more machines 2000-08-03 17:11:02 +00:00
Makefile.am Added the tutorial SUBDIR 2000-11-30 04:44:32 +00:00
missing 1999-01-29 12:23:55 +00:00
mkinstalldirs eoBreeder almost finished 1999-02-12 17:43:28 +00:00
NEWS 1999-01-29 12:23:55 +00:00
README Changed functor base names and added to version 2000-10-09 16:13:20 +00:00
README.html Added missing files, and LICENSE 2000-08-03 15:44:01 +00:00
TODO.html Added missing files, and LICENSE 2000-08-03 15:44:01 +00:00

Welcome to EO,

if you extracted a fresh snapshot from the cvs-repository, remember to do:

$> ./autogen.sh --enable-maintainer-mode

instead of

$> ./configure

before making the libraries.

Documentation can be found in:
   eo/doc/html

And \latex sources for a reference manual in:
   eo/doc/latex

There are currently no examples except the programs in the test directory. 
Only the files mentioned in Makefile.am will actually compile.