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

Method getMaxValues

example.cpp:22–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20 }
21
22 virtual void getMaxValues( double* const p ) const
23 {
24 p[ 0 ] = 10.0;
25 p[ 1 ] = 10.0;
26 }
27
28 virtual double optcost( const double* const p )
29 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected