| 279 | } |
| 280 | |
| 281 | virtual void getMaxValues( double* const p ) const |
| 282 | { |
| 283 | int i; |
| 284 | |
| 285 | for( i = 0; i < Dims; i++ ) |
| 286 | { |
| 287 | p[ i ] = maxv[ i ]; |
| 288 | } |
| 289 | } |
| 290 | |
| 291 | virtual double optcost( const double* const p ) |
| 292 | { |
nothing calls this directly
no outgoing calls
no test coverage detected