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

Method getRealValue

biteaux.h:2047–2050  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2045 */
2046
2047 double getRealValue( const ptype* const NormParams, const int i ) const
2048 {
2049 return( MinValues[ i ] + DiffValues[ i ] * NormParams[ i ]);
2050 }
2051
2052 /**
2053 * Function wraps the specified parameter value so that it stays in the

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected