Movatterモバイル変換


[0]ホーム

URL:


Sorry, we no longer support your browser
Please upgrade toMicrosoft Edge,Google Chrome, orFirefox. Learn more about ourbrowser support.
Skip to main content

Stack Exchange Network

Stack Exchange network consists of 183 Q&A communities includingStack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.

Visit Stack Exchange
Loading…
Mathematics

Questions tagged [dynamic-programming]

Ask Question

Dynamic programming is a mathematical optimization/programming approach applicable if an optimal solution can be constructed efficiently from optimal solutions of its subproblems. A classic example is the Towers of Hanoi.

640 questions
Filter by
Sorted by
Tagged with
0votes
0answers
23views

I have a DAG where every node has a (usually small) set of candidate integers. A candidate a is compatible with b if (a | b) or (b | a). For every root I want to choose one candidate per node to ...
0votes
0answers
32views

I'm trying to solve the following Codeforces question (https://codeforces.com/contest/837/problem/D), and I feel like I have a solution that's very close but is probably still over the time constraint....
0votes
0answers
29views

I am trying to approach this homework on optimal stopping. Suppose we have an optimal stopping problem where we observe the process $$dm_t = \frac{1}{1+t}dW_t,$$where $W_t$ is a standard Brownian ...
1vote
0answers
51views

https://leetcode.com/problems/race-car/description/I'm working on a problem where we need to reach a target position t on a number line by accelerating. The acceleration on step k is k.Let's say we ...
0votes
3answers
212views

I'm mainly a programmer, not a mathematician, so please bear with me.I have a sequence of rectangles in 3D space. Each one has a specified pose: position, an orientation (rotation in 3D), and a width ...
0votes
0answers
16views

Hi I am new to MDP and need to do a modeling for my project. I am really not comfortable with the entire abstraction of optimizing actions so I really need some help!! Thank you all in advance!!!The ...
3votes
1answer
155views

Consider an integer lattice path beginning at the origin with each step going rightwards or upwards. That is, a valid path starts at $(0,0)$, ends at $(m,n)$, and each step is a vector of the form $R=(...
0votes
0answers
32views

Consider the following dynamic programming problem:$$V(s)=\max_{s'\in[0,1]}F\left(s,s'\right)+\beta V(s').$$Here $\beta\in[0,1)$ is the discount rate, $s\in\mathbb{R}$, and$F:\mathbb{R}^{2}\...
Andres's user avatar
-1votes
1answer
142views

A permutation of length $n$ is a sequence where every number from $1$ to $n$ comes exactly $1$ times, so permutation of $5 \mapsto 1,2,3,4,5$ but $1,1,2,3,5$ is not a permutation of $5$.Now we try to ...
0votes
0answers
116views

I am struggling with the following problem.A college student has 7 days remaining before final examinations begin in her four courses, and she wants to allocate this study time as effectively as ...
0votes
0answers
54views

I want to solve a very simple optimal stopping time problem. Let us assume that an agent derives some "utility" in each period t, equal to $u_{t}$. This is assumed to decay geometrically: $...
1vote
1answer
114views

There are 2 requirements for a problem to be considered for dynamic programming:overlapping sub-problemsoptimal sub-structureMajority of dp problems are modeled as recursive functions where the ...
0votes
1answer
60views

In a Markov Decision Process, a policy is a probability distribution over which actions to take given states:$$\pi(a \mid s) = \mathbb{P}(A_t = a \mid S_t = s)$$The state-value of a state $s_t$ when ...
2votes
0answers
113views

Consider a discrete-time random process $\{X_t\}$ $(t = 0, 1, 2, \cdots)$ on the lattice $\mathbb{Z}^M$. Starting from the point $X_0 = (X^1_0, \cdots, X^M_0)$ satisfying$$X^1_0 + \cdots + X^M_0 = N ...
4votes
0answers
141views

Let $p>q$ be positive integers, set $P=\{1,2,...,p\}$, and $Q\subset P$ be an unknown set of $q$ elements.In every step, we can guess a set $T\subset P$ and then know the size $|T\cap Q|$ of its ...
LLLL's user avatar

153050per page
1
2345
43

Hot Network Questions

more hot questions
Newest dynamic-programming questions feed

[8]ページ先頭

©2009-2025 Movatter.jp