Utility Profiles ======================================= Profiles of voters that assign utilities to a set of candidates. The ballots for a UtilityProfile are in the [ballots page](ballots.md#utility-class). ## UtilityProfile Class ```{eval-rst} .. autoclass:: pref_voting.utility_profiles.UtilityProfile :members: ``` ### Helper Functions ```{eval-rst} .. autofunction:: pref_voting.utility_profiles.write_utility_profiles_to_json ``` ```{eval-rst} .. autofunction:: pref_voting.utility_profiles.read_utility_profiles_from_json ```