copasi API  0.1
Public Member Functions | Friends
COptMethodLevenbergMarquardt Class Reference

#include <COptMethodLevenbergMarquardt.h>

Inheritance diagram for COptMethodLevenbergMarquardt:
COptMethod CCopasiMethod CCopasiParameterGroup CCopasiParameter CCopasiContainer CCopasiObject

List of all members.

Public Member Functions

 COptMethodLevenbergMarquardt (const COptMethodLevenbergMarquardt &src, const CCopasiContainer *pParent=NULL)
virtual ~COptMethodLevenbergMarquardt ()
virtual bool optimise ()

Friends

COptMethodCOptMethod::createMethod (CCopasiMethod::SubType subType)

Constructor & Destructor Documentation

COptMethodLevenbergMarquardt::COptMethodLevenbergMarquardt ( const COptMethodLevenbergMarquardt src,
const CCopasiContainer pParent = NULL 
)

Copy Constructor

Parameters:
constCOptMethodLevenbergMarquardt & src
constCCopasiContainer * pParent (default: NULL)
COptMethodLevenbergMarquardt::~COptMethodLevenbergMarquardt ( ) [virtual]

Destructor


Member Function Documentation

bool COptMethodLevenbergMarquardt::optimise ( void  ) [virtual]

Execute the optimization algorithm calling simulation routine when needed. It is noted that this procedure can give feedback of its progress by the callback function set with SetCallback. @ return success;

Reimplemented from COptMethod.


Friends And Related Function Documentation

COptMethod* COptMethod::createMethod ( CCopasiMethod::SubType  subType) [friend]

The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines