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

Method getMaxValues

constr2.cpp:24–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22 }
23
24 virtual void getMaxValues( double* const p ) const
25 {
26 p[ 0 ] = 1200.0;
27 p[ 1 ] = 1200.0;
28 p[ 2 ] = 0.55;
29 p[ 3 ] = 0.55;
30 }
31
32 double penalty( const double v )
33 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected