AdvancedHMC.jl
AdvancedHMC.jl copied to clipboard
Struct naming improvments
FixedNSteps->FixedIntegrationSteps(https://github.com/TuringLang/AdvancedHMC.jl/pull/245#discussion_r575863482)- Make no-U-turns struct less verbose
NoUTurn->ClassicNoUTurnGeneralisedNoUTurn->NoUTurnStrictGeneralisedNoUTurn->StrictNoUTurn
Make no-U-turns struct less verbose
Maybe introduce a few type alias instead of changing these (internal) type names? Overall, I'm leaning towards using descriptive variable/function names since it makes code more readable.