JGAP

examples.supergene
Class SupergenesPerformanceTest

java.lang.Object
  extended by examples.supergene.SupergenesPerformanceTest

public final class SupergenesPerformanceTest
extends java.lang.Object

Tests the performance, comparing computing time and the sum of the computed change amount deviations from the required amount.

Result of test is briefly outputted to the console and to a file named "Test_result.prn"

Since:
2.0

Constructor Summary
SupergenesPerformanceTest()
           
 
Method Summary
static void main(java.lang.String[] args)
          Starts the performance test.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SupergenesPerformanceTest

public SupergenesPerformanceTest()
Method Detail

main

public static void main(java.lang.String[] args)
Starts the performance test.

Parameters:
args - ignored

JGAP