eaLib API Docs
Last Modified : January 7 2002

mss.ea.ex.salesman
Class Salesman

java.lang.Object
  |
  +--mss.ea.al.AbstractAlgorithm
        |
        +--mss.ea.ex.salesman.Salesman

public class Salesman
extends AbstractAlgorithm


Field Summary
protected  int bestKnown
           
 
Fields inherited from class mss.ea.al.AbstractAlgorithm
broker, checker, extractor, factory, timer
 
Constructor Summary
Salesman()
           
 
Method Summary
static void main(java.lang.String[] args)
           
protected  void setup()
          Method to perform the setup stage of the algorithm.
 
Methods inherited from class mss.ea.al.AbstractAlgorithm
connect, connect, connect, connect, connect, connect, info, result, run, start
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

bestKnown

protected int bestKnown
Constructor Detail

Salesman

public Salesman()
Method Detail

setup

protected void setup()
Description copied from class: AbstractAlgorithm
Method to perform the setup stage of the algorithm. This is called before running the algorithm. All initializations must be done in this method.
Overrides:
setup in class AbstractAlgorithm

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception

eaLib API Docs
Last Modified : January 7 2002

Copyright © 2000-2001 Technical University of Ilmenau, Department ESS