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

Function calcNistMGH17_p

tests/test_nist.cpp:679–689  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

677}
678
679static void calcNistMGH17_p( double* const minv, double* const maxv,
680 const int N, double* const optv )
681{
682 minv[ 0 ] = 0.037541; maxv[ 0 ] = 0.71328;
683 minv[ 1 ] = 0.19358; maxv[ 1 ] = 3.6781;
684 minv[ 2 ] = -2.7829; maxv[ 2 ] = -0.14647;
685 minv[ 3 ] = 0.0012868; maxv[ 3 ] = 0.024448;
686 minv[ 4 ] = 0.0022123; maxv[ 4 ] = 0.042033;
687
688 *optv = 5.4648946975e-005;
689}
690
691static const CTestFn TestFnNistMGH17 = { "NistMGH17", 5, 0.0, 0.0,
692 0.0, &calcNistMGH17, &calcNistMGH17_p };

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected