scispace - formally typeset
Open AccessJournal ArticleDOI

Generalization of machine learning for problem reduction: a case study on travelling salesman problems

Reads0
Chats0
TLDR
This paper examines the generalization capability of a machine learning model for problem reduction on the classic travelling salesman problems (TSP) and demonstrates that this method can greedily remove decision variables from an optimization problem that are predicted not to be part of an optimal solution.
Abstract
Combinatorial optimization plays an important role in real-world problem solving. In the big data era, the dimensionality of a combinatorial optimization problem is usually very large, which poses a significant challenge to existing solution methods. In this paper, we examine the generalization capability of a machine learning model for problem reduction on the classic travelling salesman problems (TSP). We demonstrate that our method can greedily remove decision variables from an optimization problem that are predicted not to be part of an optimal solution. More specifically, we investigate our model’s capability to generalize on test instances that have not been seen during the training phase. We consider three scenarios where training and test instances are different in terms of: (1) problem characteristics; (2) problem sizes; and (3) problem types. Our experiments show that this machine learning-based technique can generalize reasonably well over a wide range of TSP test instances with different characteristics or sizes. Since the accuracy of predicting unused variables naturally deteriorates as a test instance is further away from the training set, we observe that, even when tested on a different TSP problem variant, the machine learning model still makes useful predictions about which variables can be eliminated without significantly impacting solution quality.

read more

Citations
More filters
Posted Content

Deep Policy Dynamic Programming for Vehicle Routing Problems

TL;DR: Deep Policy Dynamic Programming (DPDP) as mentioned in this paper prioritizes and restricts the DP state space using a policy derived from a deep neural network, which is trained to predict edges from example solutions.
Journal ArticleDOI

A review of population-based metaheuristics for large-scale black-box global optimization: Part A

TL;DR: The second part of a two-part survey series on large-scale global optimization is presented in this paper, focusing on sampling and variation operators, approximation and surrogate modeling, initialization methods, and parallelization.
Book ChapterDOI

Deep Policy Dynamic Programming for Vehicle Routing Problems

TL;DR: Deep Policy Dynamic Programming (DPDP) as discussed by the authors combines the strengths of learned neural heuristics with those of traditional dynamic programming algorithms, and prioritizes and restricts the DP state space using a policy derived from a deep neural network, which is trained to predict edges from example solutions.
Journal ArticleDOI

A Review of Population-Based Metaheuristics for Large-Scale Black-Box Global Optimization—Part II

TL;DR: The second part of a two-part survey series on large-scale global optimization is presented in this paper , where the authors focus on sampling and variation operators, approximation and surrogate modeling, initialization methods, and parallelization.
Journal ArticleDOI

An Overview and Experimental Study of Learning-Based Optimization Algorithms for the Vehicle Routing Problem

TL;DR: In this article , the authors present a review of learning-based optimization algorithms for the vehicle routing problem (VRP) and provide a statistical analysis of the reviewed articles from various aspects and design three experiments to evaluate the performance of four representative LBO algorithms.
References
More filters
Journal ArticleDOI

LIBSVM: A library for support vector machines

TL;DR: Issues such as solving SVM optimization problems theoretical convergence multiclass classification probability estimates and parameter selection are discussed in detail.
Journal ArticleDOI

Support-Vector Networks

TL;DR: High generalization ability of support-vector networks utilizing polynomial input transformations is demonstrated and the performance of the support- vector network is compared to various classical learning algorithms that all took part in a benchmark study of Optical Character Recognition.
Proceedings ArticleDOI

A training algorithm for optimal margin classifiers

TL;DR: A training algorithm that maximizes the margin between the training patterns and the decision boundary is presented, applicable to a wide variety of the classification functions, including Perceptrons, polynomials, and Radial Basis Functions.
Journal Article

LIBLINEAR: A Library for Large Linear Classification

TL;DR: LIBLINEAR is an open source library for large-scale linear classification that supports logistic regression and linear support vector machines and provides easy-to-use command-line tools and library calls for users and developers.
Journal ArticleDOI

An Effective Heuristic Algorithm for the Traveling-Salesman Problem

TL;DR: This paper discusses a highly effective heuristic procedure for generating optimum and near-optimum solutions for the symmetric traveling-salesman problem based on a general approach to heuristics that is believed to have wide applicability in combinatorial optimization problems.
Related Papers (5)