搜索资源列表
小生境遗传算法代码
- 小生境遗传算法代码
文化算法
- 文化算法的简介及Matlab代码 算法说明:文化算法是基于人类社会进化原理的算法,他可以利用领域的先验知识以及在进化过程中获得的知识来指导搜索过程。文化能使种群以一定的速度进化和适应环境,而这个速度是超越单纯依靠基因遗传生物进化速度的。
suanfadaima
- GA求解TSP问题遗传算法代码,c++, 完整程序,附带注释-code of GA resolving the TSP problem
GA
- 遗传算法解决VRP问题,程序代码经调试通过,可运行,C-Genetic algorithm to solve the VRP problem by debugging through the code, you can run, C++
CameracaUbraifonformonocularvision
- 摄像机标定是计算机视觉领域的一个研究热点,为了解决单目摄像机标定中的精度不高、模型复杂、鲁棒性差等问题,依 据神经网络、遗传算法及摄像机标定的特点,提出了基于遗传算法和BP神经网络相结合的单目摄像机标定方法。该方法充分利用 遗传算法的全局优化和神经网络的局部收敛的特点,一方面避免了建立复杂的摄像机成像模型,另一方面增强了摄像机标定的精 度和鲁棒性。-The camera calibration isoneofmostimportantresearch ifeldsin compute
yichuansuanfa
- 遗传算法代码,给大家一个借鉴,有问题的请多多指教-Genetic algorithm code, and give you a reference, there are problems please great weekend
QosMulticastMATLAB
- 功能代码含多种QoS约束的组播路由问题遗传模拟退火算法通用MATLAB源码.-multicast
ga
- GA算法代码 function pop=initpop(popsize,chromlength) pop=round(rand(popsize,chromlength)) rand 随机产生每个单元为 {0,1} 行数为 popsize,列数为 chromlength 的矩阵, roud 对矩阵的每个单元进行圆整。这样产生的初始种群。 2.2 计算目标函数值 2.2.1 将二进制数转化为十进制数(1) 遗传算法子程序 Name: decodebinary.
Wavelet-neural-networks
- 小波神经网络、遗传算法优化神经网络代码,测试可以使用,但具体的原理不是很懂! -Wavelet neural networks, genetic algorithms to optimize neural network code, the test can be used, but the principle is not very specific!
call-center2-20120920-3P3P2
- 本代码用遗传算法解决多技能呼叫中心问题的排班问题,使用的是基本遗传算法-genetic algorithm to solve staffing problem in multi-skill call centers
znkz
- 智能控制;神经网络;PID控制;遗传算法等及其相关程序代码-Intelligent control neural network PID control genetic algorithm and its associated program code
baf47cb43b3d0685
- 遗传算法解决背包问题 报告代码已经结果分析-Genetic algorithm to solve the knapsack problem
GA-Elitst
- 基于精英策略的简单遗传算法代码.这是一个非常简单的遗传算法源代码,是由Denis Cormier (North Carolina State University)开发的,Sita S.Raghavan (University of North Carolina at Charlotte)修正。代码保证尽可能少,实际上也不必查错。对一特定的应用修正此代码,用户只需改变常数的定义并且定义“评价函数”即可。注意代码 的设计是求最大值,其中的目标函数只能取正值;且函数值和个体的适应值之间没有区别。该系
信号处理经典算法
- 15个信号处理经典算法模型及代码实现,涵盖 Dijkstra.DP.BFS/DFS.红黑树.KMP.遗传.启发式搜索.图像 特征提取 SIFT.傅立叶变换.Hash.快速排序.SPFA.快递选择 SELECT 等 15 个经典基础算法,
旅行商
- matlab里使用遗传算法,这种算法可以求解一种旅行商问题(mtsp)(Matlab uses genetic algorithms, which can be used to solve a traveling salesman problem (MTSP))
遗传算法代码
- 代码,用于遗传算法的基础代码,最简单的一种(Code, the basic code for genetic algorithms, the simplest)
MATLAB智能算法30个案例分析程序
- 蚁群算法、遗传算法、免疫算法等智能优化算法应用代码(Application code of intelligent optimization algorithms, such as ant colony algorithm, genetic algorithm, immune algorithm and so on)
简单vrp实例代码 保证可用
- 基于遗传算法的车辆路径问题求解。本文件夹奥阔修改后的遗传算法实例代码 保证可用 (适合初学者和小白)(The problem of vehicle routing problem based on genetic algorithm is solved. This folder Aokuo modified genetic algorithm code examples to ensure that available (for beginners and white))
遗传算法
- 遗传算法学习的一些入门和终极书籍,理论和代码部分都有介绍,是初学者的好帮手,望对各位有用。
共享函数小生境遗传算法
- 该文件为共享函数小生境遗传算法的matlab程序代码。可以直接复制后在matlab软件中运行。(This file is the matlab program code of the shared function niche genetic algorithm. It can be directly copied and run in MATLAB software.)