This is doc/libGE.info, produced by makeinfo version 4.7 from ./doc/libGE.texi. This manual is for libGE, version 0.27alpha1, a C++ library that implements the Grammatical Evolution mapping process. Copyright (C) 2003-2006 Biocomputing-Developmental Systems Centre, University of Limerick, Ireland. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later versions published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled "GNU Free Documentation License".  Indirect: libGE.info-1: 678 libGE.info-2: 295960  Tag Table: (Indirect) Node: Top678 Node: Overview1881 Node: Purpose2080 Node: Installation4022 Node: Introduction to libGE6281 Node: Grammatical Evolution6552 Node: Example of Mapping Process12305 Node: Using libGE15241 Node: The Mapping Process16851 Node: The System Boundary19238 Node: Programming Interface20397 Node: Class Hierarchy20877 Node: Description26550 Node: Interfaces30240 Node: Genotype31243 Node: Phenotype35911 Node: Mapper38670 Node: Rule42551 Node: Production44816 Node: Symbol47203 Node: Grammar49498 Node: Tree52728 Node: CFGrammar55836 Node: GEGrammar60387 Node: Initialiser64361 Node: GEGrammarSI66604 Node: Designing your Own Mappers71810 Node: Grammars73399 Node: Format of Grammars74127 Node: Type of Grammars79822 Node: libGE Extensions83494 Node: Examples of Grammars85878 Node: Search Engines88693 Node: IlliGAL sga-c89439 Node: GALib94228 Node: EO98727 Node: Using your own Search Engine103893 Node: Evaluators104715 Node: GCC105613 Node: S-Lang109808 Node: TinyCC113962 Node: Lua117866 Node: Using your own Evaluator123635 Node: Examples124069 Node: Santa Fe Ant Trail Problem124730 Node: Santa Fe Grammar File126156 Node: Ant Trail126479 Node: Santa Fe Implementation with GE_ILLIGALSGA126785 Node: EXAMPLES/SantaFeAntTrail/GE_ILLIGALSGA/app.c127576 Node: EXAMPLES/SantaFeAntTrail/GE_ILLIGALSGA/Makefile129206 Node: Santa Fe Implementation with GE_MITGALIB129857 Node: GALib Example User Guide131167 Node: EXAMPLES/SantaFeAntTrail/GE_MITGALIB/main.cpp133549 Node: EXAMPLES/SantaFeAntTrail/GE_MITGALIB/initfunc.cpp136446 Node: EXAMPLES/SantaFeAntTrail/GE_MITGALIB/GEListGenome.h137638 Node: EXAMPLES/SantaFeAntTrail/GE_MITGALIB/santafe-gcc.cpp138709 Node: EXAMPLES/SantaFeAntTrail/GE_MITGALIB/santafe-slang.cpp140765 Node: EXAMPLES/SantaFeAntTrail/GE_MITGALIB/santafe-tcc.cpp142962 Node: EXAMPLES/SantaFeAntTrail/GE_MITGALIB/santafe-lua.cpp145124 Node: EXAMPLES/SantaFeAntTrail/GE_MITGALIB/Makefile147601 Node: Santa Fe Implementation with GE_EO148413 Node: EO Example User Guide149547 Node: EXAMPLES/SantaFeAntTrail/GE_EO/main.cpp152038 Node: EXAMPLES/SantaFeAntTrail/GE_EO/eoGE.h154050 Node: EXAMPLES/SantaFeAntTrail/GE_EO/eoGEInit.h154713 Node: EXAMPLES/SantaFeAntTrail/GE_EO/eoGEMutation.h155652 Node: EXAMPLES/SantaFeAntTrail/GE_EO/eoGEQuadCrossover.h156203 Node: EXAMPLES/SantaFeAntTrail/GE_EO/eoGEEvalFuncGCC.h157123 Node: EXAMPLES/SantaFeAntTrail/GE_EO/eoGEEvalFuncSlang.h158828 Node: EXAMPLES/SantaFeAntTrail/GE_EO/eoGEEvalFuncTCC.h160674 Node: EXAMPLES/SantaFeAntTrail/GE_EO/eoGEEvalFuncLua.h162521 Node: EXAMPLES/SantaFeAntTrail/GE_EO/Makefile164642 Node: Santa Fe Ant Trail Performance165663 Node: GALib performance on Santa Fe Ant Trail167381 Node: EO performance on Santa Fe Ant Trail167662 Node: Cart Centering Problem167937 Node: Cart Centering Optimal Solution172215 Node: Cart Centering Grammar173196 Node: EXAMPLES/CartCentering/GEcart.c174411 Node: EXAMPLES/CartCentering/cartcenterstart.c178915 Node: EXAMPLES/CartCentering/cartcenterend.c180099 Node: EXAMPLES/CartCentering/WrappedCPhenotype181106 Node: Cart Centering Implementation with GE_ILLIGALSGA181865 Node: EXAMPLES/CartCentering/GE_ILLIGALSGA/app.c182671 Node: EXAMPLES/CartCentering/GE_ILLIGALSGA/Makefile186988 Node: Cart Centering Implementation with GE_MITGALIB187646 Node: Cart Centering GALib Example User Guide189473 Node: EXAMPLES/CartCentering/GE_MITGALIB/main.cpp192036 Node: EXAMPLES/CartCentering/GE_MITGALIB/initfunc.cpp197565 Node: EXAMPLES/CartCentering/GE_MITGALIB/GEListGenome.h198741 Node: EXAMPLES/CartCentering/GE_MITGALIB/cartcenter-gcc.cpp199996 Node: EXAMPLES/CartCentering/GE_MITGALIB/cartcenter-slang.cpp205048 Node: EXAMPLES/CartCentering/GE_MITGALIB/GEcart.sl209407 Node: EXAMPLES/CartCentering/GE_MITGALIB/SLangStartCode210155 Node: EXAMPLES/CartCentering/GE_MITGALIB/SLangEndCode211462 Node: EXAMPLES/CartCentering/GE_MITGALIB/WrappedSlangPhenotype212801 Node: EXAMPLES/CartCentering/GE_MITGALIB/cartcenter-libtcc.cpp213498 Node: EXAMPLES/CartCentering/GE_MITGALIB/cartcenter-lua.cpp220921 Node: EXAMPLES/CartCentering/GE_MITGALIB/GEcart.lua226588 Node: EXAMPLES/CartCentering/GE_MITGALIB/LuaStartCode227325 Node: EXAMPLES/CartCentering/GE_MITGALIB/LuaEndCode228240 Node: EXAMPLES/CartCentering/GE_MITGALIB/WrappedLuaPhenotype229412 Node: EXAMPLES/CartCentering/GE_MITGALIB/Makefile230036 Node: Cart Centering Implementation with GE_EO230974 Node: Cart Centering EO Example User Guide232239 Node: EXAMPLES/CartCentering/GE_EO/main.cpp234502 Node: EXAMPLES/CartCentering/GE_EO/eoGE.h238206 Node: EXAMPLES/CartCentering/GE_EO/eoGEInit.h238929 Node: EXAMPLES/CartCentering/GE_EO/eoGEMutation.h239884 Node: EXAMPLES/CartCentering/GE_EO/eoGEQuadCrossover.h240443 Node: EXAMPLES/CartCentering/GE_EO/eoGEEvalFunc-gcc_tcc.h241388 Node: EXAMPLES/CartCentering/GE_EO/eoGEEvalFunc-slang.h246355 Node: EXAMPLES/CartCentering/GE_EO/eoGEEvalFunc-libtcc.h250708 Node: EXAMPLES/CartCentering/GE_EO/eoGEEvalFunc-lua.h257635 Node: EXAMPLES/CartCentering/GE_EO/Makefile263294 Node: Cart Centering Performance264439 Node: GALib performance on Cart Centering266053 Node: EO performance on Cart Centering266285 Node: Intertwined Spirals Problem266511 Node: Intertwined Spirals Grammar267801 Node: GEspiral.c268404 Node: spiralstart.c270313 Node: spiralend.c271622 Node: WrappedCPhenotype272436 Node: Intertwined Spirals Implementation with GE_MITGALIB273034 Node: EXAMPLES/IntertwinedSpirals/GE_MITGALIB/main.cpp276537 Node: EXAMPLES/IntertwinedSpirals/GE_MITGALIB/initfunc.cpp280814 Node: EXAMPLES/IntertwinedSpirals/GE_MITGALIB/GEListGenome.h282010 Node: EXAMPLES/IntertwinedSpirals/GE_MITGALIB/spiral-gcc.cpp283286 Node: EXAMPLES/IntertwinedSpirals/GE_MITGALIB/spiral-slang.cpp288137 Node: EXAMPLES/IntertwinedSpirals/GE_MITGALIB/GEspiral.sl292356 Node: EXAMPLES/IntertwinedSpirals/GE_MITGALIB/SLangStartCode293135 Node: EXAMPLES/IntertwinedSpirals/GE_MITGALIB/SLangEndCode294398 Node: EXAMPLES/IntertwinedSpirals/GE_MITGALIB/WrappedSLangPhenotype295255 Node: EXAMPLES/IntertwinedSpirals/GE_MITGALIB/spiral-libtcc.cpp295960 Node: EXAMPLES/IntertwinedSpirals/GE_MITGALIB/spiral-lua.cpp302764 Node: EXAMPLES/IntertwinedSpirals/GE_MITGALIB/GEspiral.lua308299 Node: EXAMPLES/IntertwinedSpirals/GE_MITGALIB/LuaStartCode309075 Node: EXAMPLES/IntertwinedSpirals/GE_MITGALIB/LuaEndCode310146 Node: EXAMPLES/IntertwinedSpirals/GE_MITGALIB/WrappedLuaPhenotype311031 Node: EXAMPLES/IntertwinedSpirals/GE_MITGALIB/Makefile311673 Node: Intertwined Spirals Implementation with GE_EO312623 Node: Intertwined Spirals EO Example User Guide313655 Node: EXAMPLES/IntertwinedSpirals/GE_EO/GEEA.cpp315987 Node: EXAMPLES/IntertwinedSpirals/GE_EO/eoGE.h319726 Node: EXAMPLES/IntertwinedSpirals/GE_EO/eoGEInit.h320469 Node: EXAMPLES/IntertwinedSpirals/GE_EO/eoGEMutation.h321444 Node: EXAMPLES/IntertwinedSpirals/GE_EO/eoGEQuadCrossover.h322023 Node: EXAMPLES/IntertwinedSpirals/GE_EO/eoGEEvalFunc-gcc_tcc.h322988 Node: EXAMPLES/IntertwinedSpirals/GE_EO/eoGEEvalFunc-slang.h327635 Node: EXAMPLES/IntertwinedSpirals/GE_EO/eoGEEvalFunc-libtcc.h331789 Node: EXAMPLES/IntertwinedSpirals/GE_EO/eoGEEvalFunc-lua.h338396 Node: EXAMPLES/IntertwinedSpirals/GE_EO/Makefile343775 Node: Intertwined Spirals Performance344937 Node: GALib performance on Intertwined Spirals346597 Node: EO performance on Intertwined Spirals346842 Node: FAQ347081 Node: Copying This Manual349680 Node: References370732 Node: Index371706  End Tag Table