Notes on optimisation
- We have three different assignment variables:
- current
- best
- proposal
- We need best because we might accept a proposal which is worse than the curent value.
- This is dealt within
accept_reject_update!()
.
accept_reject_update!()
.Settings
This document was generated with Documenter.jl version 1.1.2 on Tuesday 28 November 2023. Using Julia version 1.9.4.