Giter VIP home page Giter VIP logo

asa-gs_for_tsp's Introduction

ASA-GS

It is the implementation of paper [1]. ASA-GS is the initial of adaptive simulated annealing algorithm with greedy search. This algorithm was created to solve TSP (travelling salesman problem).

Introduction

This algorithm is based on the simulated annealing algorithm and will perform greedy search in mutation process to speed up the convergence rate.
Here is the flow diagram of the ASA-GS. This implementation is following this diagram exactly. 20200923095423

How to use it

ASAGS.java will receive two arguments: path, OPT
"path" is the path of data file
"OPT" is the appproximate optimal distance

There are two parameters in the program you might want to tune, they can change the accuracy and converge speed of the algorithm
"alpha": higher alpha, lower cool speed
"beta": higher beta, more times of greedy search

You may found some useful information from here

References

  1. Solving the traveling salesman problem based on an adaptive simulated annealing algorithm with greedy search
    Xiutang Geng, Zhihua Chen, Wei Yang, Deqian Shi, Kai Zhao.
    [link]. Applied Soft Computing, 11(4), 3680-3689.(2011)

asa-gs_for_tsp's People

Contributors

wrk226 avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Forkers

alaidi

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.