Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8408069
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T23:32:28+00:00 2026-06-09T23:32:28+00:00

I am coding a board game. I have generated a game tree using alpha-beta

  • 0

I am coding a board game. I have generated a game tree using alpha-beta pruning and have 2 options:

  1. Use iterative deepening to optimize the alpha-beta so that it keeps generating one more ply until time is over.
  2. By trial and error, I know the maximum depth reachable for every board configuration in the time limit without previously inspecting lower plies.

Which approach is better and will make the search reach a deeper depth? I know, for example, that at the beginning I can generate a tree of depth X consuming all the time available… Can iterative deepening add more depth?

Let me know if I can be more clear…

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-09T23:32:30+00:00Added an answer on June 9, 2026 at 11:32 pm

    If your branching factor and evaluation function’s required time stays about the same between different rounds you might be able to use option 2. But it sounds like it might be very difficult.

    Option 1 has the ability to dramatically increase alpha-beta’s performance if you don’t have perfect move ordering already. You save the best move at every node, found during the previous search up to d-1, and then tell alpha-beta to search that first. It’s called a transposition table, and if it is possible to implement this in your case option 1 will dominate option 2.

    The first time I heard of a transposition table I didn’t think it could make much of a difference, but it increased my maximum search depth by 50%.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am coding board game server using Netty. Using TCP at every part of
I'm coding a board game where there is a bag of possible pieces. Each
I am using a N450 board (Intel Atom), Eclipse as IDE, I am coding
When coding, I use Dropbox to sync folder in which I keep my projects
While coding python I'm using only 2 spaces to indent, sure PEP-8 really recommend
I'm coding a chess board. For the layout, I include several merged layouts. I
I have two arrays for a chess variant I am coding in java...I have
Coding for PHP on Mac OSX Lion, using the following within the httpd.conf file:
So for a coding project I need to create an Othello game. Now I'm
The app is a small Chess game. In my modelling classes I have a

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.