|
|
|
|
| Synopsis |
|
|
|
| Documentation |
|
|
| Fitness function type
|
|
|
| Function to express an individual into a list of ET structures
|
|
|
| A test case maps a list of terminals to float values
|
|
|
| A test dictionary is a set of test cases
|
|
|
| The set of outputs expected for each entry in the test dictionary
|
|
|
| :: SimParams | Simulation parameters
| | -> Rates | Rates for genetic operators
| | -> Genome | Genome that individuals are drawn from
| | -> TestDict b | Test dictionary for fitness testing
| | -> TestOuts | Expected test results for test dictionary
| | -> FitnessFunction a (TestCase b) | Fitness testing function
| | -> ExpressionFunction a | String to ET expression function
| | -> IO (Double, [String]) | Return best individual fitness and population
| | Generic driver to be called from specific GEP program instances in their
main routine.
|
|
|
| Produced by Haddock version 2.6.1 |