Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ Contents
pairwise_profiles
grade_profiles
pref_grade_profiles
util_grade_profiles
utility_profiles
spatial_profiles
weighted_majority_graphs
Expand Down
11 changes: 11 additions & 0 deletions docs/source/util_grade_profiles.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Util Grade Profiles
=======================================

Profiles of voters that each submit both a utility function over candidates and an assignment of grades from a fixed set to each candidate. The ballots for a UtilGradeProfile are [Utilities](ballots.md#utility-class) and [Grades](ballots.md#grade-class).

## UtilGradeProfile Class

```{eval-rst}
.. autoclass:: pref_voting.util_grade_profile.UtilGradeProfile
:members:
```
Loading
Loading