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

Method init

tests/tester.h:594–602  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

592 */
593
594 void init( const double aThreshold, const int aIterCount,
595 const int aInnerIterCount, const bool aDoPrint )
596 {
597 CostThreshold = aThreshold;
598 IterCount = aIterCount;
599 InnerIterCount = aInnerIterCount;
600 DoPrint = aDoPrint;
601 FnCount = 0;
602 }
603
604 /**
605 * Function adds a function corpus to the tester.

Callers 5

mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
runMethod · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected