Simplifying River Chains for Dynamic Programming

From EMK Wiki
Jump to navigation Jump to search

Introduction

If too many reservoirs are modelled in the dynamic programming phase of water value calculation, a performance hit may occur. This is the well known ‘problem of dimensionality’ in dynamic programming. It might be necessary to simplify the problem to avoid slow DP (Dynamic Programming) solutions. The following is a method for doing this on a chain of stations.

River Chain Simplification

SRC Fig 1.jpg