Cloudy
Spectral Synthesis Code for Astrophysics
Loading...
Searching...
No Matches
optimize_phymir.cpp File Reference
#include "cddefines.h"
#include "version.h"
#include "optimize.h"
#include "service.h"
#include "ran.h"
Include dependency graph for optimize_phymir.cpp:

Macros

#define pid_t   int
 
#define fork()
 
#define wait(X)
 

Functions

template<class T>
bool WR_ITEM (const T &x, FILE *io)
 
template<class T>
bool RD_ITEM (T &x, FILE *io)
 
void optimize_phymir (realnum xc[], const realnum del[], long int nvarPhymir, chi2_type *ymin, realnum toler)
 

Variables

const char * STATEFILE = "continue.pmr"
 
const char * STATEFILE_BACKUP = "continue.bak"
 

Macro Definition Documentation

◆ fork

#define fork ( )
Value:
T TotalInsanityAsStub()
Definition cddefines.h:495

Referenced by phymir_state< X, Y, NP, NSTR >::p_execute_job().

◆ pid_t

#define pid_t   int

◆ wait

Function Documentation

◆ optimize_phymir()

◆ RD_ITEM()

template<class T>
bool RD_ITEM ( T & x,
FILE * io )
inline

◆ WR_ITEM()

template<class T>
bool WR_ITEM ( const T & x,
FILE * io )
inline

Variable Documentation

◆ STATEFILE

const char* STATEFILE = "continue.pmr"

this is the name of the file that optimize_phymir automatically creates containing information to continue the optimization at a later time.

Referenced by optimize_phymir().

◆ STATEFILE_BACKUP

const char* STATEFILE_BACKUP = "continue.bak"

Referenced by optimize_phymir().