Genetic Algorithm, Particle Swarm Optimization, Simulated Annealing, Ant Colony Optimization Algorithm,Immune Algorithm, Artificial Fish Swarm Algorithm, Differential Evolution and TSP(Traveling salesman)
☆6,390Aug 31, 2025Updated 6 months ago
Alternatives and similar repositories for scikit-opt
Users that are interested in scikit-opt are comparing it to the libraries listed below
Sorting:
- Evolutionary algorithm toolbox and framework with high performance for Python☆2,118Feb 5, 2026Updated last month
- A research toolkit for particle swarm optimization in Python☆1,387Aug 6, 2024Updated last year
- NSGA2, NSGA3, R-NSGA3, MOEAD, Genetic Algorithms (GA), Differential Evolution (DE), CMAES, PSO☆2,809Feb 22, 2026Updated last month
- This repository implements several swarm optimization algorithms and visualizes them. Implemented algorithms: Particle Swarm Optimization…☆570Dec 16, 2020Updated 5 years ago
- A Collection Of The State-of-the-art Metaheuristic Algorithms In Python (Metaheuristic/Optimizer/Nature-inspired/Biology)☆1,165Feb 28, 2026Updated 3 weeks ago
- Source code of PyGAD, a Python 3 library for building the genetic algorithm and training machine learning algorithms (Keras & PyTorch).☆2,179Jul 9, 2025Updated 8 months ago
- TSP算法全复现:遗传(GA)、粒子群(PSO)、模拟退火(SA)、禁忌搜索(ST)、蚁群算法(ACO)、自自组织神经网络(SOM)☆867Jul 23, 2021Updated 4 years ago
- Distributed Evolutionary Algorithms in Python☆6,353Nov 16, 2025Updated 4 months ago
- 种群算法复现(swarm-algorithm),包括乌鸦搜索(Crow Search Algorithm, CSA)、樽海鞘群算法(Salp Swarm Algorithm, SSA)、缎蓝园丁鸟优化算法(Satin Bowerbird Optimizer, SBO)、麻雀…☆368Jun 26, 2023Updated 2 years ago
- A Genetic Algorithm Framework in Python (not for production level)☆746Dec 23, 2018Updated 7 years ago
- Learn about particle swarm optimization (PSO) through Python!☆291Jan 26, 2021Updated 5 years ago
- Evolutionary multi-objective optimization platform☆2,062Jan 30, 2026Updated last month
- A framework for single/multi-objective optimization with metaheuristics☆592Feb 18, 2026Updated last month
- pyMetaheuristic: A Comprehensive Python Library for Optimization☆388Apr 16, 2024Updated last year
- Particle swarm optimization (PSO) that supports constraints☆340Aug 14, 2018Updated 7 years ago
- Sequential model-based optimization with a `scipy.optimize` interface☆2,817Feb 23, 2024Updated 2 years ago
- A Python implementation of global optimization with gaussian processes.☆8,572Updated this week
- EvoloPy toolbox provides classical and recent nature-inspired metaheuristic for the global optimization.☆498Apr 21, 2025Updated 11 months ago
- An elegant PyTorch deep reinforcement learning library.☆10,376Dec 1, 2025Updated 3 months ago
- 强化学习中文教程(蘑菇书🍄),在线阅读地址:https://datawhalechina.github.io/easy-rl/☆13,822Dec 30, 2025Updated 2 months ago
- 《动手学深度学习》:面向中文读者、能运行、可讨论。中英文版被70多个国家的500多所大学用于教学。☆76,304Jul 30, 2024Updated last year
- 粒子群优化算法☆275May 4, 2017Updated 8 years ago
- This is a python implementation of NSGA-II algorithm. NSGA is a popular non-domination based genetic algorithm for multi-objective optimi…☆530Oct 21, 2023Updated 2 years ago
- 为GPT/GLM等LLM大语言模型提供实用化交互接口,特别优化论文阅读/润色/写作体验,模块化设计,支持自定义快捷按钮&函数插件,支持Python和C++等项目剖析&自译解功能,PDF/LaTex论文翻译&总结功能,支持并行问询多种LLM模型,支持chatglm3等本地模型…☆70,239Jan 25, 2026Updated last month
- 南瓜书:《机器学习》(西瓜书)公式详解☆25,724Mar 1, 2026Updated 3 weeks ago
- Common used path planning algorithms with animations.☆9,184Feb 6, 2023Updated 3 years ago
- This repository displays the demos of some Intelligent Optimization Algorithms, including SA (Simulated Annealing), GA (Genetic algorithm…☆277May 4, 2017Updated 8 years ago
- 本项目将《动手学深度学习》(Dive into Deep Learning)原书中的MXNet实现改为PyTorch实现。☆19,343Oct 14, 2021Updated 4 years ago
- pytorch handbook是一本开源的书籍,目标是帮助那些希望和使用PyTorch进行深度学习开发和研究的朋友快速入门,其中包含的Pytorch教程全部通过测试保证可以成功运行☆21,587Jul 25, 2024Updated last year
- 《统计学习方法》的代码实现☆19,553Aug 22, 2023Updated 2 years ago
- Machine Learning in Action学习笔记,一个文件夹代表一个算法,每个文件夹包含算法所需的数据集、源码和图片,图片放在pic文件夹中,数据集放在在Data文件夹内。书中的代码是python2的,有不少错误,这里代码是我用python3写的,且都能直接运行☆207Mar 15, 2019Updated 7 years ago
- A Python Implementation of a Genetic Algorithm-based Solution to Vehicle Routing Problem with Time Windows☆648Jan 29, 2026Updated last month
- 🎨 ML Visuals contains figures and templates which you can reuse and customize to improve your scientific writing.☆16,997Feb 13, 2023Updated 3 years ago
- Machine learning, in numpy☆16,299Oct 29, 2023Updated 2 years ago
- Python module for Simulated Annealing optimization☆687May 3, 2024Updated last year
- 研究生数学建模,本科生数学建模、数学建模竞赛优秀论文,数学建模算法,LaTeX论文模板,算法思维导图,参考书籍,Matlab软件教程,PPT☆9,943Sep 20, 2025Updated 6 months ago
- Evolutionary Algorithm using Python, 莫烦Python 中文AI教学☆1,232Nov 26, 2023Updated 2 years ago
- 深度学习500问,以问答形式对常用的概率知识、线性代数、机器学习、深度学习、计算机视觉等热点问题进行阐述,以帮助自己及有需要的读者。 全书分为18个章节,50余万字。由于水平有限,书中不妥之处恳请广大读者批评指正。 未完待续............ 如有意合作,联系sc…☆57,231Jun 26, 2024Updated last year
- AiLearning:数据分析+机器学习实战+线性代数+PyTorch+NLTK+TF2☆42,128Nov 12, 2024Updated last year