net.sourceforge.cilib.problem
Class GradientFunctionMinimisationProblem
java.lang.Object
net.sourceforge.cilib.problem.OptimisationProblemAdapter
net.sourceforge.cilib.problem.FunctionOptimisationProblem
net.sourceforge.cilib.problem.FunctionMinimisationProblem
net.sourceforge.cilib.problem.GradientFunctionMinimisationProblem
- All Implemented Interfaces:
- Serializable, GradientOptimisationProblem, OptimisationProblem, Problem, Cloneable
public class GradientFunctionMinimisationProblem
- extends FunctionMinimisationProblem
- implements GradientOptimisationProblem
- Author:
- Edwin Peer
- See Also:
- Serialized Form
Method Summary |
Vector |
getGradient(Vector position)
Returns the gradient of the optimisation problem at the given position. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GradientFunctionMinimisationProblem
public GradientFunctionMinimisationProblem()
- Creates a new instance of GradientFunctionMinimisationProblem.
getGradient
public Vector getGradient(Vector position)
- Returns the gradient of the optimisation problem at the given position.
- Specified by:
getGradient
in interface GradientOptimisationProblem
- Parameters:
position
- the position.
- Returns:
- the gradient at position.
Copyright © 2009 CIRG. All Rights Reserved.