搜索资源列表
用遗传算法计算最短路径
- matlab编写的计算排序问题或者求最优值问题,适用于数学建模以及工程计算-Matlab calculations prepared by the scheduling problem or seek optimal values, apply to mathematical modeling, and engineering computing
EightQueen
- 人工智能中八皇后问题的算法演示,通过二叉排序数对所有可能的路径进行排序,广度遍历
LearningToRank
- 使用机器学习方法来研究搜索网站排序问题.-Study website keywords ranking problem with machine learnig methods
yichuansanf
- 该为遗传算法解决比赛项目排序问题,给出了过程分析,列出了比赛项目排序的模型,进行了方法的研究,最后用c语言编程实现了矩阵的导入,矩阵的转化,遗传算法.程序在解决此类问题,效果良好-The events for the genetic algorithm to solve scheduling problem, given the process of analysis, a list of events sort of model, carried out research on methods
AdaptingGA
- 本算法为自适应遗传算法,采用基于排序的选择策略,编码方案为实数编码。能够解决很多优化问题!-The algorithm for the adaptive genetic algorithm, based on the sort of choice strategy, coding schemes for real-coded. Many optimization problems can be solved!
matlab_for_neural_network
- 使用matlab实现利用人工神经网络布尔逻辑判断,数字识别,SOFM排序和旅行商问题-Using matlab to achieve the use of artificial neural network to determine the Boolean logic, digital identification, SOFM sorting and Traveling Salesman Problem
svm_rank.tar
- Learning to Rank的一个方法,把排序问题转换成了一个分类问题,然后用支持向量机(SVM)训练出一个模型来。-Learning to Rank of a way to sort problem is transformed into a classification problem, and then use support vector machine (SVM) to train a model.
Tsinghua.Summer.NSGA
- 本人于清华大学所做纽约隧道工程管径优化问题,采用的是非支配排序遗传算法-the program was written when i was in Tsinghua University,to solve diameter optimization problems
11
- 对车间工件加工排序问题,可以用遗传算法等-Workpiece on the shop scheduling problem, genetic algorithms can be used
nsga-original
- 非支配排序算法,用于求解多目标问题,c语言。-This is a GA implementation for multi-objective optimization. *** *** For multi-objective optimization, non-domonated sorting has *** *** been used. The design variables can be Binary, Integer, Real *** *** or Enumerat
CPJG
- 本程序主要是利用人工智能的方法来实现重排九宫问题,通过构建启发式函数来实现快速排序,比深度优先遍历效果更好-This procedure is the use of artificial intelligence methods to realize the the Jiugong problems rearrangement, by constructing a heuristic function to achieve the quick sort, better than depth-fi
yichunsuanfa
- 遗传算法用在NP问题上,成功解决排序问题-Genetic algorithm used in the NP problem, the successful resolution of scheduling problems
huoche
- 火车车厢排序问题 确定缓冲轨道最小数目 缓冲过程-Train carriage track buffer scheduling problems identified during the minimum number of buffer
IVA
- 独立向量分析(IVA)是对独立成分分析(ICA)算法的一种扩展,将ICA中的单变量成分扩展为多维变量成分,可有效避免卷积盲源分离过程中的排序模糊性问题。-Independent vector analysis (IVA), a multivariate extension of independent component analysis, tackles the convolutedly mixed blind source separation (BSS) problem in a wa
sas
- 一段用C++写的排序蚁群算法,用于求解旅行商TSP问题-ACO TSP
3-12
- 双调旅行售货员问题 问题分析:给定平面上n个点,p[i]=(x[i],y[i]),I=1,2,3,…,n。点集p1,p2..pi按x坐标排序 t(i)表示点{p1,p2...pi}的最短双调TSP回路,则有, t(i) = min{t(k) + D(k,i) + d(k-1,i) - d(k-1,k)} ,1<k<i t(1) = 0,t(1) = 2d(1,2) d(i,j)为pi,pj之间的距离 D(i,j)为pi,pi+1,pi+1...pj之间累加距离 设s(i