Go To English Version 超过100万源码资源,1000万源码文件免费下载
  • bp-ga.zip 改进bp-ga算法,确定权值和阈值,组合导航系统故障诊断bp-ga算法
  • GA-Based-Fuzzy-PI_PD-Controller-for-Automotive.ra GA-Based Fuzzy PI_PD Controller for Automotive
  • GA.rar optimal pid control design for a plant using GA. Here ISE is taken as objective function
  • ga-basic-code.rar 遗传算法初学者来讲,最基本的GA代码,包括基本的选择交叉和变异操作。
  • GA-and-Improved-GA.zip 这是关于基本GA算法和改进GA算法的程序,包括循序选择GA,大变异GA,自适应GA等。
  • scheduling-GA.rar this is the code about how to choose the best gen of the GA. it is use the roulette wheel algorithm, where the best gen will be selected randomly using this.
  • GA.rar 遗传算法(Genetic Algorithm,GA)是一种进化算法,其基本原理是仿效生物界中的“物竞天择、适者生存”的演化法则。遗传算法的做法是把问题参数编码为染色体,再利用迭代的方式进行选择、交叉以及变异等运算来交换种群中染色体的信息,最终生成符合优化目标的染色体。
  • GA-Library_Optimization.rar 使用GA库实现函数极值问题,请同时添加GA库以及极值问题的解决方案,并设置好引用,然后编译
  • GA-Library_Pattern-Recognition.rar 使用GA库实现模式识别,请同时添加GA库以及模式识别的解决方案,并设置好引用,然后编译
  • GA-Library_TSP.rar 使用GA库实现经典的TSP问题,请同时添加GA库以及TSP问题的解决方案,并设置好引用,然后编译