CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 人工智能/神经网络/遗传算法 搜索资源 - solve

搜索资源列表

  1. 图搜索策略

    0下载:
  2. 一个使用Java实现的人工智能的图搜索策略程序——酒九宫图问题 人工智能-图搜索策略-演示程序-使用说明 程序简介 在人工智能领域,对隐式图的搜索是求解问题的一种基本方法,本程序通过使用多种图搜索策略,对 重排九宫问题进行求解,演示了“广度优先搜索”、“深度优先搜索”、“有界深度优先搜索”、 “最好优先搜索”和“局部择优搜索”五种基本的图图搜索策略。 整个程序使用了动画技术,界面设计美观友好,使用方便。-use a Java artificial intelligence plans Searc
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:28.94kb
    • 提供者:陈凯
  1. 遗传算法工具箱

    0下载:
  2. 如何利用遗传算法工具箱函数编写求解实际优化问题的MATLAB程序-how to use genetic algorithm toolbox function optimization prepared to solve practical problems MATLAB
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:103.98kb
    • 提供者:qianyg
  1. C45Rule-PANE

    0下载:
  2. 决策树 C45Rule-PANE算法 解决了决策的问题,是从QUILAN算法修改而成-Decision Tree C45Rule - PANE algorithm to solve the problem of decision-making, from QUILAN algorithm revisions
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:7.66kb
    • 提供者:黎平
  1. 遗传算法解决异或

    0下载:
  2. 这是一个用遗传算法来解决异或问题的小程序。-This is a genetic algorithm to solve the problems or differences of small programs.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:37.34kb
    • 提供者:郝宁
  1. 20058702518155

    0下载:
  2. 经典的用遗传算法解决TSP问题,TsP问题就是旅行商问题。-classic genetic algorithm to solve TSP, underwent problem is the traveling salesman problem.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:121.75kb
    • 提供者:金虎
  1. a星算发

    0下载:
  2. 人工智能的经典八皇后问题,这个算法是a*算法.利用这个算法可以解决八数码,八皇后问题等 -artificial intelligence Queen's classic 8, the algorithm is a * algorithm. Use of this algorithm can solve eight digital, 8 Queen's problems
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:38.92kb
    • 提供者:春风秋雨
  1. chenbo广度

    0下载:
  2. 人工智能运用广度优先算法来解决八数码问题,由初始状态到目标状态按层搜索-breadth priority use of artificial intelligence algorithms to solve eight digital issue, the initial state to the target state by layer Search
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:11.38kb
    • 提供者:春风秋雨
  1. Mga

    0下载:
  2. 一些用matlab编写的经典遗传算法算例。可以用于解决许多优化问题-using Matlab to prepare some of the classic examples of genetic algorithm. Many can be used to solve optimization problems
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:134.58kb
    • 提供者:张沙清
  1. parallelgenetic

    0下载:
  2. 使用并行遗传算法解决TSP问题,使用MPI函数库进行通信。-Using parallel genetic algorithm to solve TSP problem, use the MPI library for communication.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-04
    • 文件大小:1.25mb
    • 提供者:wrq
  1. particle_swarm_optimization-Solve-the-TSP-problem.

    0下载:
  2. 基于粒子群优化算法(PSO)的50个城市TSP问题的求解,可推广至类似NP-hard问题。-Based on Particle Swarm Optimization (PSO) of the 50 cities TSP problem solving can be extended to a similar NP-hard problem.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-23
    • 文件大小:2.09kb
    • 提供者:孙岩
  1. sa_tsp

    0下载:
  2. 模拟退火求解TSP问题,代码用MATLAB编写的-Simulated Annealing to solve TSP problems, code written with MATLAB
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:1.22kb
    • 提供者:TL
  1. EightPazzelBfs

    0下载:
  2. This project solve 8 puzzle with breadth first search. I wrote this program for Artificial Intelligence lesson.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-27
    • 文件大小:35.09kb
    • 提供者:somatco
  1. fsolve

    0下载:
  2. the newtown rapson method to solve systems of non-lineaire equations-the newtown rapson method to solve systems of non-lineaire equations
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:777.63kb
    • 提供者:Pino
  1. Using-GA-to-solve-eight-queens

    0下载:
  2. 用遗传算法完美解决八皇后问题! 有详细的注释-Using genetic algorithms to solve the eight queens problem perfectly! Detailed notes
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-25
    • 文件大小:22.3kb
    • 提供者:王飞
  1. Using-ant-colonies-to-solve-multiprocessor-task-g

    0下载:
  2. Thesis : Using ant colonies to solve multiprocessor task graph scheduling
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-27
    • 文件大小:534.94kb
    • 提供者:Hamid
  1. genetic-optimization-to-solve-TSP

    0下载:
  2. 人工智能遗传算法优化解决TSP问题,很好用的代码-Artificial intelligence, genetic algorithm optimization to solve the TSP problem, a good code
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:124.19kb
    • 提供者:陈唐龙
  1. GA-to-solve-knapsack-problem

    0下载:
  2. Genetic algorithm to solve knapsack problem
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:2.85kb
    • 提供者:康超
  1. Backpropagation-to-solve-the-XNOR

    0下载:
  2. this to solve the problem of xnor using backpropagation algorithm-this is to solve the problem of xnor using backpropagation algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-11
    • 文件大小:1.11kb
    • 提供者:Aead Amer
  1. CHNN-solve-TSP-problem

    0下载:
  2. 连续Hopfield网络解决TSP问题的程序-Continuous Hopfield network programs to solve TSP problem
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-12
    • 文件大小:1003byte
    • 提供者:李童杰
  1. pso-to-solve-jizu-zuhe

    0下载:
  2. 利用PSO算法,通过matlab平台实现,旨在解决机组优化问题,适合初学者了解粒子群算法及其应用,程序内有相关注释,为避免算法陷入局部最优,对相关算子做了适当改进。 -Xin an river model, using the PSO algorithm, through the matlab platform, aims to solve the optimal problem, suitable for beginners to understand particle swarm alg
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:3.15kb
    • 提供者:ethbk
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com