Numerous combinatorial optimization problems (knapsack, maximum-weight matching, etc.) can be expressed as subset maximization problems: One is given a ground set N = {1,., n}, a collection F subset of 2(N) of subsets thereof such that empty set is an element of F, and an objective (profit) function p : F -> R+. The task is to choose a set S is an element of F that maximizes p(S). We consider the multistage version (Eisenstat et al., Gupta et al., both ICALP 2014) of such problems: The profit function p(t) (and possibly the set of feasible solutions F-t) may change over time. Since in many applications changing the solution is costly, the task becomes to find a sequence of solutions that optimizes the trade-off between good per-time solutio...