dxw2314's Stars
CyC2018/CS-Notes
:books: 技术面试必备基础知识、Leetcode、计算机操作系统、计算机网络、系统设计
alibaba/druid
阿里云计算平台DataWorks(https://help.aliyun.com/document_detail/137663.html) 团队出品,为监控而生的数据库连接池
lenve/vhr
微人事是一个前后端分离的人力资源管理系统,项目采用SpringBoot+Vue开发。
judasn/IntelliJ-IDEA-Tutorial
IntelliJ IDEA 简体中文专题教程
yudaocode/SpringBoot-Labs
一个涵盖六个专栏:Spring Boot 2.X、Spring Cloud、Spring Cloud Alibaba、Dubbo、分布式消息队列、分布式事务的仓库。希望胖友小手一抖,右上角来个 Star,感恩 1024
blue-yonder/tsfresh
Automatic extraction of relevant features from time series:
2dust/clashN
A clash client for Windows, support Mihomo
saysky/ForestBlog
一个简单漂亮的SSM(Spring+SpringMVC+Mybatis)博客系统
anyoptimization/pymoo
NSGA2, NSGA3, R-NSGA3, MOEAD, Genetic Algorithms (GA), Differential Evolution (DE), CMAES, PSO
FuZhucheng/SSM
J2EE项目系列(四)–SSM框架构建积分系统和基本商品检索系统(Spring+SpringMVC+MyBatis+Lucene+Redis+MAVEN)
jindongwang/activityrecognition
Resources about activity recognition-行为识别资料
dmbee/seglearn
Python module for machine learning time series:
dyfcalid/STM32-car-MPU6050-Bluetooth-Ultrasonic
以STM32F103为主控芯片,载有MPU6050的六轴加速度传感器、HC-05蓝牙模块、HC-SR04超声波模块、LCD触摸屏、直流电机、舵机等模块的多功能智能小车
ShiSanChuan/GeneticAlgorithm
这是用C++写的遗传算法,参考《智能算法 30案例分析 第2版》一书,包含TSP、LQR控制器、结合量子算法、多目标优化、粒子群等,由于原作为matlab程序,综合自己思路通过C++写出来,算是练习和开个大坑
Grootzz/GA-BP
基于遗传算法的BP网络设计,应用背景为交通流量的预测
SajadAHMAD1/Chaotic-GSA-for-Engineering-Design-Problems
All nature-inspired algorithms involve two processes namely exploration and exploitation. For getting optimal performance, there should be a proper balance between these processes. Further, the majority of the optimization algorithms suffer from local minima entrapment problem and slow convergence speed. To alleviate these problems, researchers are now using chaotic maps. The Chaotic Gravitational Search Algorithm (CGSA) is a physics-based heuristic algorithm inspired by Newton's gravity principle and laws of motion. It uses 10 chaotic maps for global search and fast convergence speed. Basically, in GSA gravitational constant (G) is utilized for adaptive learning of the agents. For increasing the learning speed of the agents, chaotic maps are added to gravitational constant. The practical applicability of CGSA has been accessed through by applying it to nine Mechanical and Civil engineering design problems which include Welded Beam Design (WBD), Compression Spring Design (CSD), Pressure Vessel Design (PVD), Speed Reducer Design (SRD), Gear Train Design (GTD), Three Bar Truss (TBT), Stepped Cantilever Beam design (SCBD), Multiple Disc Clutch Brake Design (MDCBD), and Hydrodynamic Thrust Bearing Design (HTBD). The CGSA has been compared with seven state of the art stochastic algorithms particularly Constriction Coefficient based Particle Swarm Optimization and Gravitational Search Algorithm (CPSOGSA), Standard Gravitational Search Algorithm (GSA), Classical Particle Swarm Optimization (PSO), Biogeography Based Optimization (BBO), Continuous Genetic Algorithm (GA), Differential Evolution (DE), and Ant Colony Optimization (ACO). The experimental results indicate that CGSA shows efficient performance as compared to other seven participating algorithms.
Ki-Seki/MOPSO-for-Distribution
一个疫情背景下应急物资配送算法:用改进后的多目标粒子群优化(MOPSO)算法解决带有风险矩阵的多辆车配送旅行商问题(TSP)
jullyjelly/Intelligent_Algorithm
Optimization problem solving: genetic algorithm, ant colony algorithm, tabu search algorithm, simulated annealing algorithm, particle swarm optimization
leijmin/StepDemo
利用加速度传感器实现的,实时计步小demo!
xyjigsaw/Dataset
Dataset for all
drenaw/pso-ga-hybrid
A hybrid of Particle Swarm Optimisation and Genetic Algorithm applied to Flow Shop Scheduling
longbiscuit/CEC2017-8-
CEC2017测试集测试了模拟退火(SA)算法、状态转移(STA)算法、实数编码遗传(RCGA)算法、差分进化(DE)算法、免疫(IA)算法、粒子群(PSO)算法、蚁群(ACO)算法和多种自适应策略粒子群(MAPSO)算法
stavrosk7/Genetic_Algorithm_for_Scheduling
Genetic Algorithm for Solving Software Project Scheduling Problems
JingweiToo/Whale-Optimization-Algorithm-for-Feature-Selection
Application of Whale Optimization Algorithm (WOA) in the feature selection tasks.
wenwu2han/Hybrid-flow-shop-scheduling
Multi-objective evolutionary algorithms integrated with different heuristic decoding methods for hybrid flow shop scheduling problem with worker constraint
anyangxaut/ThesisExperiment
硕士毕业论文实验:基于多传感器的行为识别(主要研究特征优选) + 室内定位(加速度传感器,陀螺仪传感器,磁力计)
Shawn9927/Hybrid-Particle-Swarm-Optimization-Algorithm
一种混合VNS(变邻域搜索算法)的PSO(粒子群优化算法)用以解决拦截对抗中的任务分配问题,新的算法能够有效地避免粒子群陷入局部收敛
Ki-Seki/Genetic-Particle-Swarm-Optimization
陈克明《动态多智能算法及其在物流配送系统中的应用研究》中的遗传-粒子群算法复现
hzgz17/HGGVNS
Hybrid genetic general variable neighborhood search
wongself/Optimization
Single machine scheduling and flow shop