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

Class CTestFnData

tests/tester.h:969–976  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

967 */
968
969 struct CTestFnData
970 {
971 int DefDims; ///< The number of dimensions to use if function
972 ///< supports any number of dimensions.
973 bool DoRandomize; ///< Perform parameter shift randomization.
974 bool DoRandomizeAll; ///< Use all randomization techniques, "false"
975 ///< if only shift and scale.
976 };
977
978 const CTestFn* Funcs[ MaxFuncs ]; ///< Test functions corpus.
979 CTestFnData FuncData[ MaxFuncs ]; ///< Test function aux data.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected