StackOverflow Questions for Tag: iterative-deepening

FlarrowVerse
FlarrowVerse

Reputation: 315

Convert nested recursive algorithm (Ackermann's function) to iterative algorithm

Score: 0

Views: 58

Answers: 1

Read More
Jonathan
Jonathan

Reputation: 165

Writing a DFS with iterative deepening without recursion

Score: 1

Views: 7351

Answers: 2

Read More
A. Romer
A. Romer

Reputation: 73

How to implement iterative deepening with alpha beta pruning

Score: 7

Views: 23169

Answers: 2

Read More
Lukas van Dee
Lukas van Dee

Reputation: 3

How to compare 3 dimensional arrays within O(0)?

Score: 0

Views: 67

Answers: 1

Read More
ceno980
ceno980

Reputation: 2011

Artificial Intelligence: Time Complexity of IDA* Search

Score: 3

Views: 4856

Answers: 4

Read More
Crocs123
Crocs123

Reputation: 105

Understanding space complexity within IDDFS (Iterative Deepening Depth First Search)

Score: 0

Views: 202

Answers: 0

Read More
theraven
theraven

Reputation: 5035

Difference between Breadth First Search, and Iterative deepening

Score: 30

Views: 51341

Answers: 5

Read More
Nekkache Abdesslem
Nekkache Abdesslem

Reputation: 316

How to make non iterative code faster than the iterative when using line by line backslash inverse?

Score: 0

Views: 44

Answers: 0

Read More
bb2
bb2

Reputation: 2982

Iterative deepening vs depth-first search

Score: 50

Views: 68890

Answers: 3

Read More
Mystery
Mystery

Reputation: 152

Block world problem search runs out of stack space

Score: 3

Views: 953

Answers: 2

Read More
user8277998
user8277998

Reputation: 147

Iterative deepening and move ordering

Score: 0

Views: 1347

Answers: 1

Read More
imtryin123
imtryin123

Reputation: 33

Optimizing iterative deepening depth first search in C++

Score: 1

Views: 559

Answers: 1

Read More
Jason
Jason

Reputation: 13

Using Iterative deepening DFS for knapsack similar problem

Score: 1

Views: 593

Answers: 1

Read More
G3n1t0
G3n1t0

Reputation: 308

How do I progress from Depth First Search algorithm to Iterative Deepening with Binary Tree in C#

Score: -1

Views: 203

Answers: 1

Read More
G3n1t0
G3n1t0

Reputation: 308

Iterative Deepening Depth First Search doesn't find the Goal State with 8 puzzle

Score: 0

Views: 297

Answers: 0

Read More
curiousCoder
curiousCoder

Reputation: 41

How to I incorporate multithreading into IDA* search algorithm?

Score: 1

Views: 430

Answers: 0

Read More
Joan
Joan

Reputation: 99

How to use call_with_depth_limit/3

Score: 7

Views: 613

Answers: 4

Read More
David Chopin
David Chopin

Reputation: 3064

Implementing Minimax search with Iterative Deepening

Score: 2

Views: 1863

Answers: 1

Read More
eligolf
eligolf

Reputation: 1878

How to stop alpha-beta with a timer in iterative deepening

Score: 1

Views: 1037

Answers: 1

Read More
Tr33hugger
Tr33hugger

Reputation: 51

How to implement a transposition table for connect 4?

Score: 5

Views: 1767

Answers: 1

Read More
PreviousPage 1Next