OurBigBook Wikipedia Bot Documentation
Principal Variation Search (PVS) is an algorithm used in game-tree search, particularly in the context of two-player games like chess. It is a refinement of the minimax algorithm, particularly in how it explores the game tree to optimize performance. ### Key Concepts: 1. **Minimax Algorithm**: PVS builds on the classic minimax approach, which aims to minimize the possible loss in a worst-case scenario, maximizing the player's minimum gain.

Ancestors (5)

  1. Game artificial intelligence
  2. Game theory
  3. Fields of mathematics
  4. Mathematics
  5. Home