geneticWedge.gp.demo
Class TestGP

java.lang.Object
  extended by geneticWedge.gp.demo.TestGP

public class TestGP
extends java.lang.Object

This class is a very basic demonstratration of how to use GP to fit to a polynomial (symbolic regression)


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

TestGP

public TestGP()
Method Detail

main

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