Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
LaTeX bugs (delta, d_max)
  • Loading branch information
kenjihiranabe authored Oct 15, 2024
1 parent 92d8b3f commit 1095bd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion math/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ $$

コアも同様に、ウォール時刻 $t$ において、前回シミュレーション時刻 $T_c(t - \Delta t_c)$ と $n$ 個のアセットシミュレーション時刻 $T_i(t) (i = 1 \ldots n)$ から、自身の新しいシミュレーション時刻 $T_c(t)$ を決定する。

新シミュレーション時刻 $T_c(t)$は、前シミュレーション時刻を規定幅 $Delta T_c$ だけ進めたと想定した値(想定新時刻 $T_c\prime(t)$ )が、すべてのアセットの現時刻 $T_i(t)$ を許容幅 $d_{max} $ 以上追い越さないように確定する。
新シミュレーション時刻 $T_c(t)$は、前シミュレーション時刻を規定幅 $\Delta T_c$ だけ進めたと想定した値(想定新時刻 $T_c\prime(t)$ )が、すべてのアセットの現時刻 $T_i(t)$ を許容幅 $d_{max}$ 以上追い越さないように確定する。

- カウントアップ間隔

Expand Down

0 comments on commit 1095bd4

Please sign in to comment.