copasi API
0.1
|
#include <COptMethodStatistics.h>
Public Member Functions | |
COptMethodStatistics (const COptMethodStatistics &src) | |
virtual | ~COptMethodStatistics () |
virtual bool | optimise () |
Friends | |
COptMethod * | COptMethod::createMethod (CCopasiMethod::SubType subType) |
:pos 48.05,34.05 :route COptMethod; v,46.9608,16.35,33,59.1652,34.05
COptMethodStatistics::COptMethodStatistics | ( | const COptMethodStatistics & | src | ) |
Copy Constructor
const | COptMethodStatistics & src |
COptMethodStatistics::~COptMethodStatistics | ( | ) | [virtual] |
Destructor
bool COptMethodStatistics::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.
Optimizer Function Returns: nothing should return a boolean
Reimplemented from COptMethod.
COptMethod* COptMethod::createMethod | ( | CCopasiMethod::SubType | subType | ) | [friend] |