Public Member Functions | Private Attributes
Playa::DefaultOptConvergenceTest Class Reference
Inheritance diagram for Playa::DefaultOptConvergenceTest:
Playa::OptConvergenceTestBase Playa::ObjectWithVerbosity Playa::Printable

List of all members.

Public Member Functions

 DefaultOptConvergenceTest (const ParameterList &params)
OptStatus test (const OptState &state) const
void print (std::ostream &os) const

Private Attributes

int minIters_
int maxIters_
int requiredPasses_
double objTol_
double gradTol_
double stepTol_
double xTyp_
double fTyp_

Detailed Description

A simple convergence test

Author:
Kevin Long

Definition at line 58 of file PlayaDefaultOptConvergenceTest.hpp.


Constructor & Destructor Documentation

Definition at line 52 of file PlayaDefaultOptConvergenceTest.cpp.

References fTyp_, and xTyp_.


Member Function Documentation

void Playa::DefaultOptConvergenceTest::print ( std::ostream &  os) const [virtual]

Implements Playa::Printable.

Definition at line 125 of file PlayaDefaultOptConvergenceTest.cpp.

References gradTol_, maxIters_, minIters_, objTol_, and stepTol_.

OptStatus Playa::DefaultOptConvergenceTest::test ( const OptState state) const [virtual]

Member Data Documentation

Definition at line 79 of file PlayaDefaultOptConvergenceTest.hpp.

Referenced by DefaultOptConvergenceTest(), and test().

Definition at line 76 of file PlayaDefaultOptConvergenceTest.hpp.

Referenced by print(), and test().

Definition at line 73 of file PlayaDefaultOptConvergenceTest.hpp.

Referenced by print(), and test().

Definition at line 72 of file PlayaDefaultOptConvergenceTest.hpp.

Referenced by print(), and test().

Definition at line 75 of file PlayaDefaultOptConvergenceTest.hpp.

Referenced by print(), and test().

Definition at line 74 of file PlayaDefaultOptConvergenceTest.hpp.

Referenced by test().

Definition at line 77 of file PlayaDefaultOptConvergenceTest.hpp.

Referenced by print(), and test().

Definition at line 78 of file PlayaDefaultOptConvergenceTest.hpp.

Referenced by DefaultOptConvergenceTest(), and test().

Site Contact