Sliding window n fixed frames
The sliding window implementation in TreeManagerSlidingWindow
could be more generic. Instead of a boolean parameter fix_first_frame
allowing to fix only the first frame, we could move to an int parameter n_fix_first_frames
allowing to fix some of the first frames.