Skip to content

Commit

Permalink
Added more exercises
Browse files Browse the repository at this point in the history
  • Loading branch information
adityam committed Feb 8, 2024
1 parent f913539 commit 2cbb9b8
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions mdps/monotone-mdps.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -649,6 +649,20 @@ c. $P^k$, for $k \in \integers_{> 0}$.
Let $\mu_t$ denote the distribution of a Markov chain at time $t$. Suppose $\mu_0 \succeq_s \mu_1$. Then $\mu_t \succeq_s \mu_{t+1}$.
:::

:::{#exr-submodularity-discrete}
### Testing submodularity for functions defined on integers

Suppose a function $f \colon \integers \times \integers \to \reals$
satisfies
$$ f(x+1, y+1) - f(x+1, y) \le f(x, y+1) - f(x, y) $$
for all $x, y \in \integers$. Then, show that $f$ is a submodular
function.
:::

:::{#exr-properties-of-submodular-functions}
Show that sum of submodular functions is submodular. Is the product of submodular functions submodular?
:::

:::{#exr-monotone-machine-replacement}
Consider the example of machine repair presented in @exm-machine-replacement. Prove that the optimal policy for that model is weakly increasing.
:::
Expand Down

0 comments on commit 2cbb9b8

Please sign in to comment.