​遗传算法的应用实例(GA)我要分享

Application example of genetic algorithm (GA)

遗传算法处理一维和多维问题 其中还包括遗传算法的工具箱安装包

关注次数: 265

下载次数: 2

文件大小: 139KB

代码分类: 智能算法

开发平台: matlab

下载需要积分: 1积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明:

遗传算法的应用实例,包括一维函数最小值和多维优化bp神经网络。非常适合初学者。


English Description:

The application examples of genetic algorithm include one-dimensional function minimum and multi-dimensional optimization BP neural network. Perfect for beginners.


代码预览

GA

GA\Demo_1

GA\Demo_1\fitness.m

GA\Demo_1\html

GA\Demo_1\html\main.html

GA\Demo_1\html\main.png

GA\Demo_1\html\main_01.png

GA\Demo_1\html\main_02.png

GA\Demo_1\html\main_03.png

GA\Demo_1\main.m

GA\Demo_2

GA\Demo_2\ga_bp.m

GA\Demo_2\gabpEval.m

GA\Demo_2\gadecod.m

GA\Demo_2\html

GA\Demo_2\html\ga_bp.html

GA\Demo_2\html\ga_bp.png

GA\Demo_2\html\ga_bp_01.png

GA\Demo_2\html\ga_bp_02.png

GA\gaot

GA\gaot\Contents.m

GA\gaot\EER.m

GA\gaot\README

GA\gaot\adjswapMutation.m

GA\gaot\arithXover.m

GA\gaot\b2f.m

GA\gaot\binaryExample.m

GA\gaot\binaryMutation.m

GA\gaot\boundaryMutation.m

GA\gaot\calcbits.m

GA\gaot\coranaEval.m

GA\gaot\coranaFeval.m

GA\gaot\coranaMin.m

GA\gaot\cyclicXover.m

GA\gaot\delta.m

GA\gaot\dists.m

GA\gaot\enhancederXover.m

GA\gaot\erXover.m

GA\gaot\f2b.m

GA\gaot\floatExample.m

GA\gaot\floatGradExample.m

GA\gaot\ga.m

GA\gaot\gaMichEval.m

GA\gaot\gaZBGrad.m

GA\gaot\gaZBGradEval.m

GA\gaot\gademo.m

GA\gaot\gademo1.m

GA\gaot\gademo1eval1.m

GA\gaot\gademo2.m

GA\gaot\gademo3.m

GA\gaot\gaotv5.ps

GA\gaot\heuristicXover.m

GA\gaot\idprefs.mat

GA\gaot\initializega.m

GA\gaot\initializeoga.m

GA\gaot\inversionMutation.m

GA\gaot\linerorderXover.m

GA\gaot\maxGenTerm.m

GA\gaot\multiNonUnifMutation.m

GA\gaot\nonUnifMutation.m

GA\gaot\normGeomSelect.m

GA\gaot\optMaxGenTerm.m

GA\gaot\orderBasedExample.m

GA\gaot\orderbasedXover.m

GA\gaot\parse.m

GA\gaot\partmapXover.m

GA\gaot\plotCorana.m

GA\gaot\roulette.m

GA\gaot\shiftMutation.m

GA\gaot\simpleXover.m

GA\gaot\singleptXover.m

GA\gaot\startup.m

GA\gaot\swapMutation.m

GA\gaot\threeswapMutation.m

GA\gaot\tournSelect.m

GA\gaot\tspEval.m

GA\gaot\unifMutation.m

GA\gaot\uniformXover.m

相关推荐