Class Summary |
FitnessFunction |
Default fitness function for UCS. |
Indiv |
A population member for use in UCS. |
Population |
Container class for a UCS population. |
RuleCondition |
A rule object for use in UCS. |
SystemPredictor |
Default system predictor for UCS. |
UCS |
Main UCS class. |
UCSconfig |
Configuration object for UCS. |
UCSpvFitness |
Fitness Function for UCSpv - calculated as in Brown, Kovacs, Marshall GECCO 07. |
UCSpvSysPredictor |
System Predictor for UCSpv - same as the default predictor except
it does not use vote normalization. |