copasi API
0.1
|
#include <COptMethodSRES.h>
Public Member Functions | |
COptMethodSRES (const COptMethodSRES &src, const CCopasiContainer *pParent=NULL) | |
virtual | ~COptMethodSRES () |
virtual bool | optimise () |
Friends | |
COptMethod * | COptMethod::createMethod (CCopasiMethod::SubType subType) |
COptMethodSRES class
COptMethodSRES::COptMethodSRES | ( | const COptMethodSRES & | src, |
const CCopasiContainer * | pParent = NULL |
||
) |
Copy Constructor
const | COptMethodSRES & src |
const | CCopasiContainer * pParent (default: NULL) |
COptMethodSRES::~COptMethodSRES | ( | ) | [virtual] |
Destructor
bool COptMethodSRES::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.
COptMethod* COptMethod::createMethod | ( | CCopasiMethod::SubType | subType | ) | [friend] |