Topic: "heuristic-optimization"
HaaLeo/swarmlib
This repository implements several swarm optimization algorithms and visualizes them. Implemented algorithms: Particle Swarm Optimization (PSO), Firefly Algorithm (FA), Cuckoo Search (CS), Ant Colony Optimization (ACO), Artificial Bee Colony (ABC), Grey Wolf Optimizer (GWO) and Whale Optimization Algorithm (WOA)
Language: Python - Size: 192 MB - Last synced at: about 1 month ago - Pushed at: over 4 years ago - Stars: 528 - Forks: 110

tomitomi3/LibOptimization
LibOptimization is numerical optimization algorithm library for .NET Framework. / .NET用の数値計算、最適化ライブラリ
Language: Visual Basic .NET - Size: 4.97 MB - Last synced at: 5 days ago - Pushed at: 3 months ago - Stars: 60 - Forks: 19

sharma-n/global_optimization
Heuristic global optimization algorithms in Python
Language: Jupyter Notebook - Size: 22.5 MB - Last synced at: 10 months ago - Pushed at: about 4 years ago - Stars: 50 - Forks: 13

squillero/microgp4 📦
A multi-purpose extensible self-adaptive evolutionary tool
Language: Python - Size: 11.2 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 27 - Forks: 4

thomasWeise/moptipy
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.
Language: Python - Size: 8.55 MB - Last synced at: 7 days ago - Pushed at: 7 days ago - Stars: 24 - Forks: 2

omega-coder/flowshop_scheduling_problem
This is an implemention for some algorithms to solve a Permutation Flowshop Scheduling Problem (PFSP).
Language: Python - Size: 1.09 MB - Last synced at: about 2 years ago - Pushed at: almost 6 years ago - Stars: 20 - Forks: 3

aritrasep/FPBH.jl
FPBH: A Feasibility Pump based Heuristic for Multi-objective Mixed Integer Linear Programming
Language: Julia - Size: 628 KB - Last synced at: about 2 years ago - Pushed at: over 7 years ago - Stars: 11 - Forks: 2

BrenoCPimenta/Ant-Colony-Optimization
Ant Colony Optimization (ACO) for Job Shop Scheduling Problem
Language: Python - Size: 1.19 MB - Last synced at: about 2 years ago - Pushed at: about 4 years ago - Stars: 10 - Forks: 3

TodorBalabanov/Rubiks-Cube-Genetic-Algorithms-Solver
MPI parallel implementation of genetic algorithm based Rubik's cube solver.
Language: C++ - Size: 48.8 KB - Last synced at: almost 2 years ago - Pushed at: over 6 years ago - Stars: 10 - Forks: 0

fraineralex/ChessAI
🤖 Chess AI using the minimax algorithm with alpha-beta pruning.
Language: Python - Size: 2.07 MB - Last synced at: 4 days ago - Pushed at: over 2 years ago - Stars: 9 - Forks: 1

deepkapha/torchswarm
Heuristic Optimization using Pytorch
Language: Python - Size: 3.91 KB - Last synced at: about 2 years ago - Pushed at: about 7 years ago - Stars: 6 - Forks: 2

LaurenceLungo/TSP-Solver
A Travelling Salesman Problem (TSP) solver using a hybrid of strategies
Language: Python - Size: 621 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 5 - Forks: 1

frallebini/particle-swarm-optimization
An implementation of particle swarm optimization and its application to the computer vision task of object detection via template matching
Language: Python - Size: 53.8 MB - Last synced at: about 1 year ago - Pushed at: about 4 years ago - Stars: 5 - Forks: 0

TodorBalabanov/Genetic-Algorithm-for-Machinery-Usage-Scheduling
Genetic Algorithm for Machinery Usage Scheduling
Language: Java - Size: 6.69 MB - Last synced at: almost 2 years ago - Pushed at: over 7 years ago - Stars: 5 - Forks: 6

uab-projects/crossword 📦
Project to learn and understand backtracking algorithms with the goal to solve a crossword puzzle
Language: Python - Size: 1.37 MB - Last synced at: almost 2 years ago - Pushed at: over 8 years ago - Stars: 5 - Forks: 3

wol4aravio/OSOL.Extremum
Open-Source Optimization Library - Extremum
Language: Python - Size: 3.63 MB - Last synced at: over 1 year ago - Pushed at: almost 3 years ago - Stars: 4 - Forks: 0

donRumata03/PowerfulGA
Powerful genetic alogrithm library for C++
Language: C++ - Size: 25.1 MB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 4 - Forks: 2

Jacopx/OMA_ExamTimeTable
Repository for OMA assignment 2017-2018 for the master degree course in Software Engineer of Polytechnic of Turin.
Language: C - Size: 7.31 MB - Last synced at: about 2 years ago - Pushed at: over 7 years ago - Stars: 4 - Forks: 0

