Lecture 9 - Advanced Topics Flashcards

1
Q

What are index policies?

A

Each choice is given a score, or index value, independently of the other options. The option with the highest index value is taken
Requires a rule to break ties.

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

What does CHAMP stand for, and what does it do?

A

Creating Heuristics via Many Parameters
Basic idea:
Take values in Matrix (r,s) to be integers
Do heuristics/meta-heuristic search to find good choices for M(r,s) - evaluation is by simulation

Potential expected disadvantages:
Matrices can be much more verbose than functions
They fail to take into account of the good structure captured by functions

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