Genetic Programming Engine FAQ
Frequently Asked Questions
FAQ Topics
Getting Started with Genetic Programming (GP)
Getting Started with the Graphical Interface
Overview of the Genetic Programming Engine (GPE) Components
Running the Engine with the GUI
Running the Engine with the Console
Overview of the Genetic Programming Engine
Overview of the Internal Classes
Defining the Engine Options
How the Generation History Works
Testing a Population
Creating the .CS Files for Individuals in a Population
Creating the IndividualInfos
Overview of the Verifiers
Verifying the Precode
Verifying the Base Class
Verifying the Environment
Verifying the Compatibility of the IIndividual, IPrecode, and IEnvironment Classes
Designing a new problem for the GPE
How to Translate a Problem to Computer Code
How to write the ProblemSpace classes
How to Write the Individual Class
Looking at Sample code
How to Write the Environment Class
An Example Environment Initialization Class
How to Write the IGraphicHistory Class
How to Write IPrecodeTree for Different Problems
Running the GPEngine