| .. | ||
| .cvsignore | ||
| binCrossover.tmpl | ||
| ChangeLog | ||
| configure.ac.tmpl | ||
| continue.tmpl | ||
| create.sh | ||
| createEOproject.sh | ||
| createSimple | ||
| EO.tpl | ||
| eoMyStruct.tmpl | ||
| evalFunc.tmpl | ||
| init.tmpl | ||
| lessOffspringExternalSelectorGenOp.tmpl | ||
| lessOffspringSameSelectorGenOp.tmpl | ||
| make_genotype_MyStruct.h | ||
| make_MyStruct.cpp | ||
| make_op_MyStruct.h | ||
| Makefile.am | ||
| Makefile.am.src-tmpl | ||
| Makefile.am.top-tmpl | ||
| Makefile.tmpl | ||
| MakeSimple.tmpl | ||
| moreOffspringGenOp.tmpl | ||
| mutation.tmpl | ||
| MyStructEA.cpp | ||
| MyStructLibEA.cpp | ||
| MyStructSEA.cpp | ||
| quadCrossover.tmpl | ||
| README | ||
| README.manual | ||
| README.tmpl | ||
| stat.tmpl | ||
This Templates directory contains template files of an EO project and a script createEOproject.sh to create a complete new EO project. The template requires a complete installation of EO. In particular, the C++ compiler must find the EO include files and the linker must find the EO libraries. Most probably, that means that you have to set the variables CPLUS_INCLUDE_PATH and LIBRARY_PATH, i.e. for a standard installation and using tcsh: setenv CPLUS_INCLUDE_PATH /usr/local/include/eo:"$CPLUS_INCLUDE_PATH" setenv LIBRARY_PATH /usr/local/lib:"$LIBRARY_PATH" See README.manual for more details.