资源列表
[人工智能/神经网络/遗传算法] 3SAT
说明:GA比起SA ,最大的优势在于对个初始解,而且存在杂交和变异,让SA具有非常强的跳出局部最优解的能力。而且简单通用,健壮性强。但是待定的参数很多,而且计算速度比较慢。选择,杂交,变异算子的选取也很关键。-GA than SA, the biggest advantage of an initial solution, and there is hybridization and mutation, so that SA has a very strong ability to jump out<JLH> 在 2025-06-28 上传 | 大小:87kb | 下载:0
[matlab例程] clear
说明:给原始信号加入噪声,然后让信号经过卡尔曼滤波器,比较原始信号、加噪声后信号及通过卡尔曼滤波器的信号的图像。-Adding noise to the original signal, and then let the signal through the Kalman filter, compare the original signal, the signal plus noise and the signal through the Kalman filter images.<邓晶晶> 在 2025-06-28 上传 | 大小:41kb | 下载:0
[数据结构常用算法] LV-backtrack01PACKING
说明:给定n种物品和一背包。物品i的重量是wi,其价值为vi,背包容量为c。问应如何选择装入背包中的物品,使得装入背包中物品的总价值最大。在选择装入背包的物品时,对每种物品i只有两种选择,即装入背包或不装入背包。不能将物品i装入背包多次,也不能只装入部分的物品i。因此,该问题称为0-1背包问题。-Given n types of items and a backpack. Item i is the weight wi, the value of vi, backpack capacity of c.<JLH> 在 2025-06-28 上传 | 大小:102kb | 下载:0