搜索资源列表
TS_TSP
- 解决TSP问题的TS算法MATLAB实现,其中加入了变异算法,当然也可以去掉这个步骤,调用TS_TSP(N, inStart, IsBianYi),N是城市数目,inStart是起始城市的序号,IsBianYi就是选择变异否,如果为0则不要变异,否则就是结合变异算子的TS算法。 至于下面的参数可以自己调: T:总的循环次数; tabulength:禁忌长度; Pby:变异概率;
OptAlgorithm
- 实现了TS,SA,GA,ENA,MGLS等一系列现代优化算法,包括benchmark
ts
- 這是一個用vb撰寫而成的TS演算法,可以提供初學者試試看
TS-TSP.rar
- 使用禁忌搜索算法求解TSP(旅行商问题)的JAVA源程序,The use of tabu search algorithm for solving TSP (Traveling Salesman Problem) the JAVA source code
Recurrent-T-S-FNN
- 递归T-S模糊神经网络学习算法,用遗传算法优化参数-Recursive TS fuzzy neural network learning algorithm, using genetic algorithm parameters
kalmanfuzzy
- 基于T-s模糊模型用于估计非线性系统的状态的kalman滤波器。-Ts-based fuzzy model used to estimate the state of nonlinear systems kalman filter.
TSP
- 各种算法的TSP源码,包含GA、SA、TS、ANN。-TSP source of various algorithms, including GA, SA, TS, ANN.
f
- 多目标遗传算法, 多目标遗传算法,-if you want study MOGA ,you you must read them.
sA-TS-for-TSP
- 模拟退火算法及禁忌搜索算法解tsp的比较,文章及matalb源码-Simulated annealing algorithm and tabu search algorithm for solving tsp comparison, articles and matalb source
RRTS
- 基于随机粗糙模拟的TS算法,用于解决连续型多目标规划问题-The application of random rough simulation-based TS algorithm to multiobjective problem
TS-Fuzzy_Models
- TS-Fuzzy Model模糊系统论文pdf文件以及Matlab code源码,对学习很有帮助。-paper: "Compact TS-Fuzzy Models through Clustering and OLS plus FIS Model Reduction" and Matlab code.
fuzzyanfis
- TS的模糊神经网络程序,包括数据对比输出,网络均方差输出对比,隶属度函数对比-TS fuzzy neural network program, including the comparison of the data output, the network mean square output contrast, comparison of membership functions
TS-TSP1
- TS-TSP1,用禁忌搜索求解旅行商问题的的一个初级程序-Tabu search
Biomimicry
- kevin passino的经典智能控制辨识的书,内容涉及智能控制中的群智能算法,T-S模糊模型,神经网络-kevin passino identification intelligent control of the classic book, covering Intelligent Control of swarm intelligence algorithm, TS fuzzy model, neural network
SVM-Multiregression
- SVM Multiregression for Non Linear Channel Estimation in Multiple-Input Multiple-Output Systems 在多输入多输出系统中的SVM多元回归非线性逼近-This paper addresses the problem of Multiple-Input Multiple-Output (MIMO) frequency non-selective channel estimation. We d
T_S_anfis
- 本文研究了模糊系统和神经网络这两种人工智能方法的长处和短处,并将它们有机地结合在一起。将基于T-S模型的模糊神经网络应用于水质评价中,取得了较好的效果,为水质评价提供了一个新的方法。 -In this paper, fuzzy systems and neural network artificial intelligence methods both strengths and weaknesses, and they are organically combined. TS model
ts_tsp
- 利用TS解tsp,把所有路徑解解出,再找出最佳解-The use of TS solution tsp, solved all paths solution, and then find the optimal solution
duoquanzhishengjingwangluo
- 应用多权值神经网络方法对静态手势进行识别, 对手势字母图像采用傅里叶描述子提取特征信息, 取低频信息成分构建成犯维特征向量, 并应用多权值神经网络的算法, 构建各类的神经元网络-W ith th e develo Pm en t of hu m an eom p uter intera etion te ehn olo盯, th e h as been b ased on an im P o rt a n t tas k fo r U r o n s diseu ssion
functions
- This paper provides the review of literature benchmarks (test functions) commonly used in order to test optimization procedures dedicated for mul- tidimensional, continuous optimization task. Special attention has been paid to multiple-extreme
TS-SA
- 禁忌搜索和模拟退火相结合的算法,解决TSP问题。注:31城市。-Tabu search and simulated annealing to a combination of algorithms to solve TSP. Note: The 31 cities.