|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoptimization.FminTest
public class FminTest
This class tests the Fmin class.
Modified by Eric Eaton to use a new Console class as a substitute for corejava.Console.
Method Summary | |
---|---|
double |
f_to_minimize(double x)
Defines a function f : double -> double to minimize. |
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 |
Method Detail |
---|
public static void main(java.lang.String[] args)
public double f_to_minimize(double x)
Fmin_methods
f_to_minimize
in interface Fmin_methods
x
- the input x
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |