CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - heuristic algorithm

搜索资源列表

  1. zhinengdianwang

    1下载:
  2. 基于 MAS 建立的分布并行计算环境,其任务调度问题具有新的特点 对于基于MAS 的配电快速仿真与模拟系统,以配电 网三相状态估计为例,建立了新的调度问题模型,提出了基于FCM 的启发式任务调度优化方法 该方法利用模糊C 均值聚类分析 算法对独立任务进行聚类分析,避免了在超大解空间中用基于搜索的方法去寻求最优解的做法 该方法具有线性时间复杂度,而 且通过大量算例表明它总是能够在合理的时间内获得次优解或最优解,使masDSE 的性能有明显改善-In the distributed pa
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:274275
    • 提供者:macrotone
  1. qifashi

    0下载:
  2. 改文档详细论述了启发式优化算法的原理,以及使用例程和待改进点,供编程爱好者使用-Change the document in detail the principle of heuristic optimization algorithm, and the use of routines and points to be improved for programming lovers
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:24696
    • 提供者:周溜溜
  1. 8-pluzze

    0下载:
  2. 这个是基于启发式搜索算法解八数码问题的一个演示程序,旨在演示启发式搜索及A*算法的基本使用方式。内部已经写好了三种启发式算法,可以在使用过程中选用。并另附了一份实验报告。-This is based on the heuristic search algorithm for solving the the 8-puzzle Problem. Program showed how to use heuristic search and A* algorithm. Within three heu
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:38663
    • 提供者:徐晓涛
  1. AnImprovedHeuristicAnt-ClusteringAlgorithm

    0下载:
  2. 本文提出了一种可以带来启发式知识指导蚂蚁在二维网格空间移动。降低移动蚂蚁的随机性,避免了产生“未分配的数据对象”。我们通过实验结果表明,这种改进的聚类启发式蚁群算法具有优越性并减少在经典算法的运行时间。-An improved heuristic ant—clustering algorithm(HAC)is presented in this paper.A device of memory bank is proposed,which can bring forth heuristic
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-03
    • 文件大小:129036
    • 提供者:lifei
  1. LivingMachinesUseofGeneticalAlgorithms

    0下载:
  2. Genetic Algorithms (GAs) are adaptive heuristic search algorithm premised on the evolutionary ideas of natural selection and genetic. The basic concept of GAs is designed to simulate processes in natural system necessary for evolution, specifically t
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:152217
    • 提供者:raj
  1. power_system_reactive_power_optimization

    5下载:
  2. 优秀论论及对应源码。电力系统配电网的无功优化规划是保证配电网安全、经济运行的一项有效手段,是降低网损、提高电压质量的重要措施。因此,电力系统配电网无功优化规划问题的研究,既具有理论意义,又具有工程实际应用价值。配电系统最优规划问题是一个复杂的非线性组合优化问题,至今未得到很好的解决。Tabu搜索(TS—Tabu search)算法是近年来出现的用于求解组合优化问题的一种高效的启发式搜索技术。本文采用固定并联电容器作为研究对象对系统进行无功补偿,并利用智能优化方法得到使配电网损耗降低最大对应的最优
  3. 所属分类:Energy industry

    • 发布日期:2016-02-08
    • 文件大小:112640
    • 提供者:NBB
  1. TSP

    0下载:
  2. 用A* 算法计算人工智能方面的旅行商问题 称为TSP问题 也可以称用启发式解决TSP问题-A* algorithm using artificial intelligence known as the traveling salesman problem TSP problem can also be known as heuristic problem solving TSP
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:1575
    • 提供者:神马
  1. fenzhijiexianfa

    0下载:
  2. 分支界限法是由“分支”和“界限”策略两个部分组成,其中“分支”策略是对问题空间按照广度优先的策略进行搜索;“限界”策略是为了加速搜索速度而采用启发信息剪枝的策略。 使用分支限界法来解决单源最短路径问题时主要利用结点控制关系剪枝,在一般情况下,如果解空间树中以结点Y为根的子树中所含的解优于以结点X为根的子树中所含的解,则结点Y控制了结点X,以被控制的结点X为根的子树可以剪去。算法实现时,使用邻接矩阵表示图,二维数组存储图的邻接矩阵,使用数组记录源到各顶点的距离和路径上的前驱顶点。 -Br
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:815
    • 提供者:ss
  1. AHSACPinGo

    0下载:
  2. Paper <A Heuristic Search Algorithm for Capturing Problems in Go>
  3. 所属分类:Data structs

    • 发布日期:2017-04-24
    • 文件大小:100887
    • 提供者:sunkai
  1. bysj1

    0下载:
  2. A*算法在java中的实现,用启发式算法。很实用。-A* algorithm implementation in java using heuristic algorithms. Very practical.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:17122
    • 提供者:weiping
  1. GA-programme

    0下载:
  2. 智能优化算法又称为现代启发式算法,是一种具有全局优化性能、通用性强、且适合于并行处理的算法。这种算法一般具有严密的理论依据,而不是单纯凭借专家经验,理论上可以在一定的时间内找到最优解或近似最优解。-Intelligent optimization algorithms, also known as the modern heuristic algorithms, global optimization is a kind of performance, versatility, and suit
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:165074
    • 提供者:于少沛
  1. Studies-on-Fuzzy-C-Means-Based-on-Ant-Colony-Algo

    0下载:
  2. A fault identification with fuzzy C-Mean clustering algorithm based on improved ant colony algorithm (ACA) is presented to avoid local optimization in iterative process of fuzzy C-Mean (FCM) clustering algorithm and the difficulty in fault cl
  3. 所属分类:Development Research

    • 发布日期:2017-03-23
    • 文件大小:273117
    • 提供者:rishi
  1. wew

    0下载:
  2. 启发式遗传算法及其应用Heuristic genetic algorithm and its application-Heuristic genetic algorithm and its application
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-06
    • 文件大小:438588
    • 提供者:jili123
  1. 08575

    0下载:
  2. 第3-6章 第7章 人机对弈 第8章 博弈引擎 第9章 置换表 第10章 算法分析与测试技术 第11章 时间控制策略 第12章 启发式搜索策略 第13章 更多搜索策略-Chapter 3-6 Chapter 7 Chapter 8 man-machine chess game engine replacement table in Chapter 9 Chapter 10 Algorithm Analysis and Testing Technology-time c
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-22
    • 文件大小:6869073
    • 提供者:徐健
  1. relixue

    1下载:
  2. 传算法是一种基于生物进化原理的启发式并行搜索和优化技术,常被用于优化计算。该文针对经典遗传算法在多目标优化计算中存在的不足,结合热力学中熵的概念,利用约束交叉、适应度共享技术来进行多目标函数的优化计算。实验结果显示这种改进型遗传算法能得到一个较好的Pareto优集。 -Propagation algorithm is a heuristic based on the principle of biological evolution parallel search and optimiza
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:209492
    • 提供者:S514506227
  1. Genetic_Algorithm

    0下载:
  2. A genetic algorithm (GA) is a search heuristic that mimics the process of natural evolution. This heuristic is routinely used to generate useful solutions to optimization and search problems. Genetic algorithms belong to the larger class of evolution
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:1110
    • 提供者:soroosh
  1. AstarAlgorithm

    0下载:
  2. 基于启发式收索的A算法,A星算法的C++类的完整实现源代码-A collection of cable based on heuristic algorithms, A star algorithm in C++ source code for the complete implementation of class
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:2659
    • 提供者:wangzhenjun
  1. work

    0下载:
  2. 一种潜入heuristic information的遗传算法-genetic algorithm with heuristic information
  3. 所属分类:MPI

    • 发布日期:2017-04-01
    • 文件大小:21172
    • 提供者:童科
  1. TSP_SA

    0下载:
  2. Solution for Travelling Salesman Problem using the simulated annealing heuristic. As an input, we take coordinates of cities (x,y) and then transform them into distances matrix (we assume, the distance between x and y is the same as between y and
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:111528
    • 提供者:Fenomen
  1. fiveChess2

    0下载:
  2. 本系统实现的是五子棋博弈算法,运用java语言实现了图形用户界面,方便用户使用。算法采用了博弈算法和启发式函数进行搜索,人机对弈可自动判断输赢,结束后可重新开局。-This system is renju game algorithm, use Java language realized the graphical user interface, and user-friendly. Algorithm adopted game algorithm and heuristic search f
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-16
    • 文件大小:126935
    • 提供者:ccc
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 16 17 »
搜珍网 www.dssz.com