搜索资源列表
ucore-lab4
- Ucore是一个很小的适于学习的操作系统,此“麻雀”包含虚存管理、进程管理、处理器调度、同步互斥、进程间通信、文件系统等主要内核功能,总的内核代码量(C+asm)不会超过5K行。充分体现了“小而全”的指导思想。 这是ucore的实验4:调度器。实验目的:熟悉ucore 的系统调度器框架,以及内置的Round-Robin 调度算法;基于调度器框架实现一个调度器算法(Stride Scheduling)。文件中包括源代码、实验指导书和实
麻雀
- 麻雀搜索算法(Sparrow Search Algorithm, SSA)是一种新型的群智能优化算法,在2020年提出,主要是受麻雀的觅食行为和反捕食行为的启发 。(Sparrow search algorithm (SSA) is a new swarm intelligence optimization algorithm, proposed in 2020, mainly inspired by Sparrow's foragi
ssa
- 麻雀搜索智能优化算法例程,新型元启发式算法,可用于函数寻优等其他算法的优化。(intelligent optimization)
麻雀搜索算法
- 麻雀搜索算法:一种受麻雀群体行为启发提出的智能优化算法(sparrow search algorithm)
麻雀搜索算法(SSA)优化bp网络
- 较新的优化算法,麻雀算法优化BP神经网络权值与阈值;(the key parameters of BP are choosed automatically by Sparrow Search Algorithm.)
CS-SVM
- 内置麻雀搜索算法优化支持向量机的程序,还有麻雀搜索算法提出的原论文(Built in sparrow search algorithm to optimize the support vector machine program, as well as sparrow search algorithm proposed in the original paper)
麻雀优化VMD算法
- 麻雀算法SSA,优化VMD,适应度函数为最小包络熵,包含MATLAB源代码