Skip to content

Commit

Permalink
docs: Fix a link in the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
pnevyk committed Jan 6, 2022
1 parent f78130b commit d498da8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/analysis/initial.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//!
//! Based on \[1\]. The analysis provide insights for focusing on which
//! variables need to be improved regarding initial guess for Newton-based
//! algorithms (e.g., [`TrustRegion`](crate::trust_region)).
//! algorithms (e.g., [`TrustRegion`](crate::solver::trust_region)).
//!
//! \[1\] [On the Choice of Initial Guesses for the Newton-Raphson
//! Algorithm](https://arxiv.org/abs/1911.12433)
Expand Down

0 comments on commit d498da8

Please sign in to comment.