Session 08 Flashcards

1
Q

Different search techniques in B&B ?

A
  1. LC Search
  2. BFS
  3. DFS
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Characteristics of B&B ?

A
  • Optimal Solution
  • Upper and Lower bound
  • Pruning
  • Backtracking
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Applications of B&B ?

A
  • Travelling salesman
  • Knapsack
  • Resource allocation
  • Network optimization
  • Game playing
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Adv and Disadv of B&B ?

A

Adv :
1. Optimal solution
2. Reduces search spaces
3. Proven performance
4. Incremental improvement

DisAdv :
1. Exponential time complexity
2. Need lot of memory
3. Sensitive to problem specific parameters
4. Limited scalability

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Classifications of B&B ?

A
  1. FIFO B&B (BFS)
  2. LIFO B&B (DFS)
  3. LC (Least Cost) B&B
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q
A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly