COPASI API
4.16.103
|
#include <vector>
#include "copasi.h"
#include "COptMethod.h"
#include "CRealProblem.h"
#include "randomGenerator/CRandom.h"
Go to the source code of this file.
Macros | |
#define | BESTFOUNDSOFAR 2 |
#define | FALSE 0 |
#define | NumDirection 10 |
#define | PI 3.1415926 |
#define | TRUE 1 |
#define BESTFOUNDSOFAR 2 |
Definition at line 35 of file COptMethodHGASA.cpp.
Referenced by COptMethodHGASA::optimise().
#define FALSE 0 |
Definition at line 38 of file COptMethodHGASA.cpp.
Referenced by COptMethodHGASA::optimise().
#define NumDirection 10 |
Definition at line 36 of file COptMethodHGASA.cpp.
Referenced by COptMethodHGASA::optimise().
#define PI 3.1415926 |
Definition at line 39 of file COptMethodHGASA.cpp.
Referenced by CCSPMethod::CSPParticipationIndex(), and COptMethodHGASA::optimise().
#define TRUE 1 |
Definition at line 37 of file COptMethodHGASA.cpp.
Referenced by COptMethodHGASA::optimise().