| 592 | */ |
| 593 | |
| 594 | void init( const double aThreshold, const int aIterCount, |
| 595 | const int aInnerIterCount, const bool aDoPrint ) |
| 596 | { |
| 597 | CostThreshold = aThreshold; |
| 598 | IterCount = aIterCount; |
| 599 | InnerIterCount = aInnerIterCount; |
| 600 | DoPrint = aDoPrint; |
| 601 | FnCount = 0; |
| 602 | } |
| 603 | |
| 604 | /** |
| 605 | * Function adds a function corpus to the tester. |