Abstract


  • Basically saying we are guessing with some logic

Strategies


Static

Random

  • Pick randomly between whether a Branching is taken or not
  • Aim for the perfect middle ground of 50%

Dynamic

  • Typically has some learning or storage capability to detect patterns
  • More complicated than Static and Random

Neural