Public Member Functions
Playa::SteepestDescent Class Reference
Inheritance diagram for Playa::SteepestDescent:
Playa::LineSearchBasedOptBase Playa::UnconstrainedOptimizerBase Playa::ObjectWithVerbosity Playa::Printable

List of all members.

Public Member Functions

 SteepestDescent (const ParameterList &params)
std::string description () const
RCP< DirectionGeneratorBasemakeDirectionGenerator () const

Detailed Description

Implements the steepest descent method, used here mainly for debugging objective functions and gradients.

Author:
Kevin Long

Definition at line 58 of file PlayaSteepestDescent.hpp.


Constructor & Destructor Documentation

Playa::SteepestDescent::SteepestDescent ( const ParameterList &  params)

Definition at line 55 of file PlayaSteepestDescent.cpp.


Member Function Documentation

std::string Playa::SteepestDescent::description ( ) const [inline]

Definition at line 65 of file PlayaSteepestDescent.hpp.

Implements Playa::LineSearchBasedOptBase.

Definition at line 63 of file PlayaSteepestDescent.cpp.

Site Contact