class svvamp.GeneratorProfileNoisedFile(file_name, relative_noise=0.0, absolute_noise=0.0, sort_voters=False)[source]

Profile generator loading a file, then adding noise

Parameters:
  • file_name (str) – The file for the initial profile.

  • relative_noise (number) – The relative noise.

  • absolute_noise (number) – The absolute noise

  • sort_voters (bool) – This argument is passed to Profile.

Notes

This class is just a combination of ProfileFromFile and GeneratorProfileNoise.