Silent Duelsвђ”constructing The Solution Part 2 Вђ“ Math В€© Programming Info
In a silent duel, the core challenge is that neither player knows when the other has fired. This lack of information forces us to rely on a rather than a single "best" time to shoot. 1. The Strategy Profile To construct the solution, we define a strategy as a distribution of firing times. If is the probability of hitting the target at time
: In the actual game loop, sample from this distribution to decide the exact frame of the "Silent" shot. In a silent duel, the core challenge is
is the accuracy function, the "value" of the game is determined by finding a threshold (the earliest possible shot) and a density function for all times The Strategy Profile To construct the solution, we
is symmetric. Through some heavy lifting in calculus, we find that the optimal density is proportional to: Through some heavy lifting in calculus, we find
, but real-world simulations might use a sigmoid or exponential curve.
f(x)=A′(x)A(x)3f of x equals the fraction with numerator cap A prime open paren x close paren and denominator cap A open paren x close paren cubed end-fraction
For a symmetric duel (equal accuracy and one bullet each), the boundary condition is: ∫a1f(x)dx=1integral from a to 1 of f of x d x equals 1 2. Solving the Integral Equation