examples.config |
Showing how to use the configuration features of JGAP
|
Java Source File Name | Type | Comment |
MaximizingFunction.java | Class | This class is to test the working of JGAP with a config file provided for
configuring JGAP.
The problem statement is to maximize the value of the function
f(a,b,c) = (a - b + c). |
MaximizingFunctionFitnessFunction.java | Class | Sample Fitness function for the MaximizingFunction problem. |