edu.stanford.rsl.jpop
Interface SimpleOptimizableFunction

All Known Implementing Classes:
FminTest, FzeroTest

public interface SimpleOptimizableFunction


Method Summary
 double evaluate(double x)
          Evaluates the function at position x
 

Method Detail

evaluate

double evaluate(double x)
Evaluates the function at position x

Parameters:
x - the position
Returns:
the value of the function