optimization
Class UncminTest_f77
java.lang.Object
optimization.UncminTest_f77
- All Implemented Interfaces:
- Uncmin_methods
public class UncminTest_f77
- extends Object
- implements Uncmin_methods
This class tests the Uncmin_f77 class.
- Version:
- .5 --- September 3, 1998
- Author:
- Steve Verrill
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
main
public static void main(String[] args)
f_to_minimize
public double f_to_minimize(double[] x)
- Specified by:
f_to_minimize in interface Uncmin_methods
gradient
public void gradient(double[] x,
double[] g)
- Specified by:
gradient in interface Uncmin_methods
hessian
public void hessian(double[] x,
double[][] h)
- Specified by:
hessian in interface Uncmin_methods
Copyright © 2011. All Rights Reserved.