GA(Simple Genetic Algorithm)是一种强大的智能多变量优化算法,它模仿种群繁殖规律来进行优化。 本SGA可以优化变量,求最小值,最大值(当把函数倒数也就求最小值啦) 并且支持浮点编码,grey编码,二进制编码;轮赌法选择,锦标赛选择;单点交叉,均布交叉,浮点交叉;单点变异,浮点变异;
标签: Algorithm Genetic Simple 多变量
上传时间: 2013-12-18
上传用户:英雄
source codes for clustering algorithm
标签: clustering algorithm source codes
上传时间: 2016-01-17
上传用户:epson850
/* This a simple genetic algorithm implementation where the */ /* evaluation function takes positive values only and the */ /* fitness of an individual is the same as the value of the */ /* objective function
标签: implementation evaluation algorithm function
上传时间: 2016-01-18
上传用户:wkchong
蚁群算法( ant colony algorithm) 是由意大利学者 Dorigo 等人[1 ,2 ] 于20 世纪90 年代初期通过模拟自然界 中蚂蚁集体寻径的行为而提出的一种基于种群的启发 式仿生进化系统。蚁群算法包含两个基本阶段:适应阶 段和协作阶段。在适应阶段,各候选解根据积累的信息 不断调整自身结构。在协作阶段,候选解之间通过信息 交流,以期望产生性能更好的解,这类似于学习自动机 的学习机制。蚁群算法最早成功应用于解决著名的旅 行商问题(t raveling salesman problem , TSP) ,该算法采 用了分布式正反馈并行计算机制,易于与其他方法结 合,而且具有较强的鲁棒性[325 ] 。 蚁群算法创立十多年来,无论在算法理论还是在算 法应用方面都取得了很多突破性研究进展。
标签: algorithm Dorigo colony ant
上传时间: 2016-01-18
上传用户:xyipie
Code to run the Non-negative Matrix Factorization algorithm as presented in the Lee, Seung 1999 Nature paper.
标签: Factorization Non-negative algorithm presented
上传时间: 2016-01-19
上传用户:litianchu
Wavelets and Filter Banks Wavelets and Filter Banks Mallat Mallat pyramid algorithm pyramid algorithm
标签: Wavelets pyramid Filter Mallat
上传时间: 2016-01-21
上传用户:invtnewer
This directory contains the Genetic Algorithm Optimization Toolbox for Matlab To use this, if you are local to NCSU and have AFS access to this directory, simply extend the matlab path using the following command. You can also place this command in a file called startup.m. Everytime you start Matlab in the directory containing this file, the path will always be extended.
标签: Optimization Algorithm directory contains
上传时间: 2014-01-18
上传用户:songnanhua
快速排序算法的C语言的源程序代码 source code written in C programming language for algorithm of quick sort.
标签: programming algorithm language written
上传时间: 2016-01-23
上传用户:pompey
Huffman编码算法的C语言的源程序代码 (source code written in C programming language for algorithm of Huffman coding).
标签: Huffman programming algorithm language
上传时间: 2016-01-23
上传用户:SimonQQ
堆排序算法的C语言的源程序代码 (source code written in C programming language for algorithm of heap sort).
标签: programming algorithm language written
上传时间: 2016-01-23
上传用户:hn891122