Skip to content

Commit

Permalink
Merge pull request #119 from wesholliday/main
Browse files Browse the repository at this point in the history
Update stochastic_methods.md
  • Loading branch information
epacuit authored Nov 23, 2024
2 parents 81dc5ab + 16fb1af commit c2918fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/source/stochastic_methods.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,22 @@ Stochastic Methods

```{eval-rst}
.. autofunction:: pref_voting.probabilistic_methods.random_consensus_builder_st
.. autofunction:: pref_voting.stochastic_methods.random_consensus_builder_st
```

## Maximal Lotteries mixed with Random Consensus Builder

```{eval-rst}
.. autofunction:: pref_voting.probabilistic_methods.MLRCB
.. autofunction:: pref_voting.stochastic_methods.MLRCB
```

## Maximal Lotteries mixed with RaDiUS

```{eval-rst}
.. autofunction:: pref_voting.probabilistic_methods.MLRaDiUS
.. autofunction:: pref_voting.stochastic_methods.MLRaDiUS
```

0 comments on commit c2918fe

Please sign in to comment.