| 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 | { |
nothing calls this directly
no outgoing calls
no test coverage detected