diff --git a/app.py b/app.py index 40d7de3..ffd13ce 100644 --- a/app.py +++ b/app.py @@ -238,6 +238,12 @@ def read_data(output_file: str) -> pd.DataFrame: --- $\textbf{value} = random\_number \in [v_{\min}, v_{\max}].$ + + ### Update agents + For an agent $i$ we calculate $m_i$ by one of the methods above and update its parameters as follows: + + $v^0_\text{new} = (1 + m_i)\cdot v^0$ and $T_\text{new} = \frac{T}{1 + m_i}$ + """)