Skip to content
Snippets Groups Projects
  1. Dec 18, 2018
  2. Dec 16, 2018
  3. Dec 14, 2018
  4. Dec 13, 2018
  5. Dec 07, 2018
  6. Dec 03, 2018
  7. Nov 30, 2018
  8. Nov 29, 2018
  9. Nov 28, 2018
  10. Nov 27, 2018
    • Matthew Pitkin's avatar
      pymc3.py: explicitly set step method arguments · 52cdf6fc
      Matthew Pitkin authored
       - PyMC3 only applies the step_kwargs and nuts_kwargs arguments
         to the step methods if they are automaticallu allocated. Otherwise,
         it assumes you have already initialised the method with the
         required keywork arguments. This was not being done in bilby, so
         this patch fixes it and does explicitly initialise the step methods
         with values passed to step_kwargs or nuts_kwargs as required.
      52cdf6fc
    • Colm Talbot's avatar
      Merge branch 'pymc3_compoundstep' into 'master' · 712192db
      Colm Talbot authored
      Attempt to allow compound step methods for PyMC3
      
      See merge request !289
      712192db
Loading