Examples
Class ExampleRun1

java.lang.Object
  extended by Examples.ExampleRun1

public class ExampleRun1
extends java.lang.Object

This class shows how to run a selected hyper-heuristic on a selected problem domain. It shows the minimum that must be done to test a hyper heuristic on a problem domain, and it is intended to be read before the ExampleRun2 class, which provides an example of a more complex set-up


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

Constructor Detail

ExampleRun1

public ExampleRun1()
Method Detail

main

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