基本信息
源码名称:Genetic Algorithms Toolbox
源码大小:2.75M
文件格式:.zip
开发语言:MATLAB
更新时间:2023-03-10
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 2 元 
   源码介绍

Genetic Algorithms Toolbox 

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://codem.group.shef.ac.uk/index.php/ga-toolbox.

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.

.
├── GA-Toolbox-master
│   ├── DOC
│   │   └── GAToolbox Documentation.pdf
│   ├── LICENSE
│   ├── README.md
│   ├── Test_fns
│   │   ├── TEST_FNS.PS
│   │   ├── demoga1.m
│   │   ├── mpga.m
│   │   ├── objbran.m
│   │   ├── objdopi.m
│   │   ├── objeaso.m
│   │   ├── objfun1.m
│   │   ├── objfun1a.m
│   │   ├── objfun1b.m
│   │   ├── objfun2.m
│   │   ├── objfun6.m
│   │   ├── objfun7.m
│   │   ├── objfun8.m
│   │   ├── objfun9.m
│   │   ├── objgold.m
│   │   ├── objharv.m
│   │   ├── objlinq.m
│   │   ├── objlinq2.m
│   │   ├── objpush.m
│   │   ├── objsixh.m
│   │   ├── resplot.m
│   │   ├── sga.m
│   │   ├── simdopi1.m
│   │   ├── simdopi2.m
│   │   ├── simlinq1.m
│   │   ├── simlinq2.m
│   │   └── simobjp.m
│   ├── bs2rv.m
│   ├── contents.m
│   ├── crtbase.m
│   ├── crtbp.m
│   ├── crtrp.m
│   ├── migrate.m
│   ├── mpga.m
│   ├── mut.m
│   ├── mutate.m
│   ├── mutbga.m
│   ├── objfun1.m
│   ├── objharv.m
│   ├── ranking.m
│   ├── recdis.m
│   ├── recint.m
│   ├── reclin.m
│   ├── recmut.m
│   ├── recombin.m
│   ├── reins.m
│   ├── rep.m
│   ├── resplot.m
│   ├── rws.m
│   ├── scaling.m
│   ├── select.m
│   ├── sga.m
│   ├── sus.m
│   ├── xovdp.m
│   ├── xovdprs.m
│   ├── xovmp.m
│   ├── xovsh.m
│   ├── xovshrs.m
│   ├── xovsp.m
│   └── xovsprs.m
├── readme.txt
└── 好例子网_GA-Toolbox-master.zip

3 directories, 65 files