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

Method getMaxValues

tests/tester.h:281–289  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

279 }
280
281 virtual void getMaxValues( double* const p ) const
282 {
283 int i;
284
285 for( i = 0; i < Dims; i++ )
286 {
287 p[ i ] = maxv[ i ];
288 }
289 }
290
291 virtual double optcost( const double* const p )
292 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected