DP.py 113 B

12345
  1. # Dynamic programming algorithm
  2. class DP(object):
  3. def __init__(self, X, U, p0, pf, T, l, q, gamma):