| 157 | } |
| 158 | |
| 159 | void AlgorithmRunner::cacheStartRound(size_t _roundNumber) |
| 160 | { |
| 161 | for (auto& cache: m_programCaches) |
| 162 | if (cache != nullptr) |
| 163 | cache->startRound(_roundNumber); |
| 164 | } |
| 165 | |
| 166 | void AlgorithmRunner::randomiseDuplicates() |
| 167 | { |
nothing calls this directly
no test coverage detected