Genetic Algorithm, Particle Swarm Optimization, Simulated Annealing, Ant Colony Optimization Algorithm,Immune Algorithm, Artificial Fish Swarm Algorithm, Differential Evolution and TSP(Traveling salesman)
☆6,696Mar 25, 2026Updated 4 months ago
Alternatives and similar repositories for scikit-opt
Users that are interested in scikit-opt are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- Evolutionary algorithm toolbox and framework with high performance for Python☆2,119Feb 5, 2026Updated 6 months ago
- A research toolkit for particle swarm optimization in Python☆1,394Aug 6, 2024Updated 2 years ago
- NSGA2, NSGA3, R-NSGA3, MOEAD, Genetic Algorithms (GA), Differential Evolution (DE), CMAES, PSO☆2,934Jul 7, 2026Updated last month
- This repository implements several swarm optimization algorithms and visualizes them. Implemented algorithms: Particle Swarm Optimization…☆581Dec 16, 2020Updated 5 years ago
- A Collection Of The State-of-the-art Metaheuristic Algorithms In Python (Metaheuristic/Optimizer/Nature-inspired/Biology)☆1,265Jul 24, 2026Updated 2 weeks ago
- Deploy on Railway without the complexity - Free Credits Offer • AdConnect your repo and Railway handles the rest with instant previews. Quickly provision container image services, databases, and storage volumes.
- Source code of PyGAD, a Python 3 library for building the genetic algorithm and training machine learning algorithms (Keras & PyTorch).☆2,219Jul 9, 2026Updated last month
- TSP算法全复现:遗传(GA)、粒子群(PSO)、模拟退火(SA)、禁忌搜索(ST)、蚁群算法(ACO)、自自组织神经网络(SOM)☆874Jul 23, 2021Updated 5 years ago
- Distributed Evolutionary Algorithms in Python☆6,429Apr 17, 2026Updated 3 months ago
- 种群算法复现(swarm-algorithm),包括乌鸦搜索(Crow Search Algorithm, CSA)、樽海鞘群算法(Salp Swarm Algorithm, SSA)、缎蓝园丁鸟优化算法(Satin Bowerbird Optimizer, SBO)、麻雀…☆377Jun 26, 2023Updated 3 years ago
- A Genetic Algorithm Framework in Python (not for production level)☆743Dec 23, 2018Updated 7 years ago
- Learn about particle swarm optimization (PSO) through Python!☆298Jan 26, 2021Updated 5 years ago
- Evolutionary multi-objective optimization platform☆2,169Jul 19, 2026Updated 3 weeks ago
- A framework for single/multi-objective optimization with metaheuristics☆609Jul 14, 2026Updated 3 weeks ago
- Particle Swarm Optimization (PSO) for Python☆350Updated this week
- Deploy to Railway using AI coding agents - Free Credits Offer • AdUse Claude Code, Codex, OpenCode, and more. Autonomous software development now has the infrastructure to match with Railway.
- pymetaheuristic: A Python Library for Metaheuristic Optimization and Collaborative Search☆403Jul 21, 2026Updated 3 weeks ago
- Sequential model-based optimization with a `scipy.optimize` interface☆2,829Feb 23, 2024Updated 2 years ago
- EvoloPy toolbox provides classical and recent nature-inspired metaheuristic for the global optimization.☆506Apr 18, 2026Updated 3 months ago
- A Python implementation of global optimization with gaussian processes.☆8,693Jul 21, 2026Updated 2 weeks ago
- An elegant PyTorch deep reinforcement learning library.☆10,920Apr 3, 2026Updated 4 months ago
- 强化学习中文教程(蘑菇书🍄),在线阅读地址:https://datawhalechina.github.io/easy-rl/☆14,535Dec 30, 2025Updated 7 months ago
- 《动手学深度学习》:面向中文读者、能运行、可讨论。中英文版被70多个国家的500多所大学用于教学。☆79,555Jul 30, 2024Updated 2 years ago
- 为GPT/GLM等LLM大语言模型提供实用化交互接口,特别优化 论文阅读/润色/写作体验,模块化设计,支持自定义快捷按钮&函数插件,支持Python和C++等项目剖析&自译解功能,PDF/LaTex论文翻译&总结功能,支持并行问询多种LLM模型,支持chatglm3等本地模型…☆71,205Jan 25, 2026Updated 6 months ago
- This is a python implementation of NSGA-II algorithm. NSGA is a popular non-domination based genetic algorithm for multi-objective optimi…☆550Oct 21, 2023Updated 2 years ago
- Deploy to Railway using AI coding agents - Free Credits Offer • AdUse Claude Code, Codex, OpenCode, and more. Autonomous software development now has the infrastructure to match with Railway.
- 粒子群优化算法☆278May 4, 2017Updated 9 years ago
- 南瓜书:《机器学习》(西瓜书)公式详解☆25,982Apr 22, 2026Updated 3 months ago
- Common used path planning algorithms with animations.☆9,324Feb 6, 2023Updated 3 years ago
- This repository displays the demos of some Intelligent Optimization Algorithms, including SA (Simulated Annealing), GA (Genetic algorithm…☆280May 4, 2017Updated 9 years ago
- 本项目将《动手学深度学习》(Dive into Deep Learning)原书中的MXNet实现改为PyTorch实现。☆19,464Oct 14, 2021Updated 4 years ago
- pytorch handbook是一本开源的书籍,目标是帮助那些希望和使用PyTorch进行深度学习开发和研究的朋友快速入门,其中包含的Pytorch教程全部通过测试保证可以成功运行☆21,674Jul 25, 2024Updated 2 years ago
- Machine Learning in Action学习笔记,一个文件夹代表一个算法,每个文件夹包含算法所需的数据集、源码和图片,图片放在pic文件夹中,数据集放在在Data文件夹内。书中的代码是python2的,有不少错误,这里代码是我用python3写的,且都能直接运行☆205Mar 15, 2019Updated 7 years ago
- 《统计学习方法》的代码实现☆19,591Aug 22, 2023Updated 2 years ago
- A Python Implementation of a Genetic Algorithm-based Solution to Vehicle Routing Problem with Time Windows☆667Jul 17, 2026Updated 3 weeks ago
- Deploy to Railway using AI coding agents - Free Credits Offer • AdUse Claude Code, Codex, OpenCode, and more. Autonomous software development now has the infrastructure to match with Railway.
- 🎨 ML Visuals contains figures and templates which you can reuse and customize to improve your scientific writing.☆17,362Feb 13, 2023Updated 3 years ago
- A python library for the following Multiobjective Optimization Algorithms or Many Objectives Optimization Algorithms: C-NSGA II; CTAEA; …☆245May 27, 2025Updated last year
- Machine learning, in numpy☆16,336Oct 29, 2023Updated 2 years ago
- Python module for Simulated Annealing optimization☆694May 3, 2024Updated 2 years ago
- Evolutionary Algorithm using Python, 莫烦Python 中文AI教学☆1,234Nov 26, 2023Updated 2 years ago
- 研究生数学建模,本科生数学建模、数学建模竞赛优秀论文,数学建模算法,LaTeX论文模板,算法思维导图,参考书籍,Matlab软件教程,PPT☆11,145Sep 20, 2025Updated 10 months ago
- 深度学习500问,以问答形式对常用的概率知识、线性代数、机器学习、深度学习、计算机视觉等热点问题进行阐述,以帮助自己及有需要的读者。 全书分为18个章节,50余万字。由于水平有限,书中不妥之处恳请广大读者批评指正。 未完待续............ 如有意合作,联系sc…☆57,530Jun 26, 2024Updated 2 years ago