LMesaric/Aerial-Resource-Scheduler
MSc Thesis at FER led by Lea Skorin-Kapov, PhD and Nina Skorin-Kapov, PhD
Language: C++ - Size: 513 MB - Last synced at: over 1 year ago - Pushed at: almost 2 years ago - Stars: 3 - Forks: 0

Optimization-Algorithms/ks.py
A Python Kernel Search implementation
Language: Python - Size: 146 KB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 3 - Forks: 2

RJPenic/CVRPTW
Capacitated Vehicle Routing Problem with Time Windows
Language: Python - Size: 576 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 3 - Forks: 0

Haydart/NQueensProblem
Project focuses on optimised implementation of Backtracking and Forward Checking algorithms in order to find all solutions of the N Queens problem
Language: Java - Size: 32.2 KB - Last synced at: almost 2 years ago - Pushed at: about 8 years ago - Stars: 3 - Forks: 0

NMOF/NMOF
Functions, examples and data from the book "Numerical Methods and Optimization in Finance" by M. Gilli, D. Maringer and E. Schumann (2011), ISBN 978-0123756626.
Language: R - Size: 3.91 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 2 - Forks: 1

nl253/PSO
Particle Swarm Optimization
Language: JavaScript - Size: 40 KB - Last synced at: 22 days ago - Pushed at: 5 months ago - Stars: 2 - Forks: 0

MohammadAsadolahi/TSP-problem-solved-using-Evolutionary-Strategy-Heuristic-in-python
solving tsp problem with genetic algorithm in c++
Language: C++ - Size: 43 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 0

ali-ece/A-Modified-Inclined-Planes-system-Optimization-MIPO-Algorithm
With the aim of create a powerful trade-off between the concepts of exploitation and exploration, and rectify the complexity of their structural parameters in the standard IPO, a modified version of IPO (called MIPO) is introduced as an efficient optimization algorithm for digital infinite-impulse-response (IIR) filters model identification. The MIPO utilizes an appropriate mechanism based on the executive steps of algorithm with the constant damp factors.
Language: MATLAB - Size: 6.84 KB - Last synced at: about 2 years ago - Pushed at: about 4 years ago - Stars: 2 - Forks: 1

Jumpst3r/ErlPSO
A Distributed particle swarm optimization (PSO) implementation in erlang
Language: Erlang - Size: 66.4 KB - Last synced at: over 1 year ago - Pushed at: over 6 years ago - Stars: 2 - Forks: 0

lanahra/SALBP2
Simulated Annealing algorithm for SALBP-2 problem.
Language: C++ - Size: 15.6 KB - Last synced at: about 2 years ago - Pushed at: almost 7 years ago - Stars: 2 - Forks: 1

sbasrik/Google-Hash-Code-2018
Online Qualification Round of Google Hash Code 2018
Language: C++ - Size: 255 KB - Last synced at: about 2 years ago - Pushed at: about 7 years ago - Stars: 2 - Forks: 0

stefaniamak/nonogram
Solve and design nonogram puzzles with real-time interaction and smart logic!
Language: Dart - Size: 1.73 MB - Last synced at: 7 days ago - Pushed at: 8 days ago - Stars: 1 - Forks: 0

RaheelJ/ModALSim
Design, implementation and simulation of multiple algorithms
Language: MATLAB - Size: 109 MB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

IgnacioVellido/Heuristics-GNNs
Graph Neural Networks to learn node heuristic values
Language: Python - Size: 50.9 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

jku-win-dke/SlotMachine-Optimizer
The Heuristic Optimizer of the SlotMachine system
Language: Java - Size: 4 MB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

Tzesh/mTSP
Multiple Traveling Salesman Problem. Computer Engineering and Industrial Engineering multidisciplinary project.
Language: Java - Size: 137 KB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 1 - Forks: 0

ash04-creater/Sliding-Puzzle-Solver
N-Puzzle Problem Solver
Language: C++ - Size: 14.6 KB - Last synced at: almost 2 years ago - Pushed at: almost 4 years ago - Stars: 1 - Forks: 1

VCL3D/nevergrad Fork of alexd314/nevergrad
Nevergrad Optimizer Benchmarking for 3D Performance Capture
Size: 282 MB - Last synced at: about 2 years ago - Pushed at: about 4 years ago - Stars: 1 - Forks: 0

Jeffresh/The-Travelling-Salesman-Problem
An application in c++ to solve the Travelling Salesman Problem using the Ant Colony System
Language: C++ - Size: 621 KB - Last synced at: about 2 years ago - Pushed at: about 5 years ago - Stars: 1 - Forks: 0

