edu.stanford.rsl.jpop.testing
Class FminTest

java.lang.Object
  extended by edu.stanford.rsl.jpop.testing.FminTest
All Implemented Interfaces:
SimpleOptimizableFunction

public class FminTest
extends java.lang.Object
implements SimpleOptimizableFunction

This class tests the Fmin class.

Version:
.5 --- March 25, 1998 Modified to fit new API, 0.7 --- April 27, 2010
Author:
Steve Verrill, Andreas Maier

Method Summary
 double evaluate(double x)
          Evaluates the function at position x
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

main

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

evaluate

public double evaluate(double x)
Description copied from interface: SimpleOptimizableFunction
Evaluates the function at position x

Specified by:
evaluate in interface SimpleOptimizableFunction
Parameters:
x - the position
Returns:
the value of the function