搜索资源列表
GACODE-mit
- Mit的遗传算法工具箱,C++编写,实现了遗传算法的基本功能。
gads
- 自用遗传算法工具箱,很全,我一直使用着,有问题可与我联系-Genetic Algorithm Toolbox for personal use, it is full, I had been using, there are problems to contact me
sheffield-GA----GeneticAlgorithms
- 强大的遗传算法工具!英国sheffield大学的遗传算法工具箱-Powerful tool for genetic algorithm! Sheffield United Kingdom University of Genetic Algorithm Toolbox
wtls
- 加权总体最小二乘matlab工具箱,包含各种总体最小二乘算法的源代码-weighted total least squares toolbox
SGALAB1003beta5008_agriculture
- 这个是CHEN YI最新更新的遗传算法的工具箱,大家有兴趣的话,可以学习学习!-CHEN YI This is the latest update of the genetic algorithm toolbox, we are interested in, you can learn to learn!
GATBX
- 压缩包中为美国北卡罗来纳州大学推出的遗传算法优化工具箱GAOT,以方便遗传算法的使用。-Archive for the University of North Carolina introduced the genetic algorithm optimization toolbox GAOT, to facilitate the use of genetic algorithms.
multi
- 带等式约束的多目标遗传算法工具箱nondominated sorting genetic algorithmⅡ,NSGA-Ⅱ优化源代码-With equality constraint multi-objective genetic algorithm toolbox nondominated sorting genetic algorithm Ⅱ NSGA-II optimized source code
gatbx遗传算法工具箱
- 经典gatbx遗传算法工具箱,matlab源码
genetic-algorithm-
- 该目录包含了matlab的遗传算法优化工具箱 。-This directory contains the Genetic Algorithm Optimization Toolbox for Matlab.
mcm
- 数学建模竞赛常用算法的matlab例子,遗传工具箱 贪婪算法 遗传算法 文件数据处理-Mathematical Contest in modeling of commonly used algorithm matlab example
koufie
- 遗传算法无功优化,PLS部分最小二乘工具箱,感应双馈发电机系统的仿真。- Genetic algorithm based reactive power optimization, PLS PLS toolbox, Simulation of doubly fed induction generator system.
poufui
- matlab开发工具箱中的支持向量机,用MATLAB编写的遗传算法路径规划,MIT人工智能实验室的目标识别的源码。- matlab development toolbox support vector machine, Genetic algorithms using MATLAB path planning, MIT Artificial Intelligence Laboratory identification of the target source.
pvrzoses-deduction
- 用matlab语言编写的遗传算法工具箱,鲁棒性强,适于并行处理-Matlab language genetic algorithm toolbox, robust, suitable for parallel processing,,,,
example1
- 非常详细的遗传算法工具箱,并且给定两个例子,验证其准确性(Very detailed genetic algorithm toolbox, and given two examples to verify its accuracy)
genetic
- 遗传算法是一种全局最优化算法,是运用了进化论优胜劣汰原理的随机化搜索方法。 前些日子,在进行毕业设计的相关研究中,我接触到了遗传算法,用其对一个五元非线性函数进行最优化搜索。仿真平台使用的是matlab,主要使用的是谢菲尔德大学的matlab遗传算法工具箱。(Genetic algorithm is a global optimization algorithm, is the use of evolution theory of survival of the fittest randomi