MCPcopy Create free account
hub / github.com/avaneev/biteopt / init

Method init

deopt.h:80–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78 */
79
80 void init( CBiteRnd& rnd, const double* const InitParams = NULL,
81 const double InitRadius = 1.0 )
82 {
83 initCommonVars( rnd );
84
85 StartSD = 0x1p-4 * InitRadius;
86 setStartParams( InitParams );
87 }
88
89 /**
90 * Function performs the parameter optimization iteration that involves 1

Callers 4

mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected