Пожалуйста, прочтите новое правило об ограничении использования AI-инструментов. ×

Блог пользователя shelob

Автор shelob, история, 9 лет назад, По-английски

Hello Everyone,

Recently after learning game theory, I tried my hand at the this problem. My doubt is the following :-

How would you precisely define the game, position of game (or the state of the game), and sub-games (if any) in this problem.

I don't need the code, just the definitions.

Thanks!

  • Проголосовать: нравится
  • +3
  • Проголосовать: не нравится

»
9 лет назад, # |
Rev. 2   Проголосовать: нравится 0 Проголосовать: не нравится

The state of a game is (L, R) which means that we have the substring from position L to position R. Say you will make a move which erases a substring from i to j, then you'll split the game into two impartial games with states (L, i — 1) and (j + 1, R).