Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Autodiff compatable emulator and Barker gradient-based sampler (#339
) * add Forward diff and selection of gradient-based Samplers * added ESJD and test for it * format * new protocols to modularize the autodiff packages * typo * allow kwargs and duals in Emulator arguments * add abstract GPs as an emulator option, using provieded lengthscales etc as keywords * add kwargs into RF build_models too * add ew deps for emulators * add convenience to build AGP from GPJL and implement 1D->1D unit test * format and typo * format * add tests for 2d->2d GP and improve interface for AbstractGP * rtol->atol * add test for RWM and PCN with AGP and no derivatives * updated proposals from Kotas latest CES repo, also added target_acc to find stepsize * framework to test the ForwardDiff schemes * typo * Seemingly sign errors in derivative calculations * one test set per method * add L into HMC as parameter, sign changes for autodiff. * typo * remove all non-barker gradient methods for now * format * add docs Manifest to inc. AbstractGP * docs API fix * rm long comment * format * add reversediff compatability * Project toml and format * improve code-cov except for hessians * refined error messages * better stepsize guess to reduce (Mac) runtest time
- Loading branch information