Skip to content
#

heuristic-algorithms

Here are 28 public repositories matching this topic...

Genetic Algorithm, Particle Swarm Optimization, Simulated Annealing, Ant Colony Optimization Algorithm,Immune Algorithm, Artificial Fish Swarm Algorithm, Differential Evolution and TSP(Traveling salesman)

  • Updated Mar 25, 2026
  • Python

A Python implementation of a branch-and-bound approach (plus a simple greedy heuristic) to solve a variation of the multiple knapsack problem where items have both individual and pairwise benefits.

  • Updated Mar 15, 2025
  • Python

This repository contains the implementation of an enhanced NSGA-II algorithm for solving the Flexible Job Shop Scheduling Problem (FJSP), focusing on multi-objective optimization. Developed as part of the Bio-Inspired Artificial Intelligence course project at the University of Trento.

  • Updated Jul 13, 2025
  • Python

A gravity-aware 3D spatial packing system that places multiple cuboid items inside a fixed container using deterministic heuristics. It sorts items, checks collisions, enforces support under gravity, computes valid (x,y,z) positions, validates constraints, and visualizes final stacking for correctness in a clear, stepwise pipeline.

  • Updated Dec 23, 2025
  • Python

A paradigm-shifting stochastic optimization algorithm that mimics physical earthquakes. Instead of bouncing particles randomly, Seismic Descent cyclically disrupts the geometry of the target landscape with spatially correlated Gaussian Random Fields (via RFF) to gracefully unstick particles from local minima.

  • Updated Apr 18, 2026
  • Python

Проект по автоматическому составлению школьного расписания с учётом СанПиН, нагрузки в баллах и реальной занятости кабинетов и учителей. Система сама подбирает такое распределение уроков, при котором дети не перегружены, а тяжелые предметы стоят в оптимальное время недели.

  • Updated Nov 19, 2025
  • Python

Research repository for cost-effective deployment and optimisation of next-generation (B5G/6G) reconfigurable RAN and optical X-haul networks. Features greedy, genetic algorithm, local search, and exact CPLEX models for network planning with complete datasets and analysis tools.

  • Updated Mar 23, 2026
  • Python

Improve this page

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

Learn more