org.jgap.perf |
Package Specification
In this package, performance test classes are included.
There are different levels of performance tests:
The top level is the testing of the overall performance.
Next level is the class level.
Most detailed test basis is the method.
|
Java Source File Name | Type | Comment |
TestOverallPerformance.java | Class | This class provides an implementation of an overall performance test.
To obtain this, the provided example has been modified slightly, regarding
the random number generator. |
TestOverallPerformanceFitnessFunc.java | Class | Sample fitness function for the MakeChange example. |