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

Method getMaxValues

constr3.cpp:38–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36 }
37
38 virtual void getMaxValues( double* const p ) const
39 {
40 int i;
41
42 for( i = 0; i < ::N; i++ )
43 {
44 p[ i ] = 10.0;
45 }
46 }
47
48 double penalty( const double v )
49 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected