#include <CTaskEnum.h>
|
enum class | Method {
UnsetMethod = 0
, RandomSearch
, RandomSearchMaster
, SimulatedAnnealing
,
CoranaWalk
, DifferentialEvolution
, ScatterSearch
, GeneticAlgorithm
,
EvolutionaryProgram
, SteepestDescent
, HybridGASA
, GeneticAlgorithmSR
,
HookeJeeves
, LevenbergMarquardt
, NL2SOL
, NelderMead
,
SRES
, Statistics
, ParticleSwarm
, Praxis
,
TruncatedNewton
, Newton
, deterministic
, RADAU5
,
LSODA2
, directMethod
, stochastic
, tauLeap
,
adaptiveSA
, hybrid
, hybridLSODA
, hybridODE45
,
DsaLsodar
, stochasticRunkeKuttaRI5
, tssILDM
, tssILDMModified
,
tssCSP
, mcaMethodReder
, scanMethod
, lyapWolf
,
sensMethod
, EFMAlgorithm
, EFMBitPatternTreeAlgorithm
, EFMBitPatternAlgorithm
,
Householder
, crossSectionMethod
, linearNoiseApproximation
, analyticsMethod
,
timeSensLsoda
, __SIZE
} |
|
enum class | Task {
steadyState = 0
, timeCourse
, scan
, fluxMode
,
optimization
, parameterFitting
, mca
, lyap
,
tssAnalysis
, sens
, moieties
, crosssection
,
lna
, analytics
, timeSens
, UnsetTask
,
__SIZE
} |
|
◆ Method
Enumeration of the sub types of methods known to COPASI.
Enumerator |
---|
UnsetMethod | |
RandomSearch | |
RandomSearchMaster | |
SimulatedAnnealing | |
CoranaWalk | |
DifferentialEvolution | |
ScatterSearch | |
GeneticAlgorithm | |
EvolutionaryProgram | |
SteepestDescent | |
HybridGASA | |
GeneticAlgorithmSR | |
HookeJeeves | |
LevenbergMarquardt | |
NL2SOL | |
NelderMead | |
SRES | |
Statistics | |
ParticleSwarm | |
Praxis | |
TruncatedNewton | |
Newton | |
deterministic | |
RADAU5 | |
LSODA2 | |
directMethod | |
stochastic | |
tauLeap | |
adaptiveSA | |
hybrid | |
hybridLSODA | |
hybridODE45 | |
DsaLsodar | |
stochasticRunkeKuttaRI5 | |
tssILDM | |
tssILDMModified | |
tssCSP | |
mcaMethodReder | |
scanMethod | |
lyapWolf | |
sensMethod | |
EFMAlgorithm | |
EFMBitPatternTreeAlgorithm | |
EFMBitPatternAlgorithm | |
Householder | |
crossSectionMethod | |
linearNoiseApproximation | |
analyticsMethod | |
timeSensLsoda | |
__SIZE | |
◆ Task
Enumeration of the types of tasks known to COPASI.
Enumerator |
---|
steadyState | |
timeCourse | |
scan | |
fluxMode | |
optimization | |
parameterFitting | |
mca | |
lyap | |
tssAnalysis | |
sens | |
moieties | |
crosssection | |
lna | |
analytics | |
timeSens | |
UnsetTask | |
__SIZE | |
◆ MethodName
◆ MethodXML
◆ TaskName
String literals for the GUI to display type names of tasks known to COPASI.
Referenced by CDataModel::addDefaultReports(), CDataModel::addDefaultTasks(), CDataModel::addReport(), CReportDefinition::applyData(), CCopasiTask::applyData(), CDataModel::copyExperimentalDataTo(), CReportDefinition::createUndoData(), CCopasiTask::createUndoData(), CDataModel::exportCombineArchive(), CDataModel::exportShinyArchive(), CCopasiTask::fromData(), CPlotSpecification::getTaskTypes(), CScanTask::initSubtask(), CDataModel::openCombineArchive(), CPlotSpecification::setTaskTypes(), CReportDefinition::toData(), and CCopasiTask::toData().
◆ TaskXML
The documentation for this class was generated from the following files: