Giter Site home page Giter Site logo

antonios-kagias / computational_optimization Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 44 KB

Optimization algorithms and heuristics

Python 100.00%
computational-optimization lin-kernighan-heuristic lkh scaling-methods sparse-matrix travelling-salesman-problem tsp-problem tsp-solver vrpy

computational_optimization's Introduction

Computational Optimization

The projects in this repository were created while working on the course Computational Optimization for my postgraduate studies. They include the following:

  1. Compressed Sparse Row (CSR) format: implementation of the Compressed Sparse Row format in Python, a type of sparse matrix representation.

  2. Compressed Sparse Column (CSC) format: implementation of the Compressed Sparse Column format in Python, a type of sparse matrix representation.

  3. Equilibration Scaling Technique: implementation of the Equilibration scaling technique which is a method of scaling where the maximum absolute value in each row and column of a matrix is multiplied by a factor until it equals one. This method can help the matrix's conditioning and lessen the impact of large or small entries.

  4. TSP and related problems parser: a parser for Traveling Salesman Problem (TSP) type of problems. This also includes, apart from TSP files, Hamiltonian Cycle Problem (HCP), Asymmetric Traveling Salesman Problem (ATSP), Sequential Ordering Problem (SOP) and Capacitated Vehicle Routing Problem (CVRP) files. The parser was created in collaboration with a group of people credited within the Python file.

  5. TSP problems solver with LKH Python package: solver for Traveling Salesman Problem (TSP) files with the Lin-Kernighan-Helsgaun heuristic using the LKH Python package. The output data (solution in the form of a tour) are exported to a file with the extension .tour (same format as in the TSPLIB library) and plotted using the Python NetworkX package.

  6. VRP problems solver with VRPy Python framework: solver for Capacitated Vehicle Routing Problem (CVRP) files with the VRPy Python framework.

computational_optimization's People

Contributors

antonios-kagias avatar

Watchers

 avatar

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.