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

搜索资源列表

  1. MCRGSA

    0下载:
  2. MCRGSA------组播路由问题遗传模拟退火算法 %M-----------遗传算法进化代数 %N-----------种群规模,取偶数 %Pm----------变异概率调节参数 %K-----------同一温度下状态跳转次数 %t0----------初始温度 %alpha-------降温系数 %beta--------浓度均衡系数 %ROUTES------备选路径集 %Num---------到各节点的备选路径数目 %Cost-------
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:1766
    • 提供者:程爱华
  1. TVCMRI_pub.zip

    0下载:
  2. matlab code for Fixed point and Bregman iterative methods. minimize alpha*TV(Phi *x) + beta*||x||_1 + 0.5*||Ax-b||_2^2 ,matlab code for Fixed point and Bregman iterative methods. minimize alpha*TV(Phi*x)+ beta*||x||_1+ 0.5*||Ax-b||_2^2
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:341863
    • 提供者:john
  1. alphabeta

    0下载:
  2. 采用alpha-beta剪枝算法解决博弈树问题,内含代码注释-Using alpha-beta pruning algorithm to solve the game tree problem, comments containing the code
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-01
    • 文件大小:11059
    • 提供者:lzx
  1. Gobang

    0下载:
  2. 一个比较简单的五子棋AI,用的是alpha beta搜索剪枝-A relatively simple backgammon AI, with the alpha beta search pruning
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:664930
    • 提供者:harry
  1. chesslogic

    0下载:
  2. 对弈程序采用了多种搜索算法.以下是本程序主要的类说明: 1.CEveluation类:估值类,对给定的棋盘进行估值. 2.CMoveGenerator类:走法产生器,对给定的棋盘局面搜索出所有可能的走法. 3.CSearchEngine类:搜索引擎基类. 4.CNegaMaxEngine类:负极大值法搜索引擎. 5.CAlphaBetaEngine类:采用了Alpha-Beta剪枝技术的搜索引擎. 6.CFAlphaBetaEngine类:fail
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-08
    • 文件大小:192883
    • 提供者:wiali
  1. ACTSP

    0下载:
  2. 实现了蚁群算法求解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蚂蚁个数
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:1863
    • 提供者:王晶
  1. tac

    0下载:
  2. 利用阿尔法-贝塔剪枝法解决一字棋问题,实现人机对战.-The use of Alpha- Beta pruning method to deal with the word chess issue and realize the human-machine Battle.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-06-02
    • 文件大小:14841982
    • 提供者:Tiny
  1. Othello1.0

    0下载:
  2. 黑白棋othello 1.0 利用mfc编写 采用alpha-beta剪枝算法-Othello othello 1.0 using mfc prepared using alpha-beta pruning algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-05-19
    • 文件大小:5525593
    • 提供者:lc19890306
  1. final

    0下载:
  2. 一个黑白棋程序的算法,程序输出一方棋子在8*8棋盘上的坐标,使用了alpha-beta剪枝和估值等方法实现。-1 Knightmare program algorithm, the program output of one piece of 8* 8 chessboard coordinates, using the alpha-beta pruning and valuation methods to achieve.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-04
    • 文件大小:4219
    • 提供者:crynixes
  1. Alpha_Beta

    0下载:
  2. 利用C语言实现的alpha-beta剪枝,实现人工智能-The use of C language implementation of the alpha-beta pruning to achieve artificial intelligence
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:3664
    • 提供者:sunxihuang
  1. Newmark_koohi

    0下载:
  2. This m.file is intended to perform the numerical integration of a structural system subjected to an external dynamic excitation. The integration scheme utilized for this alysis is the newmark alpha-beta method.
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:1305
    • 提供者:reza
  1. wilson_koohi

    0下载:
  2. This m.file is intended to perform the numerical integration of a structural system subjected to an external dynamic excitation. The integration scheme utilized for this analysis is the newmark alpha-beta method.
  3. 所属分类:matlab

    • 发布日期:2017-03-22
    • 文件大小:1304
    • 提供者:reza
  1. collocation_Newmark_wilson

    0下载:
  2. This m.file is intended to perform the numerical integration of a structural system subjected to an external dynamic excitation. The integration scheme utilized for this analysis is the newmark-wilson alpha-beta-theta method(collocation method).
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:1573
    • 提供者:reza
  1. abfilter

    1下载:
  2. 建立一个先做匀减速直线运动,然后做匀速转弯运动的模型,对该模型添加噪声,然后进行alpha-beta滤波。并进行对比-The establishment of a uniform deceleration do first linear motion, and then make uniform turning movement model, the model to add noise, and then alpha-beta filter. And comparison
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:1462
    • 提供者:李云龙
  1. 061221137.ZOthello.V0.2

    0下载:
  2. 开局定式库 非负极大搜索(基亍Alpha-Beta Pruning)+动态估值(棋子数+棋格表+部分稳定子+行劢力+潜在行劢力) 奇偶搜索(基亍Alpha-Beta Pruning)+静态估值(棋子数) 支持三种模式:人机对弈,玩家先行;人机对弈,电脑先行;双人对弈 支持显示棋步、显示当前黑白两方棋子数 自动标记当前可落子空格 支持显示棋步、显示当前黑白两方棋子数-Othello Alpha-Beta OpenningBook Cut-Off
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-10
    • 文件大小:2170724
    • 提供者:zhanghao
  1. svm_inverter_anggun_anugrah

    0下载:
  2. This is a simple model simulink for Space Vector Pulse Width Modulation Inverter with input alpha-beta (2-phase AC)
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:11519
    • 提供者:anxlie
  1. Bw

    0下载:
  2. this document about Brain waves alpha,beta,theta and delta and their frequencies range and how to detect them using any software labview and matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-23
    • 文件大小:10459
    • 提供者:Haithem Tahon
  1. s223_z_abc_to_ab0_10b

    1下载:
  2. ABC_to_dq0变换,ABC_to_(aβ)aiphar beta变换以及逆变换的mdl文件,已仿真验证其正确性。-ABC_to_dq0 transform, ABC_to_ (aβ) aiphar' beta transform and inverse transform mdl file, verify its correctness has been simulation.
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:32568
    • 提供者:有梦最美
  1. Tracking_SW

    0下载:
  2. This file is the tracking filter. Kalman and Alpha Beta Filter
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:158476
    • 提供者:answns
  1. alpha-beta

    1下载:
  2. 阿尔法贝塔滤波器,是卡曼滤波器的简化,比卡曼滤波器速度快。这是一个实例。-aplha-beta filter is filter that faster than kalman filter
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2016-01-25
    • 文件大小:7168
    • 提供者:zhouqi
« 12 3 4 »
搜珍网 www.dssz.com