Welcome![Sign In][Sign Up]
Location:
Search - Genetic algorithms in MATLAB source code

Search list

[AI-NN-PRGenetic

Description: 用遗传算法解决八皇后问题! 有比较详细的注释! 还有有关遗传算法理论的描述。 -Using genetic algorithms to solve the issue of the eight Queen
Platform: | Size: 23552 | Author: | Hits:

[matlabM_file

Description: 量子遗传算法MATLAB源代码,内含多个子文件,测试时运行main文件即可-Quantum Genetic Algorithm MATLAB source code that contains multiple sub-documents, tests can be run main document
Platform: | Size: 7168 | Author: yujiajie | Hits:

[matlabwnn

Description: 小波神经网络的源程序: 1.构造的非线性函数: 位于nninit_test.m 2.直接用WNN逼近非线性:Wnn_test.m, (内部调用小波函数) 3.遗传算法优化后逼近 :GA_Wnn_test.m (内部调用遗传算法的,初始化,适应度,解码函数)-genetic algorithm optimization WNN source : 1. Construction of the nonlinear function : nninit_test.m at 2. WNN directly with nonlinear approximation : Wnn_test.m. (internal called wavelet function) 3. Genetic Algorithm optimization approach : GA_Wnn_test.m (internal called genetic algorithms, initialize, fitness and decoding functions) -Wavelet neural network source code: 1. Construction of the nonlinear function: at nninit_test.m 2. Wnn the direct use of nonlinear approximation: Wnn_test.m, (internal call wavelet function) 3. Genetic algorithm optimized approximation: GA_Wnn_test. m (internal call genetic algorithms, initialization, fitness, decoding function)-genetic algorithm optimization WNN source: 1. Construction of the nonlinear function: nninit_test.m at 2. WNN directly with nonlinear approximation: Wnn_test.m. ( internal called wavelet function) 3. Genetic Algorithm optimization approach: GA_Wnn_test.m (internal called genetic algorithms, initialize, fitness and decoding functions)
Platform: | Size: 1024 | Author: lanhucx | Hits:

[AlgorithmGeneticProgram

Description: 遗传算法应用程序使用说明: 1.安装MATLAB5.X; 2.建立目录:(c:\GeneticProgram),并将这里提供的所有源程序拷入该目录; 3.运行(c:\GeneticProgram)中的 startup; 4.在MATLAB Command Window内直接运行程序 FloatExample和BinaryExample。-Application of genetic algorithms for use: 1. Installation MATLAB5.X 2. Create the directory: (c: \ GeneticProgram), and all source code provided here is copyed into that directory 3. Run (c: \ GeneticProgram) of startup 4. in the MATLAB Command Window directly FloatExample and run the program BinaryExample.
Platform: | Size: 13312 | Author: czxuemei | Hits:

[STLyichuansuanfa

Description: 用MATLAB编写遗传算法程序源代码 全部为m文件,可以直接在MATLAB里运行-Procedures for the preparation of genetic algorithms using MATLAB source code for all the m files, to run directly in MATLAB
Platform: | Size: 6144 | Author: chenbohu | Hits:

[Documents1191286763

Description: 信号处理中常用的算法,本程序实现了fft和ifft的运算 ... ·Bayesian Filter.贝叶斯(Bayesian ·一个目标跟踪系统的MATLAB 源程序包-Commonly used in signal processing algorithms, this program achieved the fft and ifft computing ... · Bayesian Filter. Bayes (Bayesian · a target tracking system MATLAB source code package
Platform: | Size: 4096 | Author: 袁计委 | Hits:

[matlabga

Description: 包括遗传算法的各种运算(交叉,变异)的实例源程序代码-Various operations, including genetic algorithms (crossover and mutation) of the instance of the source code
Platform: | Size: 104448 | Author: 高利敏 | Hits:

[Energy industryelectricity_market

Description: 该文件是优秀论文并带有相应的源码。在Matlab软件平台上,对所提出的基于遗传算法的电力系统电力市场分段竞价交易算法进行了阶梯型报价曲线、线性报价曲线这两种常用报价曲线情况下的算例验证,计算结果显示算法的寻优效果因报价曲线性质的不同而略有区别,但两种情况均可得到优化的购电费用。实验结果证明了该算法应用于分段竞价模型的有效性和可行性,且不受报价曲线形式的限制。-The document is an excellent paper with a corresponding source code. In the Matlab software platform for the proposed genetic algorithm-based power systems market segment auction algorithms offer ladder-type curve, the two commonly used linear bidding curve bidding curve example in case of validation, the results show algorithm optimization results for the different nature of bidding curve slightly different, but both cases can be optimized for power purchase costs. Experimental results show that the algorithm is applied to sub-effectiveness and feasibility of bidding model, and is not limited form of bidding curve.
Platform: | Size: 13938688 | Author: NBB | Hits:

[Energy industryTSP_matlab

Description: 旅行商问题(TSP)是典型的NP完全问题,遗传算法是求解NP完全问题的一种常用方法。旅行商问题(TSP)的蚁群算法实现算法。在MATLAB中用遗传算法施行对TSP问题进行了求解,进行了选择、交叉和变异算子进行了算法设计。MATLAB源代码。-Traveling Salesman Problem (TSP) is a typical NP-complete problem, genetic algorithm for solving NP-complete problems, a common method. Traveling Salesman Problem (TSP) ant colony algorithm. Implemented in MATLAB using genetic algorithms to solve the TSP problem, a selection, crossover and mutation operators of the algorithm design. MATLAB source code.
Platform: | Size: 2048 | Author: 申悦 | Hits:

[Consolegenetic-algorithm-MATLAB_AGA

Description: 用MATLAB 编写遗传算法是很常用的,在多种情况下可以应用到遗传算法,这是用matlab编写的遗传算法源代码-Genetic algorithms using MATLAB is very common, in many cases can be applied to the genetic algorithm, which is using matlab genetic algorithm source code
Platform: | Size: 15360 | Author: 许晴 | Hits:

[Other30-intelligent-algorithm-in-MATLAB

Description: 30个matlab智能算法经典案例分析:提供了各种智能算法(遗传算法,神经网络算法,蚁群算法,粒子群算法)的源代码或工具箱。-30 intelligent algorithm matlab classic case analysis: provides a variety of intelligent algorithms (genetic algorithms, neural network algorithm, ant colony algorithm, PSO) source code or toolbox.
Platform: | Size: 1583104 | Author: liumingxing | Hits:

[Booksmatlab

Description: matlab中常用编程,包括归一化、fisher判别、遗传算法等一些常用程序的源代码,并且包括一些相关的例子,方便学习使用-matlab commonly used in programming, including normalization, fisher discriminant, genetic algorithms some common source code and includes some relevant examples, easy to learn to use
Platform: | Size: 2758656 | Author: 尤佳 | Hits:

[Software Engineering56896

Description: The following Matlab project contains the source code and Matlab examples used for optimization with matlab and the genetic algorithm and direct search toolbox. M-files accompanying the Genetic Algorithms & New Optimization Methods in MATLAB webinar. -The following Matlab project contains the source code and Matlab examples used for optimization with matlab and the genetic algorithm and direct search toolbox. M-files accompanying the Genetic Algorithms & New Optimization Methods in MATLAB webinar.
Platform: | Size: 10240 | Author: WessamSayed | Hits:

CodeBus www.codebus.net