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