Apply Local Clustering Method to Improve the Running Speed of Ant Colony Optimization

07/06/2009
by   Chao-Yang Pang, et al.
0

Ant Colony Optimization (ACO) has time complexity O(t*m*N*N), and its typical application is to solve Traveling Salesman Problem (TSP), where t, m, and N denotes the iteration number, number of ants, number of cities respectively. Cutting down running time is one of study focuses, and one way is to decrease parameter t and N, especially N. For this focus, the following method is presented in this paper. Firstly, design a novel clustering algorithm named Special Local Clustering algorithm (SLC), then apply it to classify all cities into compact classes, where compact class is the class that all cities in this class cluster tightly in a small region. Secondly, let ACO act on every class to get a local TSP route. Thirdly, all local TSP routes are jointed to form solution. Fourthly, the inaccuracy of solution caused by clustering is eliminated. Simulation shows that the presented method improves the running speed of ACO by 200 factors at least. And this high speed is benefit from two factors. One is that class has small size and parameter N is cut down. The route length at every iteration step is convergent when ACO acts on compact class. The other factor is that, using the convergence of route length as termination criterion of ACO and parameter t is cut down.

READ FULL TEXT

page 1

page 2

page 3

page 4

research
09/13/2017

An efficient clustering algorithm from the measure of local Gaussian distribution

In this paper, I will introduce a fast and novel clustering algorithm ba...
research
10/04/2021

Git: Clustering Based on Graph of Intensity Topology

Accuracy, Robustness to noises and scales, Interpretability, Speed, and ...
research
03/10/2022

Organisations (de-)centralised to a greater or lesser degree for allocating cities in two Multiple Travelling Salesmen Problems

Decisions in organisations may be made either by a Central Authority (CA...
research
02/04/2019

Spaces of Clusterings

We propose two algorithms to cluster a set of clusterings of a fixed dat...
research
02/05/2023

Maximal k-Edge-Connected Subgraphs in Weighted Graphs via Local Random Contraction

The maximal k-edge-connected subgraphs problem is a classical graph clus...
research
11/12/2019

Coordination Group Formation for OnLine Coordinated Routing Mechanisms

This study considers that the collective route choices of travelers en r...
research
11/15/2018

Cost of selfishness in the allocation of cities in the Multiple Travelling Salesmen Problem

The decision to centralise or decentralise human organisations requires ...

Please sign up or login with your details

Forgot password? Click here to reset