|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TargetFitnessFunction | |
com.anji.integration | com.anji.integration contains classes that provide the glue between the various components of the system, including artificial neural net implementations, JGAP, NEAT, Log4J, and persistence and presentation layers. |
com.anji.neat | com.anji.neat contains classes implementing NEAT framework, including genes, mutation operators, and fitness function used for XOR. |
Uses of TargetFitnessFunction in com.anji.integration |
Subclasses of TargetFitnessFunction in com.anji.integration | |
class |
ExponentialTargetFitnessFunction
Fitness function where error is exponential; i.e., as the error gets closer to 0, the fitness increases exponentially, at a greater rate than simply squaring the error. |
Uses of TargetFitnessFunction in com.anji.neat |
Subclasses of TargetFitnessFunction in com.anji.neat | |
class |
NeatTargetFitnessFunction
Fitness function where error is subtracted from max fitness, then squared. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |