Skip to content

Commit

Permalink
Fix doc link
Browse files Browse the repository at this point in the history
  • Loading branch information
relf committed Mar 1, 2024
1 parent 336463b commit 3f3fea7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moe/src/sgp_parameters.rs
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ impl<F: Float> SparseGpMixtureParams<F, Xoshiro256Plus> {
impl<F: Float, R: Rng + SeedableRng + Clone> SparseGpMixtureParams<F, R> {
/// Constructor of Sgp parameters specifying randon number generator for reproducibility
///
/// See [`new`](SparseGpMixParams::new) for default parameters.
/// See [`new`](SparseGpMixtureParams::new) for default parameters.
pub fn new_with_rng(inducings: Inducings<F>, rng: R) -> SparseGpMixtureParams<F, R> {
Self(SparseGpMixtureValidParams {
n_clusters: 1,
Expand Down

0 comments on commit 3f3fea7

Please sign in to comment.