paper-with-me

홈 › Papers

A New Paradigm for Minimax Search

2014-04-05 · Aske Plaat, Jonathan Schaeffer, Wim Pijls, Arie de Bruin

This paper introduces a new paradigm for minimax game-tree search algo- rithms. MT is a memory-enhanced version of Pearls Test procedure. By changing the way MT is called, a number of best-first game-tree search algorithms can be simply and elegantly constructed (including SSS*). Most of the assessments of minimax search algorithms have been based on simulations. However, these simulations generally do not address two of the key ingredients of high performance game-playing programs: iterative deepening and memory usage. This paper presents experimental data from three game-playing programs (checkers, Othello and chess), covering the range from low to high branching factor. The improved move ordering due to iterative deepening and memory usage results in significantly different results from those portrayed in the literature. Whereas some simulations show Alpha-Beta expanding almost 100% more leaf nodes than other algorithms [12], our results showed variations of less than 20%. One new instance of our framework (MTD-f) out-performs our best alpha- beta searcher (aspiration NegaScout) on leaf nodes, total nodes and execution time. To our knowledge, these are the first reported results that compare both depth-first and best-first algorithms given the same amount of memory

📄 PDF Abstract BibTeX arXiv:1404.1515

Code (1)

bewrrrie/ChessAI

Similar Papers 제목 키워드 기반

Stability and Generalization of Differentially Private Minimax Problems

2022-04-11 · Yilin Kang, Yong liu, Jian Li, Weiping Wang

In the field of machine learning, many problems can be formulated as the minimax problem, including reinforcement learning, generative adversarial networks, to just name a few. So the minimax problem has attracted a huge…

On AO*, Proof Number Search and Minimax Search

2021-03-30 · Chao GAO

We discuss the interconnections between AO*, adversarial game-searching algorithms, e.g., proof number search and minimax search. The former was developed in the context of a general AND/OR graph model, while the latter …

Fast Decentralized Gradient Tracking for Federated Minimax Optimization with Local Updates

2024-05-07 · Chris Junchi Li

Federated learning (FL) for minimax optimization has emerged as a powerful paradigm for training models across distributed nodes/clients while preserving data privacy and model robustness on data heterogeneity. In this w…

Federated Learning

Minimax Multi-Task Learning and a Generalized Loss-Compositional Paradigm for MTL

2012-12-01 · NeurIPS 2012 12 · Nishant Mehta, Dongryeol Lee, Alexander G. Gray

Since its inception, the modus operandi of multi-task learning (MTL) has been to minimize the task-wise mean of the empirical risks. We introduce a generalized loss-compositional paradigm for MTL that includes a spectr…

Multi-Task Learning

Minimax Optimal Quantile and Semi-Adversarial Regret via Root-Logarithmic Regularizers

2021-10-27 · NeurIPS 2021 12 · Jeffrey Negrea, Blair Bilodeau, Nicolò Campolongo, Francesco Orabona 외

Quantile (and, more generally, KL) regret bounds, such as those achieved by NormalHedge (Chaudhuri, Freund, and Hsu 2009) and its variants, relax the goal of competing against the best individual expert to only competing…