Genetic-Algorithm-Toolbox-v1.2

所属分类:matlab编程
开发工具:matlab
文件大小:488KB
下载次数:5
上传日期:2016-01-07 09:33:50
上 传 者若雪飞扬
说明:  工作原理是通过模拟自然界中生物进化的过程,设计相应的进化算子和操作,来解决复杂的实际问题,是一种建立在自然选择和遗传学基础上的搜索寻优算法。它从一组随机产生的种群开始,这个种群由经过基因编码的一定数量的个体组成,按照适者生存和优胜劣汰的规则,通过比较每个个体适应度的大小,选择适应度较大的个体进行交叉、变异,产生的新一代更适应环境的种群参与进化。通过一代一代不断的繁衍进化,最终得到最适应环境的个体,即得到问题的最优解。
(Works by simulating the process of biological evolution in nature, design corresponding evolution operators and operations, to solve complex practical problems, is a search optimization algorithm based on natural selection and genetic basis. It is a group of the population randomly generated the beginning of this population by a gene coding for a certain number of individual composition, in accordance with the rules of survival of the fittest and survival of the fittest, by comparing the size of each individual fitness, choose the larger individuals fitness crossover and mutation, a new generation of better adapted populations produce environmental participate evolution. Through continuous breeding generations of evolution, finally get most individuals adapt to the environment, to obtain the optimal solution.)

文件列表:
遗传算法工具箱 (0, 2015-04-07)
遗传算法工具箱\gatbx (0, 2016-01-07)
遗传算法工具箱\gatbx\BS2RV.M (3217, 1998-04-22)
遗传算法工具箱\gatbx\CONTENTS.M (1835, 1998-04-22)
遗传算法工具箱\gatbx\CRTBASE.M (1168, 1998-04-22)
遗传算法工具箱\gatbx\CRTBP.M (2187, 1998-04-22)
遗传算法工具箱\gatbx\CRTRP.M (2091, 2005-12-04)
遗传算法工具箱\gatbx\DOC (0, 2015-04-07)
遗传算法工具箱\gatbx\DOC\GA TOOLBOX FREQUENTLY ASKED QUESTIONS.txt (12501, 2005-11-28)
遗传算法工具箱\gatbx\DOC\GATBXA0.LOG (273, 2005-12-02)
遗传算法工具箱\gatbx\DOC\GATBXA0.PDF (16715, 2005-12-02)
遗传算法工具箱\gatbx\DOC\GATBXA0.PS (53484, 1998-04-22)
遗传算法工具箱\gatbx\DOC\GATBXA1.LOG (458, 2005-12-02)
遗传算法工具箱\gatbx\DOC\GATBXA1.PDF (109101, 2005-12-02)
遗传算法工具箱\gatbx\DOC\GATBXA1.PS (204230, 1998-04-22)
遗传算法工具箱\gatbx\DOC\GATBXA2.LOG (273, 2005-12-02)
遗传算法工具箱\gatbx\DOC\GATBXA2.PDF (101958, 2005-12-02)
遗传算法工具箱\gatbx\DOC\GATBXA2.PS (200234, 1998-04-22)
遗传算法工具箱\gatbx\DOC\gpl.txt (18351, 2005-11-28)
遗传算法工具箱\gatbx\DOC\The MathWorks - 1-18GTU Why do I get an error in MATLAB 6_0 (R12) where I got a warning in R11 with reference to uninitialized variables.mht (98687, 2005-11-28)
遗传算法工具箱\gatbx\f1.m (80, 2005-12-06)
遗传算法工具箱\gatbx\f2.m (66, 2005-12-06)
遗传算法工具箱\gatbx\gaplotchange.m (844, 2005-12-14)
遗传算法工具箱\gatbx\MIGRATE.M (7205, 1998-04-22)
遗传算法工具箱\gatbx\MPGA.M (4019, 1998-04-22)
遗传算法工具箱\gatbx\MUT.M (1609, 1998-04-22)
遗传算法工具箱\gatbx\MUTATE.M (3437, 1998-04-22)
遗传算法工具箱\gatbx\MUTBGA.M (4943, 1998-04-22)
遗传算法工具箱\gatbx\OBJFUN1.M (2629, 1998-04-22)
遗传算法工具箱\gatbx\OBJHARV.M (2559, 1998-04-22)
遗传算法工具箱\gatbx\parameterfun.m (110, 2005-12-16)
遗传算法工具箱\gatbx\poll_example.m (176, 2005-12-16)
遗传算法工具箱\gatbx\RANKING.M (4709, 1998-04-22)
遗传算法工具箱\gatbx\RECDIS.M (1825, 1998-04-22)
遗传算法工具箱\gatbx\RECINT.M (1895, 1998-04-22)
遗传算法工具箱\gatbx\RECLIN.M (1953, 1998-04-22)
遗传算法工具箱\gatbx\RECMUT.M (4852, 1998-04-22)
遗传算法工具箱\gatbx\RECOMBIN.M (2438, 1998-04-22)
遗传算法工具箱\gatbx\REINS.M (5574, 1998-04-22)
... ...

---------------------------------------------------------------------- Genetic Algorithm Toolbox for MATLAB, v1.2 ========================================== Thank you for requesting a copy of the Genetic Algorithm Toolbox. The Genetic Algorithm Toolbox for MATLAB was developed at the Department of Automatic Control and Systems Engineering of The University of Sheffield, UK, in order to make GA's accessible to the control engineer within the framework of a existing computer-aided control system design package. The toolbox was written with the support of a UK SERC grant, and the final version (v1.2) was completed in 1994. The Toolbox was originally developed for MATLAB v4.2. It has also been successfully used with subsequent versions up to and including MATLAB 7. For a more detailed introduction to the capabilities and use of the GA Toolbox, please refer to the two introductory papers and the Toolbox User's Guide, all of which are available at the GA Toolbox homepage at http://www.shef.ac.uk/acse/research/ecrg/gat.html. The GA Toolbox is copyright the original authors and The University of Sheffield, and is published here under the GNU General Public License. (See http://www.fsf.org/licenses/licenses.html) We would be interested to hear of your experiences with, criticisms of, and enhancements to, the GA Toolbox. Please direct all such correspondence to ga-toolbox@acse.sheffield.ac.uk. ----------------------------------------------------------------------

近期下载者

相关文件


收藏者