-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
- In a new module
next_steps_proposals.py, write 2 functions for 2 different next step proposals: a Gaussian one (it's the one currently in theWalkercode) and a square one (you can find an example in the exercise notebook) - Modify the constructor of
Walkerto take as arguments 1) anext_step_proposalfunction and 2) anext_step_proposal_argumentsdictionary containing the arguments to pass to the function - Modify the notebook to run two simulations, one with the Gaussian proposal and one with the square proposal
Remember to reload the notebook kernel when you modify the code in you modules, as modules are cached during the first import and changes would not be visible.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels