搜索资源列表
-
0下载:
旅行商问题的遗传算法求解源代码,多目标优化经典问题的现代启发式算法实现-traveling salesman problem genetic algorithm source code, multi-objective optimization of the modern classic Heuristic Algorithm
-
-
0下载:
本程序是一个关于粗糙集属性约简启发式算法的实现,不过只有执行文件-this procedure is a rough set of attribute reduction heuristic algorithm to achieve, but only the implementation of documents
-
-
0下载:
基于CRAFT的多阶段柔性设备布局优化算法
多阶段设备布局下的总成本包括设备拆装成本、物料搬运成本以及区域利用成本,问题的目标是最小化总成本。首先,在分析问题的基础上,建立基于多阶段设备布局优化目标的数学模型 其次,采用改进的CRAFT启发式算法优化单阶段设备布局 进一步,提出基于单阶段设备布局算法的多阶段启发式算法,优化多阶段设备布局 最后,数值实验表明算法优化后总成本降幅达28.57%.
-CRAFT-based multi-stage flexible equipm
-
-
0下载:
电网机制设计,启发式算法 -Mechanism design grid, heuristic algorithm
-
-
1下载:
遗传算法是一种模拟生物进化机制的随机全局优化搜索方法,具有很强的全局优化能力及鲁棒性。遗传算法属于直接搜索法,对适应函数基本无限制,既不要求连续,也不要求函数可微,而且不需要初始信息可以寻求全局最优解克服了单纯形算法初始条件影响大,易陷入局部最小等缺点,操作方便,速度快,不需要复杂的规则,且可用于多目标寻优,在解空间进行高效启发式搜索,可以提高运算速度。-The genetic algorithm is one simulation organic evolution mechanism sto
-
-
0下载:
SFLA算法是解决组合性优化问题的算法。它是基于集合类方法的启发式研究,这种SFLA初始化于一群虚拟集合青蛙,在池塘中跳跃,搜寻最优的食物地点。青蛙们可以被看作是具有思维的的主体。一种思维可以被看作是一个思想的集合或是文化的进化。每一种思维都是由一系列策略构成。在这种策略进化期间,青蛙的思维也在发生改变,导致了他们在面向目标时方位的改变,这种思维的变化或改变的发生,正是因为青蛙受到其他更好思想的影响。-SFLA algorithm to solve portfolio optimization
-
-
0下载:
实现了蚁群算法求解TSP问题。注释详细
function[R_best,L_best,L_ave,Shortest_Route,Shortest_Length]=ACATSP(C,NC_max,m,Alpha,Beta,Rho,Q)
-------------------------------------------------------------------------
主要符号说明
C n个城市的坐标,n×2的矩阵
NC_max最大迭代次数
m蚂蚁个数
-
-
0下载:
Minoux’s greedy algorithm is a method of a heuristic solution for the network design with linear separable costs.
-
-
0下载:
Karge Thompson算法的MATLAB源程序。-The algorithm of Karge Thompson is a heuristic algorithm that allows to obtain, given a specific group of jobs to be produced, the best sequence in terms of time
setup.
-
-
1下载:
蚁群聚类算法及其源码。是蚁群算法跟聚类算法的结合,启发式搜索社团结构。-Ant colony clustering algorithm and its source code. Ant colony algorithm with the clustering algorithm is a combination of heuristic search community structure.
-
-
1下载:
Algorithm colouring graph minimum numbers of colours. Dsatur heuristic algorithm.
-
-
0下载:
memetic 优化算法的研究文献.有用的可以参考一下-memetic optimization algorithm of the research literature. a useful reference for
-
-
0下载:
調和搜尋演算法(Harmony Search HS)是將樂團演奏表現調整至最協調且美妙的現象引用到最佳化演算系統當中,而發展出一套全新的啟發式演算法-Reconcile the search algorithm (Harmony Search HS) is the Orchestra performance of coordinated and adjusted to the most wonderful reference to the best of the phenomenon
Ca
-
-
0下载:
蚁群算法,通过本算法,可以用以求解NP问题最优值,属于启发算法-Ant colony algorithm, the algorithm can be used to solve the problem of the optimal value of the NP, is heuristic algorithm
-
-
0下载:
一个大地球物理数据的多元分析的启发式算法在模式识别集-A heuristic algorithm for pattern identification in large multivariate analysis of geophysical data sets
-
-
0下载:
旅行商问题,使用模拟退火算法和遗传算法解决的代码。-The traveling salesman problem using the simulated annealing algorithm and genetic algorithm to solve the code.
-
-
0下载:
布谷鸟搜索算法[CuckooSearch(CS)],也叫杜鹃搜索,是由剑桥大学Xin-SheYang(杨新社)教授和S.Deb于2009年提出的一种新兴启发算法CS算法通过模拟某些种属布谷鸟(CuckooSpecies)的寄生育雏(BroodParasitism)来有效地求解最优化问题的算法.同时,CS也采用相关的Levy飞行搜索机制。-Cuckoo search algorithm [CuckooSearch (CS)], also called cuckoo search algorithm
-
-
0下载:
启发式算法的TSP的matlab程序,包含模拟退火算法与遗传算法。(Heuristic algorithm of TSP matlab program, including simulated annealing algorithm and genetic algorithm.)
-
-
0下载:
用于解决TSP的启发式算法的matlab程序,包含模拟退火算法与遗传算法。(Matlab program for solving TSP heuristic algorithm, including simulated annealing algorithm and genetic algorithm.)
-
-
2下载:
基于启发式算法(Heuristic Algorithm, HA)与修复遗传算法(Repairing Genetic Algorithm, RGA)相结合的文化基因算法(Memetic Algorithm, MA)是一种较为迅速的最优算法(The Memetic Algorithm (MA) based on Heuristic Algorithm (HA) and repair Genetic Algorithm (RGA) is a relatively fast optimal Algori
-