| 305 | } |
| 306 | |
| 307 | inline bool doesUpdateModel(int ROUND) { |
| 308 | // return ROUND <= 20 || ROUND % 100 == 0; |
| 309 | return ROUND <= 10; |
| 310 | } |
| 311 | |
| 312 | //Including initialize, algorithm and results saving |
| 313 | template<class ReadType, class HitType, class ModelType> |