SuanShu, a Java numerical and statistical library

com.numericalmethod.suanshu.optimization.unconstrained
Class UnconstrainedProblem

java.lang.Object
  extended by com.numericalmethod.suanshu.optimization.unconstrained.UnconstrainedProblem
Direct Known Subclasses:
ConstrainedProblem

public class UnconstrainedProblem
extends java.lang.Object

This class defines an unconstrained optimization problem in this form.

 minimize f(x)
 


Field Summary
 RealScalarFunction f
          the objective function to be minimized
 
Constructor Summary
UnconstrainedProblem(RealScalarFunction f)
          Construct an unconstrained optimization problem.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

f

public final RealScalarFunction f
the objective function to be minimized

Constructor Detail

UnconstrainedProblem

public UnconstrainedProblem(RealScalarFunction f)
Construct an unconstrained optimization problem.

Parameters:
f - the objective function to be minimized

SuanShu, a Java numerical and statistical library

Copyright © 2011 Numerical Method Inc. Ltd. All Rights Reserved.