Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lueckem committed Oct 13, 2023
1 parent 1a853f5 commit 237f2b1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,10 +109,7 @@ percentage of neighbors of opinion n exceeds the threshold $b_{m,n}$.
Additionally, each node changes its state randomly at rate $\tilde{r} \geq 0$ (noise).
Hence, the rate at which node $i$ switches from opinion $m$ to opinion $n$ is

$$ \begin{cases}
r_{m,n} + \tilde{r}_{m,n}, & \quad \frac{d_{i,n}(\vec{x})}{d_{i}} \geq b_{m,n}\\
\tilde{r}_{m,n}, & \quad \text{else}
\end{cases} $$
$$ r_{m,n} \delta_{\frac{d_{i,n}(x)}{d_{i}} \geq b_{m,n}} + \tilde{r} $$

where $d_{i,n}(x)$ denotes the number of neighbors of node $i$ with opinion $n$ and $d_i$ is the degree of node $i$.
Thus, in contrast to the CNVM, the CNTM assumes that a switch to a different opinion only occurs
Expand Down

0 comments on commit 237f2b1

Please sign in to comment.