Skip to content
Snippets Groups Projects
  1. May 16, 2018
  2. May 15, 2018
  3. May 14, 2018
    • Gregory Ashton's avatar
      Simplifies the logic of how parameters are known-about from the sampler · b9429eec
      Gregory Ashton authored
      The samplers and prior access the parameters via
      `likelihood.waveform_generator.parameters`. But, this is the only way
      that the waveform_generator was accessed outside of the likelihood. We
      simplify this by insisting that the Likelihood has the attribute
      parameters (which is set, in this case, from the waveform_generator).
      
      - Add attribute parameters to likelihood
      - Remove all look-ups of waveform_generator outside of the likelihood.
        This means the waveform_generator is a likelihood-specific thing!
      b9429eec
    • Gregory Ashton's avatar
      Closes #62 · 5ef8f99f
      Gregory Ashton authored
      If a label is given to setup_logger, the output is written to a file.
      5ef8f99f
  4. May 13, 2018
  5. May 12, 2018
  6. May 11, 2018
  7. May 10, 2018
Loading