FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

k-opt · GitHub Topics · GitHub

#

k-opt

Here are 6 public repositories matching this topic...

This repo implements our paper, "Learning to Search Feasible and Infeasible Regions of Routing Problems with Flexible Neural k-Opt", which has been accepted at NeurIPS 2023.

  • Updated Jul 24, 2024
  • Jupyter Notebook

Competitive C++ solution to the Travelling Salesperson 2D problem, that includes the implementation of 6 algorithms: greedy, Clarke-Wright, Christofides, 2-opt, 3-opt, and Lin-Kernighan (k-opt). Done as part of the project assignment in the *DD22440 Advanced Algorithms* course at KTH, by Prof. Danupon Nanongkai.

  • Updated Jul 18, 2024
  • C++

Genetic algorithms and Evolutionary computing - Project on the Travelling Salesman Problem (KU Leuven course H02D1A)

  • Updated Oct 30, 2022
  • Python

This repository offers solutions to the Traveling Salesman Problem through two algorithms: Dynamic Programming for precise results and the K-opt Heuristic for fast, near-optimal routes. Whether you prioritize accuracy or speed, our codebase simplifies TSP optimization for various applications.

  • Updated Aug 18, 2023
  • Python

Trabalho realizado para a disciplina Pesquisa Operacional em 2022.1. O Objetivo foi utilizar algoritmos vistos em aula em problemas NP-completos baseando-se em algum artigo da literatura.

  • Updated Jul 25, 2022
  • Julia

Algorithmia: Backtracking, Prefix Sums problems, Multiple Knapsack problem (Dinamyc programing). Adapted BFS, Kruskal, Dijkstra implementations. Heuristics, Greedy algorithms, k-opt search.

  • Updated Dec 13, 2019
  • C++

Improve this page

Add a description, image, and links to the k-opt topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the k-opt topic, visit your repo's landing page and select "manage topics."

Learn more


Back | FazBrowse Home | New Git URL