搜索资源列表
SGA_v2[1]
- 遗传算法源码 C++环境下的 欢迎大家来下载-Genetic algorithm source C++ Environment welcome you to download
ga
- 基于遗传算法的,可以用来求解多目标优化的程序源码-Based on genetic algorithms can be used to solve multi-objective optimization procedure source
SimpleGeneticAlgorithmforFunctionOptimization
- genetic algorithm used in MCM -遗传算法源码
GeneticAlgorithm
- 遗传算法源码, 遗传算法源码-Source of genetic algorithm
ga_algorithm
- 遗传算法的matlab源码 能运行 很好-Genetic algorithm matlab source code can run well
BP-GA
- 一种实现话务预测预测算法,基于遗传算法优化神经网络,源码+数据,效果很好-A traffic forecast prediction algorithm based on genetic algorithm optimization neural network source+ data, the effect is very good
Matlab
- 基于遗传算法的投影寻踪模型Matlab源码-Based on genetic algorithm Matlab source Projection Pursuit Model
Genetic-algorithm-WNN-source
- 遗传算法小波神经网络的matlab源码,可直接执行。-WNN genetic algorithm matlab source code can be executed directly.
Genetic-algorithm
- 遗传算法的matlab源码实现,里边包含有例子可验证其有效性-Genetic algorithm matlab source code
chejiandiaodu
- 流水线型车间作业调度问题可以描述如下:n个任务在流水线上进行m个阶段的加工,每一阶段至少有一台机器且至少有一个阶段存在多台机器,并且同一阶段上各机器的处理性能相同,在每一阶段各任务均要完成一道工序,各任务的每道工序可以在相应阶段上的任意一台机器上加工,已知任务各道工序的处理时间,要求确定所有任务的排序以及每一阶段上机器的分配情况,使得调度指标(一般求Makespan)最小。下面的源码是求解流水线型车间作业调度问题的遗传算法通用MATLAB源码,属于GreenSim团队原创作品,博客上发布的是不完
VC_GA_test
- 遗传算法源码,染色体编码,计算函数值,选择复制,交叉,变异,找到适应度最高的个体。-Source of genetic algorithm, chromosome encoding, computing function values, Copy, crossover, mutation, to find the highest degree of individual.
genetic-algorithm
- 双层规划模型的遗传算法求解的Matlab源码-Bi-level programming model of genetic algorithm
jobshopscheduling
- 求解jssp问题的一类遗传算法源码,具有很好的收敛性,解决MT10问题-for the JSSP problem
fuibiu_v28
- MIT人工智能实验室的目标识别的源码,用MATLAB编写的遗传算法路径规划,人脸识别中的光照处理方法。- MIT Artificial Intelligence Laboratory identification of the target source, Genetic algorithms using MATLAB path planning, Face Recognition light treatment method.
《Matlab遗传算法工具箱及应用》源码
- 《Matlab遗传算法工具箱及应用》源码,雷俊杰版,适用于基础薄弱的学者(genetic algorithm toolbox and application Matlab source, Lei Junjie version, suitable for the weak foundation of the scholars)
神经网络遗传算法极值寻优
- 神经网络遗传算法,用于非线性函数的极值寻优,非常好的源码(Neural network genetic algorithm, for nonlinear function extremum seeking, very good source code)
《Matlab遗传算法工具箱及应用》源码
- 对matlab遗传算法进行了详细地介绍,并进行了实例介绍(The matlab genetic algorithm is introduced in detail, and an example is introduced.)
源码GAaPSO
- 遗传算法粒子群优化,代码通俗易懂,学习一下(Genetic algorithm particle swarm optimization, code is easy to understand, learn.)
VRPTW-ga-master
- python源码,利用遗传算法解决VRPTW问题,包含所有过程步骤(solve the VRPTW by GA(Python cord))
神经网络入门13课源码
- 神经网络入门13课源码 第一课 MATLAB入门基础 第二课 MATLAB进阶与提高 第三课 BP神经网络 第四课 RBF、GRNN和PNN神经网络 第五课 竞争神经网络与SOM神经网络 第六课 支持向量机( Support Vector Machine, SVM ) 第七课 极限学习机( Extreme Learning Machine, ELM ) 第八课 决策树与随机森林 第九课 遗传算法( Genetic Algorithm, GA ) 第十课 粒子群优化( Part