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

Method getMaxValues

biteopt.h:1879–1882  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1877 }
1878
1879 virtual void getMaxValues( double* const p ) const
1880 {
1881 memcpy( p, ub, N * sizeof( p[ 0 ]));
1882 }
1883
1884 virtual double optcost( const double* const p )
1885 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected