COPASI API
4.16.103
Main Page
Namespaces
Classes
Files
File List
File Members
copasi
optimization
CRandomSearchMaster.cpp
Go to the documentation of this file.
1
/* Begin CVS Header
2
$Source: /Volumes/Home/Users/shoops/cvs/copasi_dev/copasi/optimization/CRandomSearchMaster.cpp,v $
3
$Revision: 1.4 $
4
$Name: $
5
$Author: shoops $
6
$Date: 2006/04/27 01:29:53 $
7
End CVS Header */
8
9
// Copyright © 2005 by Pedro Mendes, Virginia Tech Intellectual
10
// Properties, Inc. and EML Research, gGmbH.
11
// All rights reserved.
12
13
/***************************************************************************
14
CRandomSearchMaster.cpp - Random Optimizer
15
-------------------
16
17
18
Programmer : Rohan Luktuke
19
email : rluktuke@vt.edu
20
***************************************************************************/
21
22
/***************************************************************************
23
* This is the implementation of the Random Algorithm for Optimization. The
24
* class is inherited from the COptAlgorithm class
25
***************************************************************************/
26
27
#include "
copasi.h
"
28
#include "
COptMethod.h
"
29
30
CRandomSearchMaster::CRandomSearchMaster
():
31
COptMethod
(
CCopasiMethod
::RandomSearchMaster)
32
{}
33
34
CRandomSearchMaster::CRandomSearchMaster
(
const
CRandomSearchMaster
& src):
35
COptMethod
(src)
36
{}
37
38
/**
39
* Destructor
40
*/
41
CRandomSearchMaster::~CRandomSearchMaster
(){}
42
43
/**
44
* Optimizer Function
45
* Returns: nothing
46
*/
47
C_INT32
CRandomSearchMaster::optimise
()
48
{
return
0;}
COptMethod.h
CRandomSearchMaster
Definition:
CRandomSearchMaster.h:20
C_INT32
#define C_INT32
Definition:
copasi.h:90
CCopasiMethod
Definition:
CCopasiMethod.h:34
COptMethod
Definition:
COptMethod.h:46
CRandomSearchMaster::CRandomSearchMaster
CRandomSearchMaster()
Definition:
CRandomSearchMaster.cpp:30
copasi.h
CRandomSearchMaster::optimise
virtual bool optimise()
Definition:
CRandomSearchMaster.cpp:47
CRandomSearchMaster::~CRandomSearchMaster
virtual ~CRandomSearchMaster()
Definition:
CRandomSearchMaster.cpp:41
Generated on Thu Jul 2 2015 14:50:35 for COPASI API by
1.8.6