• Unit 7: Iterative Improvement Algorithms

    In many problems, it is easy to propose some approximate solution to the problem. It may be inadequate or incorrect or correct but sub-optimal. In such cases, algorithms exist to improve a bad solution to arrive at a better solution. These are called iterative improvement algorithms and are very useful for certain problems. In this unit, we will introduce the concepts of iterative improvements and a range of algorithms that can be leveraged to solve problems in this category.

    Completing this unit should take you approximately 4 hours.