repsmin
Repsmin, short for Representative Minimization, is a term used in optimization and machine learning to denote a class of methods that seek to minimize an objective by solving a reduced problem built from a set of representative samples or scenarios. The central idea is to replace the full problem with a smaller surrogate that preserves essential structure, enabling faster iterations with controlled approximation error. In practice, the representative set is updated during optimization and may be selected through random sampling, clustering, importance reweighting, or active selection.
Most implementations formulate a weighted loss over the representative set and incorporate a divergence-based constraint to
Theoretical properties depend on the specifics, but common results assume smoothness and bounded gradients; under those
Applications include large-scale empirical risk minimization, stochastic optimization in engineering, and reinforcement learning when simulating all
Relation to related methods: conceptually linked to stochastic gradient methods with mini-batches, importance sampling, and subset