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 16 of file PlayaSteepestDescent.hpp.


Constructor & Destructor Documentation

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

Definition at line 13 of file PlayaSteepestDescent.cpp.


Member Function Documentation

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

Definition at line 23 of file PlayaSteepestDescent.hpp.

RCP< DirectionGeneratorBase > Playa::SteepestDescent::makeDirectionGenerator (  )  const [virtual]

Implements Playa::LineSearchBasedOptBase.

Definition at line 21 of file PlayaSteepestDescent.cpp.

Site Contact