资源列表
[人工智能/神经网络/遗传算法] fga.m
说明:遗传算法通用函数,非常实用和珍贵 描述简介如下: % [BestPop,Trace]=fmaxga(FUN,LB,UB,eranum,popsize,pcross,pmutation) % Finds a maximum of a function of several variables. % fmaxga solves problems of the form: % max F(X) subject to:<我系渣渣辉> 在 2025-01-20 上传 | 大小:3kb | 下载:0
[matlab例程] 用MATLAB实现遗传算法程序
说明:收录了大多数遗传算法,可以用matlab实现(contain genetic algorithm can be run on matlab)<Monocerotis> 在 2025-01-20 上传 | 大小:159kb | 下载:0
[matlab例程] yichuansuanfa
说明:数学建模过程中需要用到的一种常用遗传算法。(A common genetic algorithm which needs to be used in the process of mathematical modeling is used.)<heluoluo> 在 2025-01-20 上传 | 大小:6kb | 下载:0
[matlab例程] 【干货!!】美赛MATLAB程序源码
说明:一些美国大学生建模大赛可能用到的算法,直接的matlab代码(Some American college student modeling competitions may use algorithms, direct matlab code)<喵呜嗯> 在 2025-01-20 上传 | 大小:156kb | 下载:0
[人工智能/神经网络/遗传算法] bp
说明:神经网络算法matlab 的M文件,图像重建(M file of neural network algorithm)<溪惜> 在 2025-01-20 上传 | 大小:1kb | 下载:0
[人工智能/神经网络/遗传算法] 6.模拟退火算法
说明:模拟退火算法,利用MATLAB生成的,适用于数学建模(Simulated annealing algorithm)<主角儿> 在 2025-01-20 上传 | 大小:2kb | 下载:0
[matlab例程] OFDM-master (1)
说明:ofdm仿真,用matlab仿真实现ofdm,为初学者提供一条道路(The proposed secret data embedding and extraction in OFDM is shown in figure 1.In order to achieve higher data rate, the serial data stream bits are converted in to parallel data outp<haitao15> 在 2025-01-20 上传 | 大小:30kb | 下载:0
[人工智能/神经网络/遗传算法] matlab
说明:基于BP神经网络手写数字识别,main函数是主函数,识别的成功率在86%左右。(Based on the BP Neural Network handwritten digital recognition, the main function is the main function, and the recognition success rate is about 86%.)<c_l> 在 2025-01-20 上传 | 大小:2.85mb | 下载:0
[人工智能/神经网络/遗传算法] 遗传算法
说明:遗传算法是计算数学中用于解决最佳化的搜索算法,是进化算法的一种。进化算法最初是借鉴了进化生物学中的一些现象而发展起来的,这些现象包括遗传、突变、自然选择以及杂交等。遗传算法通常实现方式为一种计算机模拟。对于一个最优化问题,一定数量的候选解(称为个体)的抽象表示(称为染色体)的种群向更好的解进化。传统上,解用二进制表示(即0和1的串),但也可以用其他表示方法。进化从完全随机个体的种群开始,之后一代一代发生。在每一代中,整个种群的适应度被评<jibao> 在 2025-01-20 上传 | 大小:2kb | 下载:0