|
JGAP | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages | |
|---|---|
| examples | Examples showing how to use JGAP to solve problems |
| examples.audit | Demontrates how to use JGAP's audit capabilities |
| examples.chromInit | Demonstrates how to initialize chromosomes with different numbers of Gene's |
| examples.config | Showing how to use the configuration features of JGAP |
| examples.distinctGenes | Example showing how to use 40 CompositeGene's with 4 genes and 1 CompositeGene with 3 genes in the same Chromosome |
| examples.dynamicMutation | Experiment of how to mutate genes differently |
| examples.energy | Showing how to use the Gene's energy attribute |
| examples.gp | Demonstrates how to find a formula for a given X-Y-table using Genetic Programming |
| examples.grid | Distributed Computing using JCGrid. |
| examples.knapsack | Implementation of the knapsack problem |
| examples.multiobjective | Demonstrates how to evolve a population towards multi-objectives (this functionality is preliminary) |
| examples.salesman | Implementation of the traveling salesperson problem (TSP) |
| examples.simpleBoolean | Very basic example showing the principle usage of JGAP |
| examples.supergene | Demonstrates the usage of the supergene concept |
| org.jgap | Houses the interfaces and classes that make up the core of JGAP. |
| org.jgap.audit | Functions related to evaluating the behaviour of JGAP JGAP. |
| org.jgap.data | Related to persisting the state of JGAP objects (Genotype, Chromosome etc.) |
| org.jgap.data.config | Related to configuring JGAP |
| org.jgap.distr | Distributed Computing of populations of a Genetic Algorithm |
| org.jgap.eval | Auditing performance of JGAP with different configurations |
| org.jgap.event | Contains classes and interfaces related to the generation and handling of JGAP events. |
| org.jgap.gp | Genetic Programming functionality (abstract classes and interfaces) |
| org.jgap.gp.function | Functions to use with Genetic Programming. |
| org.jgap.gp.impl | Genetic Programming classes, non-abstract, no interfaces |
| org.jgap.gp.terminal | Terminals to use with Genetic Programming. |
| org.jgap.gui | Graphical user interface for JGAP |
| org.jgap.impl | Provides stock implementations of the various sub-components that can be plugged-in or custom implemented. |
| org.jgap.impl.fitness | Functionality related to fitness value computation |
| org.jgap.impl.salesman | Handling of Traveling Salesman Person (TSP) related problems |
| org.jgap.supergenes | Supergene represents several loci, which control closely related aspects of the phenotype. |
| org.jgap.util | Houses common-sense utility classes used within JGAP. |
| org.jgap.xml | Writing/Reading JGAP object states (Genotype, Chromosome etc.) to/from XML documents |
|
JGAP | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||