jenes.tutorials.problem5
Class OCProblem

java.lang.Object
  extended by jenes.tutorials.problem5.OCProblem

public class OCProblem
extends java.lang.Object

Tutorial illustrating the use of object-oriented chromosomes, whose allele set can be defined by the user for each gene. In this example the chromosomes are combinations of colors. We aim at finding the vector of colors closest to a given sequence. This class defines the problem.

Since:
1.0
Version:
1.0
Author:
Luigi Troiano, Pierpaolo Lombardi

Constructor Summary
OCProblem()
           
 
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

OCProblem

public OCProblem()
Method Detail

main

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