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

Method initBuffers

spheropt.h:238–246  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

236 CBiteSel< 3 > EvalFacSel; ///< EvalFac selector.
237
238 virtual void initBuffers( const int aParamCount, const int aPopSize,
239 const int aCnsCount = 0, const int aObjCount = 1 )
240 {
241 CBiteOptBase< double > :: initBuffers( aParamCount, aPopSize,
242 aCnsCount, aObjCount );
243
244 WPopCent = new double[ aPopSize ];
245 WPopRad = new double[ aPopSize ];
246 }
247
248 virtual void deleteBuffers()
249 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected