copasi API
0.1
|
#include <CFitMethod.h>
Public Member Functions | |
CFitMethod (const CFitMethod &src, const CCopasiContainer *pParent=NULL) | |
virtual | ~CFitMethod () |
virtual bool | initialize () |
virtual bool | isValidProblem (const CCopasiProblem *pProblem) |
Static Public Member Functions | |
static COptMethod * | createMethod (CCopasiMethod::SubType subType=CCopasiMethod::EvolutionaryProgram) |
Static Public Attributes | |
static const std::string | TypeName [] |
Protected Member Functions | |
CFitMethod (CCopasiMethod::SubType subType, const CCopasiContainer *pParent=NULL) | |
Protected Attributes | |
CFitProblem * | mpFitProblem |
CFitTask * | mpFitTask |
The CFitMehod class contains optimization methods which can utilize special properties of the objective function for fitting.
CFitMethod::CFitMethod | ( | CCopasiMethod::SubType | subType, |
const CCopasiContainer * | pParent = NULL |
||
) | [protected] |
CCopasiMethod::SubType | subType |
const | CCopasiContainer * pParent (default: NULL) |
CFitMethod::CFitMethod | ( | const CFitMethod & | src, |
const CCopasiContainer * | pParent = NULL |
||
) |
Copy constructor
const | CFitMethod & src |
const | CCopasiContainer * pParent (default: NULL) |
CFitMethod::~CFitMethod | ( | ) | [virtual] |
Destructor
COptMethod * CFitMethod::createMethod | ( | CCopasiMethod::SubType | subType = CCopasiMethod::EvolutionaryProgram | ) | [static] |
Create a fitting method. Note: the returned object has to be released after use with delete
Reimplemented from COptMethod.
bool CFitMethod::initialize | ( | ) | [virtual] |
bool CFitMethod::isValidProblem | ( | const CCopasiProblem * | pProblem | ) | [virtual] |
Check if the method is suitable for this problem
Reimplemented from COptMethod.
CFitProblem* CFitMethod::mpFitProblem [protected] |
CFitTask* CFitMethod::mpFitTask [protected] |
const std::string CFitMethod::TypeName [static] |
{
""
}
String literals for the GUI to display type names of parameters known to COPASI.
CCopasiParameter class. This class is used to describe method paramters. This class is intended to be used with integration or optimization methods.
Created for Copasi by Stefan Hoops 2002
Reimplemented from CCopasiParameter.