Value function

Maximized objective function of an optimization problem


title: "Value function" type: doc version: 1 created: 2026-02-28 author: "Wikipedia contributors" status: active scope: public tags: ["dynamic-programming", "optimal-control"] description: "Maximized objective function of an optimization problem" topic_path: "technology/algorithms" source: "https://en.wikipedia.org/wiki/Value_function" license: "CC BY-SA 4.0" wikipedia_page_id: 0 wikipedia_revision_id: 0

::summary Maximized objective function of an optimization problem ::

The value function of an optimization problem gives the value attained by the objective function at a solution, while only depending on the parameters of the problem. In a controlled dynamical system, the value function represents the optimal payoff of the system over the interval [t, t1] when started at the time-t state variable x(t)=x. If the objective function represents some cost that is to be minimized, the value function can be interpreted as the cost to finish the optimal program, and is thus referred to as "cost-to-go function." In an economic context, where the objective function usually represents utility, the value function is conceptually equivalent to the indirect utility function.

In a problem of optimal control, the value function is defined as the supremum of the objective function taken over the set of admissible controls. Given (t_{0}, x_{0}) \in [0, t_{1}] \times \mathbb{R}^{d}, a typical optimal control problem is to : \text{maximize} \quad J(t_{0}, x_{0}; u) = \int_{t_{0}}^{t_{1}} I(t,x(t), u(t)) , \mathrm{d}t + \phi(x(t_{1})) subject to :\frac{\mathrm{d}x(t)}{\mathrm{d}t} = f(t, x(t), u(t)) with initial state variable x(t_{0})=x_{0}. The objective function J(t_{0}, x_{0}; u) is to be maximized over all admissible controls u \in U[t_{0},t_{1}], where u is a Lebesgue measurable function from [t_{0}, t_{1}] to some prescribed arbitrary set in \mathbb{R}^{m}. The value function is then defined as |indent =: |equation = V(t, x(t)) = \max_{u \in U} \int_{t}^{t_{1}} I(\tau,x(\tau), u(\tau)) , \mathrm{d}\tau + \phi(x(t_{1})) |cellpadding |border |border colour = #50C878 |background colour = #ECFCF4}} with V(t_{1}, x(t_{1})) = \phi(x(t_{1})), where \phi(x(t_{1})) is the "scrap value". If the optimal pair of control and state trajectories is (x^\ast, u^\ast), then V(t_{0}, x_{0}) = J(t_{0}, x_{0}; u^\ast). The function h that gives the optimal control u^\ast based on the current state x is called a feedback control policy, or simply a policy function.

Bellman's principle of optimality roughly states that any optimal policy at time t, t_{0} \leq t \leq t_{1} taking the current state x(t) as "new" initial condition must be optimal for the remaining problem. If the value function happens to be continuously differentiable, this gives rise to an important partial differential equation known as Hamilton–Jacobi–Bellman equation, :-\frac{\partial V(t,x)}{\partial t} = \max_u \left{ I(t,x,u) + \frac{\partial V(t,x)}{\partial x} f(t, x, u) \right} where the maximand on the right-hand side can also be re-written as the Hamiltonian, H \left(t, x, u, \lambda \right) = I(t,x,u) + \lambda(t) f(t, x, u), as :-\frac{\partial V(t,x)}{\partial t} = \max_u H(t,x,u,\lambda) with \partial V(t,x)/\partial x = \lambda(t) playing the role of the costate variables. Given this definition, we further have \mathrm{d} \lambda(t) / \mathrm{d}t = \partial^{2} V(t,x) / \partial x \partial t + \partial^{2} V(t,x) / \partial x^{2} \cdot f(x), and after differentiating both sides of the HJB equation with respect to x, :- \frac{\partial^{2} V(t,x)}{\partial t \partial x} = \frac{\partial I}{\partial x} + \frac{\partial^{2} V(t,x)}{\partial x^{2}} f(x) + \frac{\partial V(t,x)}{\partial x} \frac{\partial f(x)}{\partial x} which after replacing the appropriate terms recovers the costate equation :- \dot{\lambda}(t) = \underbrace{\frac{\partial I}{\partial x} + \lambda(t) \frac{\partial f(x)}{\partial x} }_{= \frac{\partial H}{\partial x}} where \dot{\lambda}(t) is Newton notation for the derivative with respect to time.

The value function is the unique viscosity solution to the Hamilton–Jacobi–Bellman equation. In an online closed-loop approximate optimal control, the value function is also a Lyapunov function that establishes global asymptotic stability of the closed-loop system.

References

References

  1. (1975). "Deterministic and Stochastic Optimal Control". Springer.
  2. Caputo, Michael R.. (2005). "Foundations of Dynamic Economic Analysis : Optimal Control Theory and Applications". Cambridge University Press.
  3. Weber, Thomas A.. (2011). "Optimal Control Theory : with Applications in Economics". The MIT Press.
  4. (1996). "Neuro-Dynamic Programming". Athena Scientific.
  5. "EE365: Dynamic Programming".
  6. (1995). "Microeconomic Theory". Oxford University Press.
  7. (2009). "An Introduction to Mathematical Analysis for Economic Theory and Econometrics". Princeton University Press.
  8. (1991). "Dynamic Optimization : The Calculus of Variations and Optimal Control in Economics and Management". North-Holland.
  9. (2018). "Recursive Macroeconomic Theory". MIT Press.
  10. Seierstad, Atle. (1979). "On the Differentiability of the Value Function in Dynamic Models of Economics". Econometrica.
  11. Kirk, Donald E.. (1970). "Optimal Control Theory". Prentice-Hall.
  12. Zhou, X. Y.. (1990). "Maximum Principle, Dynamic Programming, and their Connection in Deterministic Control". Journal of Optimization Theory and Applications.
  13. Bressan, Alberto. (2019). "Viscosity Solutions of Hamilton-Jacobi Equations and Optimal Control Problems". Lecture Notes.
  14. (2018). "Reinforcement Learning for Optimal Feedback Control: A Lyapunov-Based Approach". Springer.

::callout[type=info title="Wikipedia Source"] This article was imported from Wikipedia and is available under the Creative Commons Attribution-ShareAlike 4.0 License. Content has been adapted to SurfDoc format. Original contributors can be found on the article history page. ::

dynamic-programmingoptimal-control