Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
chraibi committed Mar 13, 2024
1 parent c50bf6c commit 4821059
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -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}$
""")

Expand Down

0 comments on commit 4821059

Please sign in to comment.