Make Parameter class compatible with `gwpopulation`
Add a "copy()" method to the Parameters() class that emulates a dictionary's copy() method so that bilby
and gwpopulation
can do parameter conversions/transformations without changing the parameters themselves.