Welcome![Sign In][Sign Up]
Location:
Search - code for genetic algorithm in matlab

Search list

[Windows DevelopHOS_MIMO

Description: This package contains the MATLAB code for the algorithm proposed in the following papers. The file "mimo_main.m" is the implementation of the algorithm in the papers. The goal of this Matlab script is to identify a MIMO system with white inputs based on the second and higher-order statistics of the outputs only. This code will plot the blind estimation results using figures.-This package contains the MATLAB code for t he algorithm proposed in the following papers. The file "mimo_main.m" is the implementation o f the algorithm in the papers. The goal of this Ma tlab script is to identify a MIMO system with whi te inputs based on the second and higher-order's tatistics of the outputs only. This code will pl ot the blind estimation results using figures.
Platform: | Size: 23552 | Author: 刘美 | Hits:

[AI-NN-PRGA-BP-neural

Description: 由于BP网络的权值优化是一个无约束优化问题,而且权值要采用实数编码,所以直接利用Matlab遗传算法工具箱。以下贴出的代码是为一个19输入变量,1个输出变量情况下的非线性回归而设计的,如果要应用于其它情况,只需改动编解码函数即可。程序需要调用gaot工具箱.-As a result of BP network weights optimization is a constrained optimization problems, and weights to be used real-coded, so the direct use of Matlab genetic algorithm toolbox. Posted the following code is for a 19 input variables, an output variable in case of non-linear regression designed, if applied to other situations, simply change your codec function. Procedures need to call gaot toolbox.
Platform: | Size: 4096 | Author: | Hits:

[AI-NN-PRgenetic_MATLAB

Description: 遗传算法matlab源程序,非常好的资源啊-Matlab genetic algorithm source code, very good resource ah
Platform: | Size: 187392 | Author: 王平安 | Hits:

[AI-NN-PRGAforTSP

Description: 遗传算法求解TSP问题,采用轮盘赌选择方法,部分匹配交叉算子,交换变异设计.-Genetic Algorithm for TSP problem, using roulette wheel selection method, partially matched crossover operator and exchange mutation design.
Platform: | Size: 5120 | Author: 底欣 | Hits:

[AI-NN-PRJSPGA

Description: 车间作业调度问题遗传算法Matlab源码 -Job-shop scheduling problem genetic algorithm source Matlab
Platform: | Size: 1024 | Author: hj | Hits:

[matlabJobShopSchedulingProblemMatlabGeneticAlgorithm

Description: 车间作业调度问题遗传算法Matlab源码,用于解决车间的调度问题-Job Shop Scheduling Problem Matlab genetic algorithm source code for the solution to the scheduling problem workshop
Platform: | Size: 2048 | Author: sxb | Hits:

[matlabrobot_motion_planning

Description: This code proposes genetic algorithm (GA) to optimize the point-to-point trajectory planning for a 3-link robot arm. The objective function for the proposed GA is to minimizing traveling time and space, while not exceeding a maximum pre-defined torque, without collision with any obstacle in the robot workspace. - This code proposes genetic algorithm (GA) to optimize the point-to-point trajectory planning for a 3-link robot arm. The objective function for the proposed GA is to minimizing traveling time and space, while not exceeding a maximum pre-defined torque, without collision with any obstacle in the robot workspace.
Platform: | Size: 1364992 | Author: guigui | Hits:

[AI-NN-PRQGAforfun

Description: 量子遗传算法对标准函数的优化,在matlab下的源程序-Quantum genetic algorithm optimization of the standard function in matlab source code under the
Platform: | Size: 12288 | Author: 李晓东 | Hits:

[Booksimage_segmentation_with_the_twodimensinal_entropy.

Description: 最大二维信息熵原理;改进的遗传算法;基于阈值的图像分割 包括一个完整的matlab源代码和几个论文原理介绍pdf文件-Two-dimensional maximum entropy principle improved genetic algorithm threshold based on image segmentation matlab, including a complete source code and the principle of introducing a number of papers pdf files
Platform: | Size: 642048 | Author: zhangjh04 | Hits:

[matlabspeedyGAv1.3

Description: 向量化的遗传快速遗传算法,是M.Mutchell 的遗传算法书中 10,11 业的经典快速算法-SpeedyGA is a vectorized implementation of a genetic algorithm in the Matlab programming language. Without bells and whistles, it faithfully implements the specification for a Simple GA given on pgs 10, 11 of M. Mitchell s GA book. See comments in code for details.
Platform: | Size: 4096 | Author: 李继 | Hits:

[OtherGenetic

Description: 车间作业调度问题遗传算法Matlab源码-Genetic Algorithm for Job Shop Scheduling Problem Matlab source code
Platform: | Size: 5120 | Author: 曾行 | Hits:

[matlabCodes

Description: a source code for application of genetic algorithm in MWTMP problems.
Platform: | Size: 11264 | Author: abolfazl | Hits:

[matlabcbir-GA-code

Description: its the matlab coding for pattern recoganization in image processing using genetic algorithm-its the matlab coding for pattern recoganization in image processing using genetic algorithm
Platform: | Size: 224256 | Author: suresh | Hits:

[AI-NN-PRgenetic-algorithm

Description: 自然计算中遗传算法的各个程序,matlab环境下开发的源代码。best.m 求种群中适应度最大的值 calfitvalue.m 计算每个个体的适应度 calobjvalue.m 适应度函数 crossover.m 交叉变换 decodebinary.m 将二进制数转换成十进制数 decodechrom.m 将二进制数转换成十进制数 initpop.m 产生初始种群 mutation.m 变异 selection.m 选择合适的个体进行复制 main.m 主函数 -Nature of each genetic algorithm calculation procedures, matlab environment with source code. best.m find the largest population in the fitness value of calfitvalue.m calculated for each individual' s fitness calobjvalue.m fitness function crossover.m cross-conversion decodebinary.m Converts a binary number into decimal number decodechrom.m Converts a binary number into decimal number initpop.m generate initial population mutation.m variation selection.m select the appropriate individual to copy main.m primary function
Platform: | Size: 3072 | Author: 王芳 | Hits:

[matlabNSGA-II-in-MATLAB-[www.MatlabSite.com]

Description: MATLAB Code for: Non-dominated Sorting Genetic Algorithm II (NSGA-II) Version 1.1 - November 2011 Programmed By: S. Mostapha Kalami Heris (MatlabSite Member)-MATLAB Code for: Non-dominated Sorting Genetic Algorithm II (NSGA-II) Version 1.1 - November 2011 Programmed By: S. Mostapha Kalami Heris (MatlabSite Member)
Platform: | Size: 56320 | Author: nadem | Hits:

[Software EngineeringGA_TSP

Description: 该文包括了基于 Matlab 的遗传算法解决 TSP 问题的 基本说明 , 并在文后附录了实现该算法的所有源代码 。 此代 码经过本人的运行 , 没有发现错误 , 结果比较接近理论最优 值,虽然最优路径图有点交叉。 因为本人才疏学浅 , 本报告及源代码的编译耗费了本人 较多的时间与精力 , 特收取下载 积分 , 还请见谅 。 若有什么 问题,可以私信,我们共同探讨这一问题。 希望能对需要这方面的知识的人有所帮助!-Description: Description: Description: Description: This paper includes the basic description of the Matlab-based genetic algorithm to solve TSP problem, and all the source code for the algorithm in the appendix below. This code after my run, no errors are found, the results are close to the theoretical optimal value, although the optimal path diagram a little cross. I Caishuxueqian this report and the source code, compile cost himself more time and effort, special charge Download Credits, please forgive me. If there be any problem, private letter, we explore this issue. Hope to help the people who need this knowledge!
Platform: | Size: 4096 | Author: 小小 | Hits:

[matlabGA

Description: m file code for genetic algorithm in matlab software
Platform: | Size: 3072 | Author: feri | Hits:

[matlabGA

Description: 十进制、二进制遗传算法以及混合遗传算法matlab源代码(Matlab Code for Genetic Algorithm in Bin and Dec format and Mix Genetic Algorithm with an example. 17 files include functions for mutation, hybird, fitness and so on.)
Platform: | Size: 8192 | Author: T_Y | Hits:

[matlab遗传算法

Description: 理解遗传算法的入门程序,这里面每一个程序的代码都有标注。便于理解生成种群、遗传和变异过程,附带了一个算例,可以参考。(Understand the entry procedure of genetic algorithm, in which every program's code is marked. It is easy to understand the process of population, heredity and mutation. A numerical example is provided for reference.)
Platform: | Size: 3072 | Author: 恰若烟雨 | Hits:

[OtherPaper with its Matlab code

Description: Genetic algorithm for PAPR reduction in SLM wavelet-OFDM systems with its matlab codes
Platform: | Size: 261120 | Author: s.fathy | Hits:
« 12 3 »

CodeBus www.codebus.net