Skip to content

Commit

Permalink
improvements to samplers and tutorials (#182)
Browse files Browse the repository at this point in the history
* modified sampler to sample training points with seeded randomness

* updated plotting utilities

* forced different model plots to use the same colorbars

* training sigma_sq of fixed model for consistency

* fixed a major optimization bug that was causing at least the anisotropic length scales to not properly update in an optimized model
  • Loading branch information
bwpriest authored Aug 4, 2023
1 parent ebf0787 commit 09eeb59
Show file tree
Hide file tree
Showing 12 changed files with 260 additions and 213 deletions.
1 change: 1 addition & 0 deletions MuyGPyS/_src/optimize/chassis/numpy.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ def _new_muygps(muygps: MuyGPS, x0_names, bounds, opt_dict) -> MuyGPS:
ret.kernel._hyperparameters[name]._update_knot_values(**{key: val})
else:
ret.kernel._hyperparameters[key]._set_val(val)
ret._make()
return ret


Expand Down
Loading

0 comments on commit 09eeb59

Please sign in to comment.