Skip to content
#

simulated-annealing

Here are 675 public repositories matching this topic...

This project was presented for the Artificial Intelligence course for the academic year 2022/2023. It explores various methods to solve the N-Queens problem, including Random Search, Backtracking, Hill-Climbing, Simulated Annealing, and Genetic Algorithms. Each method is evaluated for its efficiency and effectiveness in finding solutions.

  • Updated May 28, 2024
  • Jupyter Notebook
Chips-n-Salsa
incubator-kie-optaplanner

AI constraint solver in Java to optimize the vehicle routing problem, employee rostering, task assignment, maintenance scheduling, conference scheduling and other planning problems.

  • Updated May 29, 2024
  • Java

This project applies Simulated Annealing to solve the Traveling Salesman Problem using Peru's departments as nodes. Through iterative refinement, it finds the shortest route visiting each department once. Visual feedback enhances understanding and debugging, resulting in an optimal solution displayed with total distance.

  • Updated May 24, 2024
  • Python
Gradient-Free-Optimizers

Implementation of metaheuristic optimization methods in Python for scientific, industrial, and educational scenarios. Experiments can be executed in parallel or in a distributed fashion. Experimental results can be evaluated in various ways, including diagrams, tables, and export to Excel.

  • Updated May 17, 2024
  • Python

Improve this page

Add a description, image, and links to the simulated-annealing 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 simulated-annealing topic, visit your repo's landing page and select "manage topics."

Learn more