文件名称:gatbx
介绍说明--下载内容均来自于网络,请自行研究使用
说明:
1、对原gatbx工具箱进行了修正,对一些不适合于Matlab高版本的地方进行了改进,不会再有Warnings。
2、自己编写了一些函数,以my开头,扩展了原工具箱功能。
3、将原始的基于命令式的mpga.m及sga.m文件封装成函数形式,可以根据需要在变量空间输出信息,避免了一大堆输出结果。
4、新的my_mpga.m及my_sga.m考虑到约束函数的处理及约束结果的显示等。增强了实用性。
以上是赵志斌师兄对gatbx工具箱所做的改进,保持了原有gatbx工具箱的功能,并进行了一定的拓展,由于将原始的基于命令式的mpga.m及sga.m文件封装成函数形式,应用起来更加方便易懂,适合初学者或一些只要求用遗传算法解决实际问题而不需深究遗传算法本身的同学。
经赵志斌师兄同意,本人在其改进的gatbx工具箱基础上做了进一步改进:借鉴matlab自带遗传算法工具箱的进化终止判断功能,在my_mpga.m和my_sga.m文件中增加StallGenLimit和Tolfun两个输入参数,其功能是若连续StallGenLimit代适应度函数进化累积值小于Tolfun,则遗传算法结束。-Descr iption:
1, amended the original gatbx toolbox, not suitable for high Matlab version improved, there will be no Warnings.
2, I have written some functions start to my extended the original toolbox.
3, the original encapsulated in the form of a function based the command-mpga.m sga.m file information can be output in a variable space, to avoid a lot of output.
4 new my_mpga.m and my_sga.m function taking into account the constraints processing and constraint results display. Enhanced practicality.
Zhibin Zhao brothers made improvements to the gatbx Toolbox, keep the original gatbx toolbox and expansion, due to the functional form of the original package based the command-mpga.m sga.m file apply it more convenient and easy to understand, suitable for beginners or some only require genetic algorithm to solve practical problems and do not need to get to the bottom of the genetic algorithm itself classmates.
Zhibin Zhao brothers agree, I do in its improved gatbx toolbox on the b
1、对原gatbx工具箱进行了修正,对一些不适合于Matlab高版本的地方进行了改进,不会再有Warnings。
2、自己编写了一些函数,以my开头,扩展了原工具箱功能。
3、将原始的基于命令式的mpga.m及sga.m文件封装成函数形式,可以根据需要在变量空间输出信息,避免了一大堆输出结果。
4、新的my_mpga.m及my_sga.m考虑到约束函数的处理及约束结果的显示等。增强了实用性。
以上是赵志斌师兄对gatbx工具箱所做的改进,保持了原有gatbx工具箱的功能,并进行了一定的拓展,由于将原始的基于命令式的mpga.m及sga.m文件封装成函数形式,应用起来更加方便易懂,适合初学者或一些只要求用遗传算法解决实际问题而不需深究遗传算法本身的同学。
经赵志斌师兄同意,本人在其改进的gatbx工具箱基础上做了进一步改进:借鉴matlab自带遗传算法工具箱的进化终止判断功能,在my_mpga.m和my_sga.m文件中增加StallGenLimit和Tolfun两个输入参数,其功能是若连续StallGenLimit代适应度函数进化累积值小于Tolfun,则遗传算法结束。-Descr iption:
1, amended the original gatbx toolbox, not suitable for high Matlab version improved, there will be no Warnings.
2, I have written some functions start to my extended the original toolbox.
3, the original encapsulated in the form of a function based the command-mpga.m sga.m file information can be output in a variable space, to avoid a lot of output.
4 new my_mpga.m and my_sga.m function taking into account the constraints processing and constraint results display. Enhanced practicality.
Zhibin Zhao brothers made improvements to the gatbx Toolbox, keep the original gatbx toolbox and expansion, due to the functional form of the original package based the command-mpga.m sga.m file apply it more convenient and easy to understand, suitable for beginners or some only require genetic algorithm to solve practical problems and do not need to get to the bottom of the genetic algorithm itself classmates.
Zhibin Zhao brothers agree, I do in its improved gatbx toolbox on the b
(系统自动生成,下载前可以参看下载内容)
下载文件列表
gatbx_V3\bs2rv.m
........\contents.m
........\crtbase.m
........\crtbp.m
........\crtrp.m
........\exp1.m
........\gatbx_V3 notice.txt
........\migrate.m
........\mpga.m
........\mut.m
........\mutate.m
........\mutbga.m
........\my_arith_cross.m
........\my_crtrp_logistic.m
........\my_example1.m
........\my_example2.m
........\my_mpga.m
........\my_nonuni_mut.m
........\my_rastrigin.m
........\my_sga.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
gatbx_V3