文件名称:GA
介绍说明--下载内容均来自于网络,请自行研究使用
用遗传算法求解函数最优值,收敛速度快且不易陷入局部最优值。遗传算法是经典算法,此程序适合初学者。-A Genetic Algorithm for the optimal value function, convergence is fast and easy to fall into local optimal value. Genetic algorithm is a classical algorithm, this program suitable for beginners.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
遗传算法\best.asv
........\best.m
........\calfitvalue.m
........\calobjvalue.asv
........\calobjvalue.m
........\crossover.m
........\decodebinary.m
........\decodechrom.m
........\initpop.m
........\main.asv
........\main.m
........\mutation.m
........\myga.asv
........\myga.m
........\selection.asv
........\selection.m
遗传算法
........\best.m
........\calfitvalue.m
........\calobjvalue.asv
........\calobjvalue.m
........\crossover.m
........\decodebinary.m
........\decodechrom.m
........\initpop.m
........\main.asv
........\main.m
........\mutation.m
........\myga.asv
........\myga.m
........\selection.asv
........\selection.m
遗传算法