--------------------------
**New feature**:
- The `TwoStepSearch` now uses three initial guesses, the 0.25, 0.5 and 0.75 quantiles of the segment, for the first step. The the best split corresponding to the highest maximal gain from the three guesses is used in the second step. The permutation test used for model selection has also been adjusted to be consistent.
This increases estimation performance for classifier based methods, especially if used with standard binary segmentation, i.e. for `changeforest_bs` and `changeknn_bs`.