JGAP

org.jgap.distr.grid.wan
Class WANUtils

java.lang.Object
  extended by org.jgap.distr.grid.wan.WANUtils

public class WANUtils
extends java.lang.Object

WAN Utilities.

Since:
3.3.4

Constructor Summary
WANUtils()
           
 
Method Summary
static java.lang.String getFitnessString(JGAPResultGP res)
           
static double getFitnessValue(IGPProgram a_prog)
           
static IGPProgram getFittest(JGAPResultGP a_res)
           
static java.lang.String outputInformation(MasterInfo worker, java.lang.String postFix)
           
static java.lang.String outputRequestInformation(ReceivedPacket a_packet)
           
static java.lang.String outputRequestInformation(RequestInformation a_info)
           
static java.lang.String outputResultInformation(ReceivedPacket a_packet)
           
static java.lang.String outputResultInformation(ResultInformation a_info)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WANUtils

public WANUtils()
Method Detail

outputRequestInformation

public static java.lang.String outputRequestInformation(ReceivedPacket a_packet)

outputRequestInformation

public static java.lang.String outputRequestInformation(RequestInformation a_info)

outputResultInformation

public static java.lang.String outputResultInformation(ReceivedPacket a_packet)

outputResultInformation

public static java.lang.String outputResultInformation(ResultInformation a_info)

getFitnessString

public static java.lang.String getFitnessString(JGAPResultGP res)

outputInformation

public static java.lang.String outputInformation(MasterInfo worker,
                                                 java.lang.String postFix)

getFittest

public static IGPProgram getFittest(JGAPResultGP a_res)

getFitnessValue

public static double getFitnessValue(IGPProgram a_prog)

JGAP