Algo - Mod9 - Dynamic Programming Method
Algo - Mod9 - Dynamic Programming Method
Algo - Mod9 - Dynamic Programming Method
ISSAM ALHADID
20/3/2019
General Method
Multistage Graphs
Traveling Salesperson Problem (TSP)
For many other problems, it is not possible to
make stepwise decisions (based only on local
information) leading to an optimal sequence.
One way to solve problems for which it is not
possible to make a sequence of stepwise
decisions leading to an optimal sequence is
to try out all possible decision sequences.
We could enumerate (specify/list) all decision
sequences and pick out the best.