搜索资源列表
-
2下载:
matlab格式源代码。功能:利用改进遗传优化算法解决BP神经网络中局部最小问题。,matlab source code format. Function: the use of improved genetic optimization algorithm BP neural network to solve local minimum problems.
-
-
0下载:
讲述偏最小二程结合遗传算法的实现过程,利用MatLab语言编程实现-Two-way on the unbiased minimum genetic algorithm combined with the implementation process, the use of MatLab programming language implementation
-
-
0下载:
基于MATLAB的遗传算法求解函数的最小值-MATLAB-based genetic algorithm for solving the minimum value of the function
-
-
0下载:
利用遗传算法求解旅行商问题
旅行商问题,即TSP问题(Travelling Salesman Problem)是数学领域中著名问题之一。假设有一个旅行商人要拜访n个城市,他必须选择所要走的路径,路经的限制是每个城市只能拜访一次,而且最后要回到原来出发的城市。路径的选择目标是要求得的路径路程为所有路径之中的最小值。 -Traveling salesman problem using genetic algorithm traveling salesman problem, namely, th
-
-
0下载:
利用matlab实现遗传算法的求函数最大值最小值问题-Using genetic algorithm for matlab function to achieve maximum minimum problem
-
-
0下载:
Matlab genetic algorithm to achieve the maximum and minimum demand function problem, this paper describes the procedures for all functions matlab source code for reference
-
-
0下载:
用matlab编写的遗传算法程序,用于求解整数的最小值问题,希望对大家有帮助-Prepared by the genetic algorithm with matlab program for solving the minimum integer problems, we hope to help
-
-
0下载:
运用matlab进行遗传算法编程,旨在解决汽车发动机悬置系统的固有频率最小值的问题-The use of genetic algorithm matlab programming, automotive engine mounting system designed to address the natural frequency of the minimum problem
-
-
0下载:
基于遗传算法原理,利用matlab编程,求函数最小值-matlab program for GA, which can be used to obtain minimum value
-
-
0下载:
Find the minimum of “y=x*x” using genetic algorithm in Matlab
-
-
0下载:
本代码包含了利用可行点标记求最佳匹配算法的MATLAB代码,求最小费用最大流算法的temp程序,还有利用遗传算法解决temp1问题的Matlab程序。非常适合初学MATLAB的朋友学习。
-The code contains the use of feasible point mark for the best match algorithm MATLAB code, find the minimum cost maximum flow algorithm temp program, as
-
-
0下载:
本代码包含了利用可行点标记求最佳匹配算法的MATLAB代码,求最小费用最大流算法的ogYSpQ程序,还有利用遗传算法解决 EhLGPBT 问题的Matlab程序。非常适合初学MATLAB的朋友学习。-The code contains the use of feasible point mark for the best match algorithm MATLAB code, find the minimum cost maximum flow algorithm ogYSpQ progra
-
-
0下载:
本代码包含了利用可行点标记求最佳匹配算法的MATLAB代码,求最小费用最大流算法的JmkfHK程序,还有利用遗传算法解决 WVwcSIv 问题的Matlab程序。非常适合初学MATLAB的朋友学习。-The code contains the use of feasible point mark for the best match algorithm MATLAB code, find the minimum cost maximum flow algorithm JmkfHK progra
-
-
0下载:
本代码包含了利用可行点标记求最佳匹配算法的MATLAB代码,求最小费用最大流算法的NQXtyd程序,还有利用遗传算法解决 fSuYwWg 问题的Matlab程序。非常适合初学MATLAB的朋友学习。-The code contains the use of feasible point mark for the best match algorithm MATLAB code, find the minimum cost maximum flow algorithm NQXtyd progra
-
-
0下载:
本代码包含了利用可行点标记求最佳匹配算法的MATLAB代码,求最小费用最大流算法的bbuOsP程序,还有利用遗传算法解决 gRrYWKD 问题的Matlab程序。非常适合初学MATLAB的朋友学习。-The code contains the use of feasible point mark for the best match algorithm MATLAB code, find the minimum cost maximum flow algorithm bbuOsP progra
-
-
0下载:
本代码包含了利用可行点标记求最佳匹配算法的MATLAB代码,求最小费用最大流算法的wguBIN程序,还有利用遗传算法解决 FARIhPA 问题的Matlab程序。非常适合初学MATLAB的朋友学习。-The code contains the use of feasible point mark for the best match algorithm MATLAB code, find the minimum cost maximum flow algorithm wguBIN progra
-
-
0下载:
本代码包含了利用可行点标记求最佳匹配算法的MATLAB代码,求最小费用最大流算法的XjnGnR程序,还有利用遗传算法解决 zFbbBJQ 问题的Matlab程序。非常适合初学MATLAB的朋友学习。-The code contains the use of feasible point mark for the best match algorithm MATLAB code, find the minimum cost maximum flow algorithm XjnGnR progra
-
-
0下载:
本代码包含了利用可行点标记求最佳匹配算法的MATLAB代码,求最小费用最大流算法的BcALVs程序,还有利用遗传算法解决 uJtzABw 问题的Matlab程序。非常适合初学MATLAB的朋友学习。-The code contains the use of feasible point mark for the best match algorithm MATLAB code, find the minimum cost maximum flow algorithm BcALVs progra
-
-
0下载:
一个关于遗传算法优化BP神经网络的算法方案研究,遇到一个问题就是在用BP神经网络仿真的结果里,最大值和最小值预测误差特别大,而其他值的误差很小,同样,我用遗传算法优化之后这个问题依然没有解决,可以作为大家下一步研究的参考(A genetic algorithm to optimize BP neural network algorithm program, encountered a problem is that in the BP neural network simulation resu
-
-
1下载:
假设在一个供求关系系统中,车辆从货源取货,配送到对应的若干配送点。车辆存在最大载货量,且配送可能有时间限制。需要合理安排取货时间,组织适当的行车路线,使用户需求得到满足,同时使某个代价函数最小,比如总工作时间最少、路径最短等。
可以看出TSP问题是VRP问题的一种简单特殊形式。因此,VRP也是一种NP hard 问题。
目前解决此种问题的办法有多种,主要以启发式算法为主。包括退火算法、遗传算法、蚁群算法、禁忌算法等,本文介绍两种比较简单算法:C-W节约算法和遗传算法。(Assume that
-