AIAug 28, 2012

Soft Computing approaches on the Bandwidth Problem

arXiv:1208.5554v1
Originality Synthesis-oriented
AI Analysis

This work addresses a specific optimization problem in computational mathematics and AI, but it appears incremental as it builds on existing soft computing techniques.

The paper tackled the Matrix Bandwidth Minimization Problem (MBMP), an NP-complete issue with applications in AI and industry, by proposing soft computing methods like genetic algorithms and ant-based systems, resulting in good performance compared to classical algorithms on tested instances.

The Matrix Bandwidth Minimization Problem (MBMP) seeks for a simultaneous reordering of the rows and the columns of a square matrix such that the nonzero entries are collected within a band of small width close to the main diagonal. The MBMP is a NP-complete problem, with applications in many scientific domains, linear systems, artificial intelligence, and real-life situations in industry, logistics, information recovery. The complex problems are hard to solve, that is why any attempt to improve their solutions is beneficent. Genetic algorithms and ant-based systems are Soft Computing methods used in this paper in order to solve some MBMP instances. Our approach is based on a learning agent-based model involving a local search procedure. The algorithm is compared with the classical Cuthill-McKee algorithm, and with a hybrid genetic algorithm, using several instances from Matrix Market collection. Computational experiments confirm a good performance of the proposed algorithms for the considered set of MBMP instances. On Soft Computing basis, we also propose a new theoretical Reinforcement Learning model for solving the MBMP problem.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes