期刊文献+
共找到73篇文章
< 1 2 4 >
每页显示 20 50 100
Research on Different Heuristics for Minimax Algorithm Insight from Connect-4 Game 被引量:1
1
作者 Xiyu Kang Yiqi Wang Yanrui Hu 《Journal of Intelligent Learning Systems and Applications》 2019年第2期15-31,共17页
Minimax algorithm and machine learning technologies have been studied for decades to reach an ideal optimization in game areas such as chess and backgammon. In these fields, several generations try to optimize the cod... Minimax algorithm and machine learning technologies have been studied for decades to reach an ideal optimization in game areas such as chess and backgammon. In these fields, several generations try to optimize the code for pruning and effectiveness of evaluation function. Thus, there are well-armed algorithms to deal with various sophisticated situations in gaming occasion. However, as a traditional zero-sum game, Connect-4 receives less attention compared with the other members of its zero-sum family using traditional minimax algorithm. In recent years, new generation of heuristics is created to address this problem based on research conclusions, expertise and gaming experiences. However, this paper mainly introduced a self-developed heuristics supported by well-demonstrated result from researches and our own experiences which fighting against the available version of Connect-4 system online. While most previous works focused on winning algorithms and knowledge based approaches, we complement these works with analysis of heuristics. We have conducted three experiments on the relationship among functionality, depth of searching and number of features and doing contrastive test with sample online. Different from the sample based on summarized experience and generalized features, our heuristics have a basic concentration on detailed connection between pieces on board. By analysing the winning percentages when our version fights against the online sample with different searching depths, we find that our heuristics with minimax algorithm is perfect on the early stages of the zero-sum game playing. Because some nodes in the game tree have no influence on the final decision of minimax algorithm, we use alpha-beta pruning to decrease the number of meaningless node which greatly increases the minimax efficiency. During the contrastive experiment with the online sample, this paper also verifies basic characters of the minimax algorithm including depths and quantity of features. According to the experiment, these two characters can both effect the decision for each step and none of them can be absolutely in charge. Besides, we also explore some potential future issues in Connect-4 game optimization such as precise adjustment on heuristic values and inefficiency pruning on the search tree. 展开更多
关键词 HEURISTICS minimax algorithm ZERO-SUM GAME Connect-4 GAME
下载PDF
Evaluation of the Use of Minimax Search in Connect-4—How Does the Minimax Search Algorithm Perform in Connect-4 with Increasing Grid Sizes?
2
作者 Abdoul Wahab Touré 《Applied Mathematics》 2023年第6期419-427,共9页
As computers have become faster at performing computations over the decades, algorithms to play games have also become more efficient. This research paper seeks to see how the performance of the Minimax search evolves... As computers have become faster at performing computations over the decades, algorithms to play games have also become more efficient. This research paper seeks to see how the performance of the Minimax search evolves on increasing Connect-4 grid sizes. The objective of this study is to evaluate the effectiveness of the Minimax search algorithm in making optimal moves under different circumstances and to understand how well the algorithm scales. To answer this question we tested and analyzed the algorithm several times on different grid sizes with a time limit to see its performance as the complexity increases, we also looked for the average search depth for each grid size. The obtained results show that despite larger grid sizes, the Minimax search algorithm stays relatively consistent in terms of performance. 展开更多
关键词 minimax Alpha-Beta Pruning Connect-4 algorithms
下载PDF
INTERVAL ADJUSTABLE ENTROPY ALGORITHM FOR A CLASS OF UNCONSTRAINED DISCRETE MINIMAX PROBLEMS 被引量:6
3
作者 LiSubei CaoDexin +1 位作者 WangHaijun DengKazhong 《Applied Mathematics(A Journal of Chinese Universities)》 SCIE CSCD 2004年第1期37-43,共7页
In this paper,a class of unconstrained discrete minimax problems is described,in which the objective functions are in C 1.The paper deals with this problem by means of taking the place of maximum entropy function... In this paper,a class of unconstrained discrete minimax problems is described,in which the objective functions are in C 1.The paper deals with this problem by means of taking the place of maximum entropy function with adjustable entropy function.By constructing an interval extension of adjustable entropy function an d some region deletion test rules,a new interval algorithm is presented.The rele vant properties are proven.The minimax value and the localization of the minimax points of the problem can be obtained by this method. This method can overcome the flow problem in the maximum entropy algorithm.Both theoretical and numerica l results show that the method is reliable and efficient. 展开更多
关键词 discrete minimax problem adjustable entropy function interval algorithm .
下载PDF
Interval Algorithm for Inequality Constrained Discrete Minimax Problems 被引量:2
4
作者 叶帅民 曹德欣 《International Journal of Mining Science and Technology》 SCIE EI 1999年第1期92-96,共5页
An interval algorlthm for inequality coustrained discrete minimax problems is described, in which the constrained and objective functions are C1 functions. First, based on the penalty function methods, we trans form t... An interval algorlthm for inequality coustrained discrete minimax problems is described, in which the constrained and objective functions are C1 functions. First, based on the penalty function methods, we trans form this problem to unconstrained optimization. Second, the interval extensions of the penalty functions and the test rules of region deletion are discussed. At last, we design an interval algorithm with the bisection rule of Moore. The algorithm provides bounds on both the minimax value and the localization of the minimax points of the problem. Numerical results show that algorithm is reliable and efficiency. 展开更多
关键词 INTERVAL algorithm DISCRETE minimax problem INEQUALITY CONSTRAINED PENALTY function
下载PDF
求解一类Minimax分式优化问题的几何规划方法
5
作者 申培萍 王亚飞 吴殿晓 《河南师范大学学报(自然科学版)》 CAS 北大核心 2023年第2期56-62,共7页
研究了一类Minimax分式规划问题(MFP).首先通过引进变量,将问题(MFP)等价转化为问题(EP1),其次,再将问题(EP1)中的约束函数整理成正项式的形式,然后,利用特殊不等式的性质将问题(EP1)转化为易于求解的几何规划问题(GP),通过求解一系列(... 研究了一类Minimax分式规划问题(MFP).首先通过引进变量,将问题(MFP)等价转化为问题(EP1),其次,再将问题(EP1)中的约束函数整理成正项式的形式,然后,利用特殊不等式的性质将问题(EP1)转化为易于求解的几何规划问题(GP),通过求解一系列(GP)问题获得原问题的最优解,最后,给出求解问题(MFP)的迭代算法以及算法的收敛性分析,数值结果表明了算法的有效性. 展开更多
关键词 minimax分式规划 几何规划 迭代算法
下载PDF
Parallel Minimax Searching Algorithm for Extremum of Unimodal Unbounded Function
6
作者 Boris S. Verkhovsky 《International Journal of Communications, Network and System Sciences》 2011年第9期549-561,共13页
In this paper we consider a parallel algorithm that detects the maximizer of unimodal function f(x) computable at every point on unbounded interval (0, ∞). The algorithm consists of two modes: scanning and detecting.... In this paper we consider a parallel algorithm that detects the maximizer of unimodal function f(x) computable at every point on unbounded interval (0, ∞). The algorithm consists of two modes: scanning and detecting. Search diagrams are introduced as a way to describe parallel searching algorithms on unbounded intervals. Dynamic programming equations, combined with a series of liner programming problems, describe relations between results for every pair of successive evaluations of function f in parallel. Properties of optimal search strategies are derived from these equations. The worst-case complexity analysis shows that, if the maximizer is located on a priori unknown interval (n-1], then it can be detected after cp(n)=「2log「p/2」+1(n+1)」-1 parallel evaluations of f(x), where p is the number of processors. 展开更多
关键词 Adversarial minimax Analysis DESIGN Parameters Dynamic Programming FUNCTION Evaluation Optimal algorithm PARALLEL algorithm System DESIGN Statistical Experiments Time Complexity Unbounded Search UNIMODAL FUNCTION
下载PDF
一类无约束离散minimax问题的区间算法 被引量:7
7
作者 李苏北 曹德欣 陈美蓉 《中国矿业大学学报》 EI CAS CSCD 北大核心 2002年第2期216-220,共5页
讨论了一类由二阶连续可微函数构成的无约束离散 minimax问题 .通过建立极大函数的区间扩张 ,并将无解区域的凹凸性检验原则和区间 Newton迭代法引入这类特殊不可微优化问题中 ,建立了区间算法 ,证明了算法的收敛性及相关结论 ,给出了... 讨论了一类由二阶连续可微函数构成的无约束离散 minimax问题 .通过建立极大函数的区间扩张 ,并将无解区域的凹凸性检验原则和区间 Newton迭代法引入这类特殊不可微优化问题中 ,建立了区间算法 ,证明了算法的收敛性及相关结论 ,给出了数值算例 .用该方法可以同时求出问题的 minimax值和全部 minimax点 。 展开更多
关键词 无约束离散minimax问题 区间算法 区间Newton法 区间数学 凹凸性检测原则 收敛性
下载PDF
一类TCP网络系统的Minimax拥塞控制 被引量:1
8
作者 井元伟 李赞华 刘婷 《东北大学学报(自然科学版)》 EI CAS CSCD 北大核心 2019年第8期1065-1069,共5页
研究一类带有用户数据报协议(user datagram protocol UDP)流干扰的 TCP 网络系统拥塞控制问题.首先建立了一个严格反馈非线性TCP网络系统模型然后利用反推(backstepping)技术和极小极大(minimax)理论提出一个新的网络拥塞控制算法并且... 研究一类带有用户数据报协议(user datagram protocol UDP)流干扰的 TCP 网络系统拥塞控制问题.首先建立了一个严格反馈非线性TCP网络系统模型然后利用反推(backstepping)技术和极小极大(minimax)理论提出一个新的网络拥塞控制算法并且给出了一个充分条件.在最大 UDP 流干扰存在的情况下构建了一个状态反馈控制器使得 TCP 网络系统渐近稳定.最后对 4 种不同的情况进行了仿真特别是在最大干扰存在时对 4 种控制方法进行了仿真对比通过得到的仿真结果可以看出本文所提方法的可行性和优越性. 展开更多
关键词 网络拥塞控制 反推技术 极小极大算法 用户数据报协议流 干扰
下载PDF
FIR滤波器约束Minimax设计算法 被引量:3
9
作者 赖晓平 《系统工程与电子技术》 EI CSCD 北大核心 2002年第2期84-88,共5页
考虑了一类具有频域等式约束的FIR滤波器Minimax设计问题 ,得到了最优滤波器应满足的一个充分必要条件。根据该条件 ,并应用参数估计中的正交投影算法以及数值逼近理论中的Remez多重交换算法 ,提出了FIR滤波器约束Minimax设计的OPRemez... 考虑了一类具有频域等式约束的FIR滤波器Minimax设计问题 ,得到了最优滤波器应满足的一个充分必要条件。根据该条件 ,并应用参数估计中的正交投影算法以及数值逼近理论中的Remez多重交换算法 ,提出了FIR滤波器约束Minimax设计的OPRemez算法。设计实例表明设计算法是十分有效的 ,并具有很好的数值特性 。 展开更多
关键词 FIR滤波器 约束minimax设计 OPRemez算法
下载PDF
一类Minimax分式规划问题的迭代算法 被引量:3
10
作者 申培萍 陈晓 《河南师范大学学报(自然科学版)》 CAS 北大核心 2018年第1期16-22,共7页
对一类Minimax分式规划问题(MFP)提出一个迭代算法.首先通过引进变量和指数变换,将问题(MFP)等价转化为问题(Q),然后利用代数-几何平均不等式以及合适的转化过程,将等价问题(Q)压缩为凸规划问题(Q).从而根据选择不同的点所对应的压缩问... 对一类Minimax分式规划问题(MFP)提出一个迭代算法.首先通过引进变量和指数变换,将问题(MFP)等价转化为问题(Q),然后利用代数-几何平均不等式以及合适的转化过程,将等价问题(Q)压缩为凸规划问题(Q).从而根据选择不同的点所对应的压缩问题(Q),将原问题的求解过程转化为求解一系列的凸规划问题.数值实验表明算法是可行有效的. 展开更多
关键词 minimax问题 凸规划 迭代算法
下载PDF
一类连续minimax问题的区间极大熵算法 被引量:1
11
作者 蒋娟 陈美蓉 《石河子大学学报(自然科学版)》 CAS 2006年第3期379-382,共4页
讨论了目标函数为C1类函数的连续型minimax问题的区间极大熵算法。通过构造目标函数的极大熵函数及其区间扩张,利用区域二分原理和无解区域的删除原则,建立了求解连续型minimax问题的区间极大熵算法,证明了算法的收敛性,给出了数值算例... 讨论了目标函数为C1类函数的连续型minimax问题的区间极大熵算法。通过构造目标函数的极大熵函数及其区间扩张,利用区域二分原理和无解区域的删除原则,建立了求解连续型minimax问题的区间极大熵算法,证明了算法的收敛性,给出了数值算例。数值结果表明,其算法是可靠和有效的。 展开更多
关键词 区间算法 极大熵函数 连续minimax问题 区域删除检验原则
下载PDF
关于minimax问题的区间算法
12
作者 李苏北 孙靖 《彭城职业大学学报》 2002年第2期94-98,共5页
介绍了各种minimax问题,在此基础上重点对求解minimax问题的区间算法进行了综述和讨论,并对minimax问题区间算法提出了进一步的研究思路。
关键词 区间算法 minimax问题 区间扩张 区间算法 极大熵 约束离散
下载PDF
线性等式约束连续型minimax问题的区间算法
13
作者 李苏北 曹德欣 黄秋红 《大学数学》 北大核心 2005年第6期86-90,共5页
研究线性等式约束连续型minimax问题,其中目标函数为Lipschitz连续函数,基于线性约束函数的区间迭代运算、区域二分原则和无解区域删除原则,建立了求解线性等式约束连续型minimax问题的区间算法,证明了算法的相关定理,给出了数值算例,... 研究线性等式约束连续型minimax问题,其中目标函数为Lipschitz连续函数,基于线性约束函数的区间迭代运算、区域二分原则和无解区域删除原则,建立了求解线性等式约束连续型minimax问题的区间算法,证明了算法的相关定理,给出了数值算例,该算法保证求出问题的整体解,且是可靠和有效的. 展开更多
关键词 连续minimax问题 区间迭代 区间算法 Lipschitz连续函数
下载PDF
非线性等式约束离散minimax问题的区间极大熵算法 被引量:1
14
作者 李苏北 《徐州工程学院学报》 2005年第1期58-63,共6页
研究了求解非线性等式约束离散mimimax问题的区间算法,其中目标函数和约束函数都是C1类函数.利用极大熵函数和罚函数将问题转化为无约束可微优化问题,借助广义Krawczyk-Hansen算子建立了约束函数的区间迭代;讨论了极大熵函数和罚函数的... 研究了求解非线性等式约束离散mimimax问题的区间算法,其中目标函数和约束函数都是C1类函数.利用极大熵函数和罚函数将问题转化为无约束可微优化问题,借助广义Krawczyk-Hansen算子建立了约束函数的区间迭代;讨论了极大熵函数和罚函数的区间扩张,证明了收敛性等性质,给出了无解区域删除原则,建立了区间极大熵算法.大量数值算例表明该算法是可靠和有效的. 展开更多
关键词 非线性等式约束 minimax问题 离散 极大熵函数 约束函数 区间算法 优化问题 问题转化 目标函数 区间扩张 数值算例 罚函数 无约束 类函数 收敛性 求解 可微 迭代 算子
下载PDF
求解带约束连续型minimax问题的罚函数区间算法 被引量:4
15
作者 黄秋红 曹德欣 邓喀中 《中国矿业大学学报》 EI CAS CSCD 北大核心 2005年第1期129-132,共4页
研究了带约束连续型minimax问题的数值方法,其目标函数和约束函数都是Lipschitz连续的;建立了针对带约束连续型minimax问题的罚函数法,从而将其转化为无约束两层规划问题,并证明了算法的收敛性;最后,用无约束两层规划问题的区间算法进... 研究了带约束连续型minimax问题的数值方法,其目标函数和约束函数都是Lipschitz连续的;建立了针对带约束连续型minimax问题的罚函数法,从而将其转化为无约束两层规划问题,并证明了算法的收敛性;最后,用无约束两层规划问题的区间算法进行求解,给出了数值算例.结果表明,该算法是可靠和有效的. 展开更多
关键词 minimax问题 连续型 区间算法 求解 规划问题 数值算例 罚函数 约束函数 收敛性 目标函数
下载PDF
一类连续型minimax问题的区间斜率算法
16
作者 张俊萍 曹德欣 刘梁 《河南师范大学学报(自然科学版)》 CAS CSCD 北大核心 2010年第4期4-7,共4页
讨论了目标函数为一阶连续可微的无约束连续型minimax问题的区间算法.利用连续型极大熵函数和区间斜率法,通过建立区间扩张和无解区域删除检验原则,构造了求解连续型minimax问题的区间斜率算法,证明了算法的收敛性,并给出了数值算例.相... 讨论了目标函数为一阶连续可微的无约束连续型minimax问题的区间算法.利用连续型极大熵函数和区间斜率法,通过建立区间扩张和无解区域删除检验原则,构造了求解连续型minimax问题的区间斜率算法,证明了算法的收敛性,并给出了数值算例.相关结论和数值结果都表明,其方法是可靠和有效的. 展开更多
关键词 minimax问题 极大熵函数 区间斜率 区间算法
下载PDF
求解minimax问题的磨光罚函数SQP算法
17
作者 张瑞 王福胜 《太原科技大学学报》 2017年第5期411-414,共4页
文章构造一类新的磨光函数,与已有磨光函数相比,具有明显优势,不仅具有良好的二阶微分性质,而且函数形式简单、逼近效果好,以此构造新的磨光罚函数作为价值函数.然后利用该价值函数。使用SQP方法来求解带等式约束的minimax问题,给出了求... 文章构造一类新的磨光函数,与已有磨光函数相比,具有明显优势,不仅具有良好的二阶微分性质,而且函数形式简单、逼近效果好,以此构造新的磨光罚函数作为价值函数.然后利用该价值函数。使用SQP方法来求解带等式约束的minimax问题,给出了求解minimax问题的磨光罚函数SQP算法,并证明了算法的全局收敛性。初步的数据实验表明算法是可行有效的。 展开更多
关键词 minimax问题 SQP算法 磨光罚函数 全局收敛性
下载PDF
Cost Control of the Transmission Congestion Management in Electricity Systems Based on Ant Colony Algorithm
18
作者 Bin Liu Jixin Kang +1 位作者 Nan Jiang Yuanwei Jing 《Energy and Power Engineering》 2011年第1期17-23,共7页
This paper investigates the cost control problem of congestion management model in the real-time power systems. An improved optimal congestion cost model is built by introducing the congestion factor in dealing with t... This paper investigates the cost control problem of congestion management model in the real-time power systems. An improved optimal congestion cost model is built by introducing the congestion factor in dealing with the cases: opening the generator side and load side simultaneously. The problem of real-time congestion management is transformed to a nonlinear programming problem. While the transmission congestion is maximum, the adjustment cost is minimum based on the ant colony algorithm, and the global optimal solu-tion is obtained. Simulation results show that the improved optimal model can obviously reduce the adjust-ment cost and the designed algorithm is safe and easy to implement. 展开更多
关键词 ELECTRICITY Systems CONGESTION Management ANT COLONY algorithm minimax Adjustment COST
下载PDF
半无限Minimax离散化问题的一个大步长非单调SQP算法
19
作者 杨永亮 王福胜 《太原师范学院学报(自然科学版)》 2019年第4期1-5,共5页
针对半无限Minimax的离散化问题,借鉴一般约束优化问题模松弛强次可行SQP算法思想,提出一个求解半无限Minimax离散化问题的非单调SQP算法.算法初始点可以任意选取,通过求解一个QP子问题来得到搜索方向,在非单调线搜索规则的基础上,结合... 针对半无限Minimax的离散化问题,借鉴一般约束优化问题模松弛强次可行SQP算法思想,提出一个求解半无限Minimax离散化问题的非单调SQP算法.算法初始点可以任意选取,通过求解一个QP子问题来得到搜索方向,在非单调线搜索规则的基础上,结合大步长搜索技巧,提出新的大步长非单调线搜索规则来获得下一个迭代点,最后在适当的条件下证明算法的全局收敛性,初步的数值实验验证算法是可行有效的. 展开更多
关键词 极大极小问题 模松弛 SQP算法 非单调技术
下载PDF
基于积极集识别技术的半无限minimax问题非单调有限记忆SQP算法
20
作者 杨永亮 王福胜 甄娜 《数学杂志》 2020年第5期577-584,共8页
本文研究了半无限minimax问题.利用积极集识别技术结合非单调有限记忆序列二次规划(SQP)方法来求解半无限minimax问题.在适当的条件下证明了算法的收敛性.数值结果表明新算法在降低求解规模和迭代次数等方面均优于采用Armijo型线搜索的... 本文研究了半无限minimax问题.利用积极集识别技术结合非单调有限记忆序列二次规划(SQP)方法来求解半无限minimax问题.在适当的条件下证明了算法的收敛性.数值结果表明新算法在降低求解规模和迭代次数等方面均优于采用Armijo型线搜索的SQP方法. 展开更多
关键词 极大极小问题 积极集 离散化方法 SQP算法 非单调技术
下载PDF
上一页 1 2 4 下一页 到第
使用帮助 返回顶部