搜索资源列表
-
0下载:
旅行商问题的遗传算法求解源代码,多目标优化经典问题的现代启发式算法实现-traveling salesman problem genetic algorithm source code, multi-objective optimization of the modern classic Heuristic Algorithm
-
-
0下载:
电网机制设计,启发式算法 -Mechanism design grid, heuristic algorithm
-
-
0下载:
SFLA算法是解决组合性优化问题的算法。它是基于集合类方法的启发式研究,这种SFLA初始化于一群虚拟集合青蛙,在池塘中跳跃,搜寻最优的食物地点。青蛙们可以被看作是具有思维的的主体。一种思维可以被看作是一个思想的集合或是文化的进化。每一种思维都是由一系列策略构成。在这种策略进化期间,青蛙的思维也在发生改变,导致了他们在面向目标时方位的改变,这种思维的变化或改变的发生,正是因为青蛙受到其他更好思想的影响。-SFLA algorithm to solve portfolio optimization
-
-
1下载:
蚁群算法是通过模拟蚂蚁觅食而发展出的一种新的启发算法 基于群体的协作与学习 该算法已
经成功地解决诸如× ≥° 问题等多种组合优化问题 本文提出了一种基于自适应调整信息素的改进蚁群算法
该算法根据人工蚂蚁所获得解的情况 动态地调整路径上的信息素 从而使得算法跳离局部最优解 通过仿真
实验获得的结果表明 该算法对于蚁群算法
-
-
0下载:
蚁群算法是一种用来在图中寻找优化路径的机率型技术,该算法具有许多优良的性质,具有一种新的模拟进化优化方法的有效性和应用价值, 是一种求解组合最优化问题的新型通用启发式方法,可以解决一维静态优化问题甚至多维动态组合优化问题。
-Ant colony algorithm is a method used to find optimal path in the graph of the probability-based technology, the algorithm has many goo
-
-
0下载:
memetic 优化算法的研究文献.有用的可以参考一下-memetic optimization algorithm of the research literature. a useful reference for
-
-
0下载:
主要介绍蚁群算法,其中还包含了一些其他启发式算法。比较好的入门资料。-Introduces the ant colony algorithm, which also contains some other heuristic algorithms. Good introductory information.
-
-
0下载:
主要介绍模拟退火算法,也是一个很好的启发式算法,在数值优化中用的比较多。-Introduces the simulated annealing algorithm is a good heuristic algorithm used in the comparison of numerical optimization more.
-
-
0下载:
基于人工智能的蚁群算法,是一种重要的启发式算法。希望能够帮助到有需要的人!-Ant colony algorithm based on artificial intelligence, is an important heuristic algorithm. Hope to help the needy people!
-
-
0下载:
模拟退火源码,用于解决优化问题的一种启发式算法,理论上是一个全局最优算法。
-Simulated annealing source code for solving optimization problems in a heuristic algorithm, in theory, is a global optimal algorithm.
-
-
0下载:
微分演化算法,可以用于结构系统识别。它是一种启发式算法,对于解决复杂的优化问题有很好的效果。-Differential evolution algorithm, can be used for structural system identification. It is a heuristic algorithm for solving complex optimization problems with good results.
-
-
0下载:
关于智能寻路,网络上也有很多相关的文章,一般都是已A*为主,他只是一种启发式搜索,主要还是做一个智能路径搜索的算法。 -About the intelligent pathfinding, network also has A lot of related articles, are generally have A * give priority to, he is just A heuristic search, the main or do A intelligent search alg
-
-
0下载:
本资料详细介绍了有关启发式算法的重要内容,包括模拟退火方法,遗传算法,动态规划,背包问题,对相关的研究有帮助。-This information details the important heuristic, including simulated annealing, genetic algorithms, dynamic programming, knapsack problem, the related research help.
-
-
0下载:
蚁群算法(ant colony algorithm,简称ACA)是20世纪90年代由意大利学者M.Dorigo等人首先提出来的一种新型的模拟进化算法.它的出现为解决NP一难问题提供了一条新的途径.用蚁群算法求解旅行商问题(TSP)、分配问题(QAP)、调度问题(JSP)等,取得了一系列较好的实验结果.虽然对蚁群算法研究的时间不长,但是初步研究已显示出蚁群算法在求解复杂优化问题(特别是离散优化问题)方面具有一定的优势,表明它是一种很有发展前景的方法.蚁群算法的主要特点是:正反馈、分布式计算.正反馈
-
-
0下载:
蚁群算法是解决多qoS约束组播路由问题的一种启发式算法。-Ant colony algorithm is to solve the problem of multicast routing qoS constraints a heuristic algorithm.
-
-
1下载:
FF规划器是智能规划界最富盛名的作品,采用经典的前向搜索方法,结合启发式算法有效提高了规划算法搜索效率,在多次世界规划大赛中都有好的名次。-The FF planning is the most famous works of intelligent planning community, using classical forward search method, combined with heuristic algorithm to effectively improve the plan
-
-
0下载:
旅行商问题,使用模拟退火算法和遗传算法解决的代码。-The traveling salesman problem using the simulated annealing algorithm and genetic algorithm to solve the code.
-
-
0下载:
提出一种基于启发式变异的蚁群算法,结合传统蚁群算法和遗传变异算法的优点,利用蚁群算法找到一条全局近优解,采用启发式变异进行路径优化,并将优化信息以信息素的方式传递给下一代,从而快速得到全局最优解-】This paper proposes an Ant Colony Algorithm based on Heuristic Mutation(ACAHM), combining with the advantage of the traditionalAnt Colony Algorithm(ACA
-
-
0下载:
An Improved Heuristic Ant-Clustering Algorithm
-
-
0下载:
布谷鸟搜索算法[CuckooSearch(CS)],也叫杜鹃搜索,是由剑桥大学Xin-SheYang(杨新社)教授和S.Deb于2009年提出的一种新兴启发算法CS算法通过模拟某些种属布谷鸟(CuckooSpecies)的寄生育雏(BroodParasitism)来有效地求解最优化问题的算法.同时,CS也采用相关的Levy飞行搜索机制。-Cuckoo search algorithm [CuckooSearch (CS)], also called cuckoo search algorithm
-