搜索资源列表
遗传算法-理论、应用与软件实现
- 王小平版《遗传算法-理论、应用与软件实现》遗传算法的光盘源代码-Wang Xiaoping version of "genetic algorithm-Theory, Application and Software" genetic algorithm source code CD
lbd-C++
- 用c++来实现遗传算法,其中包括遗传算法的几种选择算子-c to use genetic algorithms, including genetic algorithms several options Operator
GeneticAlgorithm
- <遗传算法-理论、应用与软件实现>书的随书参考代码。
94-100
- C语言精彩百例第93-100例 第四篇 综合应用篇 实例94 用C语言实现遗传算法 实例95 人工神经网络的C语言实现 实例96 K_均值算法 实例97 ISODATA算法 实例98 快速傅立叶变换 实例99 求解野人与传教士问题 实例100 简单专家系统
Exam
- 本文讲解了如何用C语言实现遗传算法-This article explain how to use C language realization of genetic algorithm. . . . .
ImagePatternRecognition
- 本书介绍图像模式识别的各种算法及其编程实现步骤。全书共分为10章,内容包括:模式识别的基本概念,位图的基础知识,分类器设计,模板匹配分类器,基于概率统计的Bayes分类器,几何分类器,神经网络分类器,图像分割与特征提取,聚类分析,模糊聚类分析,遗传算法聚类分析-Image Pattern Recognition
SGA
- 基本遗传算法代码实现,选择交叉变异 对于初学遗传算法的同志很有帮助,希望大家一起提高进步-Code to achieve the basic genetic algorithm, select the crossover and mutation genetic algorithm for beginners comrades helpful, hope all of us to improve progress
223
- 《遗传算法理论·应用与软件实现》源代码 主要包括了遗传算法的实现-code of 《Genetic algorithm theory and application and software implementation 》, mainly including the realization of the genetic algorithm
GP(VC)
- 自己编写的VC环境下的遗传算法实现程序,大家可以在此基础上实现自己的任务。-The genetic algorithm under the VC environment to write your own program, on this basis, we can achieve the task.
Maltab-modeling-
- Maltab 源码\在数学建模中的应用、人口预测模型、灰色预测及其MATLAB实现、遗传算法、粒子群算法、模拟退火算法、人工神经网络、小波分析、动态仿真-matlab mathematic modeling
sheffield_gatbx
- MATLAB遗传算法工具箱,为遗传算法的实现提供了极大的方便-MATLAB genetic algorithm toolbox for the genetic algorithm provides a great convenience
GA-and-FL
- 运用MATLAB语言,采用遗传算法实现设施规划布局问题-Using MATLAB, Genetic Algorithms to solve facility layout problem
MATLABcode30intelligent-algorithms
- MATLAB智能算法30个案例分析 源代码 有各种智能算法,如遗传算法,免疫算法,神经网络的实现-Intelligent algorithm MATLAB source code 30 case studies have a variety of intelligent algorithms, such as genetic algorithm, immune algorithm, neural network implementations
GA_TSP
- 用C#语言来实现遗传算法的通用代码GA类,然后调动GA类解决组合优化领域的经典问题TSP,并给出了该算法的实现程序。-Genetic Algorithm
PSO_about
- 粒子群算法matlab代码吐血推荐。粒子群算法,也称粒子群优化算法,是近年来发展起来的一种新的进化算法。它是从随机解出发,通过迭代寻找最优解,通过适应度来评价解的品质,但它比遗传算法规则更为简单,它没有遗传算法的“交叉”(Crossover) 和“变异”(Mutation) 操作,它通过追随当前搜索到的最优值来寻找全局最优。这种算法以其实现容易、精度高、收敛快等优点引起了学术界的重视,并且在解决实际问题中展示了其优越性。粒子群算法是一种并行算法。-PSO algorithm matlab cod
ycsf
- 遗传算法matlab实现,自己手写的,求支持-yichuansuanfa matlab achieve
qiantuihuidaiheyichuansuanf
- matlab上实现的前推回代算法,结合遗传算法,有效的电网系统无功功率的优化问题,采用的模型是22节点的电力系统模型。-Matlab implementation of the forward and backward generation algorithm, combined with genetic algorithm, an effective power system reactive power optimization problem, the model is a 22 node
nf187
- 仿真图是速度、距离、幅度三维图像,用MATLAB实现动态聚类或迭代自组织数据分析,用MATLAB编写的遗传算法路径规划。- FIG simulation speed, distance, amplitude three-dimensional image, Using MATLAB dynamic clustering or iterative self-organizing data analysis, Genetic algorithms using MATLAB path planning
chapter3
- 使用遗传算法的神经网络分类,可以较好的实现(Neural network classification using genetic algorithms)
遗传算法理论,应用与软件实现 随书源码
- 遗传算法理论,应用与软件实现随书源码 《遗传算法:理论应用与软件实现》全面系统地介绍了遗传算法的基本理论,重点介绍了遗传算法的经典应用和国内外的新发展。全书共分11章。第1章概述了遗传算法的产生与发展、基本思想、基本操作以及应用情况;第2章介绍了基本遗传算法;第3章论述了遗传算法的数学基础;第4章分析了遗传算法的多种改进方法;第5章初步介绍了进化计算理论体系;第6章介绍了遗传算法应用于数值优化问题;第7章介绍了遗传算法应用于组合优化问题;第8章介绍了遗传算法应用于机器学习;第9章讨论了遗传