# Diversification Methods for Zero-One Optimization

**Authors:** Fred Glover

arXiv: 1701.08709 · 2017-03-24

## TL;DR

This paper presents new diversification techniques for zero-one optimization problems, enhancing metaheuristic search strategies with flexible partitioning, augmentation, shifting, and permutation methods, applicable to various combinatorial and machine learning tasks.

## Contribution

The paper introduces novel diversification methods that extend existing strategies, including partitioning, augmentation, shifting, and permutation techniques, applicable to binary and non-binary optimization problems.

## Key findings

- Methods significantly improve solution diversity in zero-one optimization.
- Numerical illustrations demonstrate effectiveness and flexibility of the proposed techniques.
- Applicable to scheduling, routing, clustering, and machine learning tasks.

## Abstract

We introduce new diversification methods for zero-one optimization that significantly extend strategies previously introduced in the setting of metaheuristic search. Our methods incorporate easily implemented strategies for partitioning assignments of values to variables, accompanied by processes called augmentation and shifting which create greater flexibility and generality. We then show how the resulting collection of diversified solutions can be further diversified by means of permutation mappings, which equally can be used to generate diversified collections of permutations for applications such as scheduling and routing. These methods can be applied to non-binary vectors by the use of binarization procedures and by Diversification-Based Learning (DBL) procedures which also provide connections to applications in clustering and machine learning. Detailed pseudocode and numerical illustrations are provided to show the operation of our methods and the collections of solutions they create.

---
Source: https://tomesphere.com/paper/1701.08709