adityarverma/Trifit-2-player-game-using-AI
Trifit (Try-Fit) is a Turn based Android game between user and computer on a grid board using Artificial Intelligence.
Size: 26.2 MB - Last synced at: 4 months ago - Pushed at: over 5 years ago - Stars: 1 - Forks: 0

alpteko/HeuristicOptimization
Projects of Course
Language: Jupyter Notebook - Size: 4.13 MB - Last synced at: about 2 years ago - Pushed at: almost 7 years ago - Stars: 1 - Forks: 0

TodorBalabanov/genetic-algorithms-for-puzzle-15
Automatically exported from code.google.com/p/genetic-algorithms-for-puzzle-15
Language: Java - Size: 70.3 KB - Last synced at: almost 2 years ago - Pushed at: almost 8 years ago - Stars: 1 - Forks: 3

arnomoonens/closest-string-problem 📦
Solving the closest string problem using swarm intelligence
Language: C++ - Size: 55.7 KB - Last synced at: almost 2 years ago - Pushed at: almost 8 years ago - Stars: 1 - Forks: 0

NielsBongers/coupled-simulated-annealing-rust
Implementation of the paper "Coupled Simulated Annealing" by Xavier-de-Souza et al. (2010) in Rust.
Language: Rust - Size: 317 KB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

srosalino/Heuristic_Optimization_Business_Problem
Using Genetic Algorithms to find optimal solutions for a company's business needs, considering operational restrictions and budget limitations
Language: Jupyter Notebook - Size: 1.06 MB - Last synced at: 3 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

srosalino/Heuristic_Optimization_Investigations
Series of 2 investigation works, regarding the subject of Heuristic Optimization
Language: Jupyter Notebook - Size: 1.54 MB - Last synced at: 3 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

Hareessh-P/AI-Chess-Engine
This project features an advanced chess engine leveraging algorithms such as minimax with alpha-beta pruning, transposition tables, and heuristic-based move ordering. It aims to surpass human-level performance in strategic decision-making and tactical analysis. Leveraging Java's multithreading capabilities ensures efficient execution on hardware's.
Language: Java - Size: 843 KB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

jElhamm/N-Queens-Puzzle
"The classic 'N-Queens problem' is tackled using a variety of advanced techniques such as nested loops, heuristics, backtracking, genetic algorithms, and local search algorithms."
Language: C++ - Size: 13.6 MB - Last synced at: about 1 month ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

KumarAditya98/Neural-Network-Backpropagation-Optimization
A project on understanding the performance of various different backpropagation optimization techniques in neural networks.
Language: Python - Size: 62.5 MB - Last synced at: over 1 year ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 1

GiovanniBaccichet/biogasOR
Biogas plants fulfillment optimization through operations research techniques ⛽️
Language: Jupyter Notebook - Size: 730 KB - Last synced at: about 2 months ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 1

Qutadah/bubble-breaker-with-genetic-algorithm-low-level-heuristics
A bubble-breaker Javascript, coupled with a genetic algorithm to solve it. Heuristic search functions to be added later to search grids of bubbles and compare fitness.
Language: JavaScript - Size: 191 KB - Last synced at: almost 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

J0MS/ml_core
A.I. Algorithms for information gathering & processing system. From research to downstream applications.
Language: TSQL - Size: 6.93 MB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

akrm3008/essential-search
Use this to determine the optimal route to go on a search for shortage struck essential commodities (gasoline, water, toilet paper etc.) using information from social media
Language: Python - Size: 34.2 KB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

Jared-Hood/Hiking-Pathfinder
In this project I developed a path finding algorithm that runs on real elevation data and finds the most efficient path from a starting point to the peak of the mountain.
Language: Python - Size: 73.9 MB - Last synced at: about 1 year ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

lukasz-fiszer/Google-Hash-Code-2019
Google Hash Code 2019
Language: Python - Size: 13 MB - Last synced at: about 2 years ago - Pushed at: about 6 years ago - Stars: 0 - Forks: 0

ukoloff/tsp
Traveling Salesman Problem playground
Size: 1000 Bytes - Last synced at: about 2 months ago - Pushed at: about 6 years ago - Stars: 0 - Forks: 0

Pk13055/extreme-tic-tac-toe
Extreme Tic Tac toe (AI) implemented using Python
Language: Python - Size: 269 KB - Last synced at: about 2 years ago - Pushed at: about 7 years ago - Stars: 0 - Forks: 0

arnomoonens/set-covering-problem 📦
Solving the set covering problem in C using heuristic optimization
Language: C - Size: 499 KB - Last synced at: almost 2 years ago - Pushed at: almost 9 years ago - Stars: 0 - Forks: 0
