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

Function calcBukin4

tests/testfn.h:1365–1368  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1363 &calcBukin2_p };
1364
1365static double calcBukin4( const double* const x, const int N )
1366{
1367 return( 100.0*sqr(x[1])+0.01*fabs(x[0]+10.0) );
1368}
1369
1370static void calcBukin4_p( double* const minv, double* const maxv, const int N,
1371 double* const optv )

Callers

nothing calls this directly

Calls 1

sqrFunction · 0.85

Tested by

no test coverage detected