game-theory
Browsing existing open source projects to learn/improve class design and design patterns
I was thinking of looking into some open source projects to find examples of class design, design patterns, and maybe even some AI / algorithm stuff.[详细]
2023-04-10 13:15 分类:问答Strategies for for games with incomplete information
Are there general strategies for games with incomplete information, especially trick-taking games 开发者_JS百科like Bridge and Doppelkopf?[详细]
2023-03-18 22:11 分类:问答Resource placement (optimal strategy)
I know that this is not exactly the right place to ask this question, but maybe a wise guy comes across and has the solution.[详细]
2023-02-13 20:01 分类:问答C# Algorithmic Game Theory API
I recently came accross Gambit - http://www.gambit-project.org/doc/index.html 开发者_Go百科- a C++ algorithmic game theory API.[详细]
2023-02-11 10:07 分类:问答Nash equilibrium in Python
Is there a Python library out there that solves for the Nash equilibrium of two-person zero-games? I know the solution can be written down in terms of linear constraints and, in theory, scip开发者_开发[详细]
2023-02-08 09:28 分类:问答Formula/Algorithm for Weighting Game Outcomes
I have an interesting conceptual problem, and I\'m wondering if anyone can help me quantify it.Basically, I\'m playing a set of game开发者_JS百科s... and for each game I know the probability that I wi[详细]
2023-01-19 14:07 分类:问答Partially re-create Risk-like game based on incomplete log files
I\'m trying to re-create this conquerclub (Risk-like) game: http://conquerclub.barrycarter.info/ONEOFF/7460216.html[详细]
2023-01-17 11:51 分类:问答Did I implement this minimax function correctly?
It\'s for a game of checkers. See revision history for older versions of code. private static Move GetBestMove(Color color, Board board, int depth)[详细]
2023-01-15 00:09 分类:问答Most effecient way to compute a series of moves in peg solitaire
Given an arbitary peg solitaire board configuration, what is the most effecient way to compute any series of moves that results in the \"end game\" position.[详细]
2023-01-14 05:04 分类:问答Resources about different Computer Science fields
I am going to begin my final year at university this September so I need to do a project for my dissertation. I had a look at the list with the projects suggested by the uni last year and I don\'t fin[详细]
2023-01-08 19:02 分类:问答