搜索资源列表
FastICA_25
- 著名的FastICA 算法,最新版本,修改了以前的Bug.-famous Fast algorithm, the latest version, which amended the previous Bug.
KMEANS_FixedBug
- 经典的K均值分类算法源码,修正了原作者没有处理当类中样本为0的情况下的bug-classic K-mean classification algorithm source code, that the original author did not address when the category 0 samples of the bug
TopologicalSort
- 数据结构的拓扑排序算法,很形象,用c语言编成,非常的不错,值得推荐,基本无bug-data structures topological sorting algorithm, the image was used c language composition, very good, worthy of recommendation, the basic bug -
JOSPHS
- 采用带头结点的约瑟夫算法,存储结构采用单链表结构,无bug-using lead node Joseph algorithm, a single storage structure Chain structure, no bug
Greed
- 利用贪心算法解决“部分背包问题”。这是个经典算法,实现的也比较完善,易用而且BUG少。-This code is about the "Knapsack problem".Our policy is the "Greedy Algorithm".It s easy to use & has nearly no BUG.
2_3_tree
- 23tree的完整实现,提供了网上找不到的删除算法,严格测试,可读性较差。删除如有bug请与作者联系。-23tree complete, providing an online algorithm can not find the deletion, rigorous testing, poor readability. Remove any bug, please contact the author.
bcc2
- 细菌群趋药性算法的程序,网上到处找也没有,我就自己编了个,如果有bug请跟我联系。-The program of Bacterial Colony Chemotaxis algorithm ,I cant find anyone online,so I program it myself, please contact me f there are any bugs.
TestNEWACBM2.0
- NewACBM 但是ACBM有两个问题要解决: 1:对于多个一样的key,只能返回最后一个。 2:同一个规则在数据中多次,则都返回 这两条都不满足目前的要求。必须改。在不更改acbm算法的前提下,更改外包类 第一个问题通过在初始化解决,记住相同key之间的关系。匹配后再将相同key对应的其他key编号返回u 第二个问题,对于ACBM返回的规则,进行去重 顺序:去重后,再将相同key所对应的编号返回 NewACBM 2.0 修改了前面的bug:当clean
tangentbug
- Tangent Bug algorithm, Matlab implementation
yichuansuanfa
- 作者用C语言编写的遗传算法程序,修改了部分BUG,调试通过可以运行-Genetic algorithm written in C program (can run for beginners)
csdp6.1.0winp4
- 一个求解半正定规划的数值算法包,包括 C 语言实现的源代码和 MATLAB 的调用接口。这是目前项目发布的最新版本 6.1.0。-Copyright 1997-2010, Brian Borchers. This copy of CSDP is made available under the Common Public License. See LICENSE for the details of the CPL. CSDP is a software package f
HW2Code
- its basically a gui program in which user can add starting and goal point and obstacles and robor will reach the goal point using bug algorithm
quickSort
- 快排的实现。根据算法简单的实现了。可能还有些BUG,只是经过了简单的测试-Fast row implementation. According to a simple algorithm to achieve. May also be some BUG, but after a simple test
dfd
- 未知环境下基于三次螺线Bug算法的移动机器人路径规划.-Unknown environment based on three spiral Bug mobile robot path planning algorithm
main
- This file is the main file of RPN algorithm (reverse polish notation). I am pretty sure it is 100 bug less. File was checked on Wroclaw Univerity of Technology servers.-This file is the main file of RPN algorithm (reverse polish notation). I am prett
Asign1
- mobile robot obstacle avoidance using bug algorithm
path-planning
- 基于改进的人工势场法的机器人路径规划,加入bug算法避免机器人陷入局部最小-Robot path planning based on improved artificial potential field method, adding the robot bug algorithm avoids local minima
original
- When doing optimization, GA algorithm was initially selected, but the instability of the GA (or local optimization) is really frustrating, before and after the resulting difference can at times reach more than 30 , at that time due to time reasons, I
PSO
- 各种粒子群或改进型粒子群算法 1)粒子群优化算法(求解无约束优化问题) 1>PSO(基本粒子群算法) 2>YSPSO(待压缩因子的粒子群算法) 3>LinWPSO(线性递减权重粒子群优化算法) 4>SAPSO(自适应权重粒子群优化算法) 5>RandWSPO(随机权重粒子群优化算法) 6>LnCPSO(同步变化的学习因子) 7>AsyLnCPSO(异步变化的学习因子)(算法还有bug) 8>SecPSO(用二阶粒
ConstrainedOptimizationProblem
- 约束优化问题: minRosen(Rosen梯度法求解约束多维函数的极值)(算法还有bug) minPF(外点罚函数法解线性等式约束) minGeneralPF(外点罚函数法解一般等式约束) minNF(内点罚函数法) minMixFun(混合罚函数法) minJSMixFun(混合罚函数加速法) minFactor(乘子法) minconPS(坐标轮换法)(算法还有bug) minconSimpSearch(复合形法)-Constrained optimiz
