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

Method initBuffers

nmsopt.h:331–342  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

329 EState State; ///< Current optimization state.
330
331 virtual void initBuffers( const int aParamCount, const int aPopSize,
332 const int aCnsCount = 0, const int aObjCount = 1 )
333 {
334 CBiteOptBase :: initBuffers( aParamCount, aPopSize, aCnsCount,
335 aObjCount );
336
337 x = PopParams;
338 y = new double[ M ];
339 x0 = CentParams;
340 x1 = TmpParams;
341 x2 = new double[ N ];
342 }
343
344 virtual void deleteBuffers()
345 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected