Welcome![Sign In][Sign Up]
Location:
Search - yichuan

Search list

[Mathimatics-Numerical algorithmsyichuan

Description: 遗传算法基本算法,遗传算法自适应算法,遗传算法交叉算法-GA basic algorithm, genetic algorithm adaptive algorithm, genetic algorithm crossover algorithm
Platform: | Size: 20033 | Author: zxq | Hits:

[Other resourceyichuan

Description: 递归遗传算法,可以非常有效的对神经网络的结构和初始权值进行优化。
Platform: | Size: 2340 | Author: chenhuan | Hits:

[Other resourceyichuan

Description: 本算法是遗传算法用于解决TSP(货郎担)问题
Platform: | Size: 1524 | Author: yua2007 | Hits:

[Other resourceyichuan

Description: 量子遗传算法重要函数解析,我看了很有用 ,希望能对大家有所帮助
Platform: | Size: 104643 | Author: 郭文浩 | Hits:

[Other resourceyichuan

Description: 一个简单实用的遗传算法c程序,希望对大家有用
Platform: | Size: 3747 | Author: 郭文浩 | Hits:

[CSharpyichuan

Description: 遗传算法 遗传算法
Platform: | Size: 7453 | Author: 哈哈哈 | Hits:

[Other resourceyichuan.cpp

Description: 在网上找的,有需要的拿去,应该能进行不错的运算
Platform: | Size: 19655 | Author: jiaxufei | Hits:

[Other resourceyichuan

Description: 主要是关于遗传算法实现模糊聚类,从而实现图像的分割。
Platform: | Size: 3970241 | Author: | Hits:

[Other resourceyichuan

Description: * 这里是遗传算法的核心框架遗传算法的步骤: * 遗传算法核心部分的算法描述 * 算法步骤: * 1、初始化 * 1.1、生成初始种群编码 * 1.2、计算每个个体的适配值。 * 1.3、记录当前最优适配值和最优个体 * 2、选择和遗传, * 2.0、若当前最优适配值多次小于已有的最优适配值(或相差不大)很多次,或者进化的次数超过设定的限制,转4。 * 2.1、按照与每个个体的适配值成正比的概率选择个体并复制,复制之后个体的数目和原始种群数目一样。 * 2.2、(最好先打乱复制后种群的个体次序)对复制后个体进行两两配对交叉,生成相同数目的的下一代种群。 * 2.3、对下一代种群按照一定的概率进行变异 * 2.4、计算每个个体的适配值。 * 2.5、记录当前最优适配值和最优个体 * 2.6、转2 * 3、返回当前最优适配值以及其对应的编码,结束。
Platform: | Size: 5217 | Author: 杨天 | Hits:

[AI-NN-PRyichuan

Description: 遗传算法(图像处理)-genetic algorithm (image processing)
Platform: | Size: 63488 | Author: 丁建军 | Hits:

[matlabyichuan

Description: 量子遗传算法重要函数解析,我看了很有用 ,希望能对大家有所帮助-Quantum Genetic Algorithm important function analysis, I have read the very useful, I hope everyone can help
Platform: | Size: 104448 | Author: 郭文浩 | Hits:

[AI-NN-PRyichuan

Description: * 这里是遗传算法的核心框架遗传算法的步骤: * 遗传算法核心部分的算法描述 * 算法步骤: * 1、初始化 * 1.1、生成初始种群编码 * 1.2、计算每个个体的适配值。 * 1.3、记录当前最优适配值和最优个体 * 2、选择和遗传, * 2.0、若当前最优适配值多次小于已有的最优适配值(或相差不大)很多次,或者进化的次数超过设定的限制,转4。 * 2.1、按照与每个个体的适配值成正比的概率选择个体并复制,复制之后个体的数目和原始种群数目一样。 * 2.2、(最好先打乱复制后种群的个体次序)对复制后个体进行两两配对交叉,生成相同数目的的下一代种群。 * 2.3、对下一代种群按照一定的概率进行变异 * 2.4、计算每个个体的适配值。 * 2.5、记录当前最优适配值和最优个体 * 2.6、转2 * 3、返回当前最优适配值以及其对应的编码,结束。
Platform: | Size: 5120 | Author: 杨天 | Hits:

[matlabyichuan

Description:
Platform: | Size: 1024 | Author: zhhh | Hits:

[AI-NN-PRyichuan

Description: 遗传算法的机器人路径规划的源代码。用C++来实现的-Genetic algorithm path planning robot
Platform: | Size: 15360 | Author: 晓海 | Hits:

[matlabyichuan

Description: 遗传算法在matlab中的实现,源代码,比较完整-Matlab genetic algorithm in the implementation, source code, more complete
Platform: | Size: 3072 | Author: 郭小 | Hits:

[AI-NN-PRyichuan

Description: 遗传求解双目标规划问题 具有一定的实际意义-Solving Bi-objective genetic programming problem has a practical significance
Platform: | Size: 14336 | Author: 马天然 | Hits:

[Algorithmyichuan

Description: 遗传算法matlab代码,是最实用的算法之一-Genetic algorithm matlab code, is one of the most practical method
Platform: | Size: 10240 | Author: 098iop | Hits:

[AI-NN-PRyichuan

Description: 遗传算法java介绍,通过这个大家可以学习到遗传算法的java实现。谢谢!-yichuan shuanfai
Platform: | Size: 105472 | Author: lintg | Hits:

[Otheryichuan

Description: matlab程序,用遗传算法解决八皇后的问题。不用添加工具箱即可运行。其中yichuan.m是主程序。算法简单易懂。-matlab program, using genetic algorithms to solve the eight queens problem. Do not add Toolbox to run. Where yichuan.m is the main program. The algorithm is simple and easy to understand.
Platform: | Size: 4096 | Author: 王帅 | Hits:

[matlabyichuan

Description: 使用遗传算法优化PID参数,运行yichuan.m文件,修改模型在test文件中-PID parameter optimization using genetic algorithms, run yichuan.m file, modify the model in the test file
Platform: | Size: 9216 | Author: 李峰 | Hits:
« 12 3 4 5 6 7 8 9 10 »

CodeBus www.codebus.net