Open
Conversation
There was a problem hiding this comment.
Pull request overview
Updates the documentation to reflect recent sampling/LON API changes in lonpy, including new configuration parameter names and newly documented metrics/config options.
Changes:
- Replace
n_iterations,hash_digits, andopt_digitsusage in docs withmax_perturbations_without_improvement,coordinate_precision, andfitness_precision. - Document additional metrics returned by
compute_metrics()(success,deviation) and add a new section describingLONConfigfor LON construction. - Remove duplicated “Dependencies” sections from various docs pages and update examples accordingly.
Reviewed changes
Copilot reviewed 9 out of 9 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| docs/user-guide/sampling.md | Updates sampler config docs + adds LONConfig section and precision parameter guidance. |
| docs/user-guide/examples.md | Updates example configs to new parameter names and fixes known_best scaling. |
| docs/user-guide/analysis.md | Documents performance metrics (success, deviation) and how to compute them separately. |
| docs/getting-started/quickstart.md | Updates quickstart code and metrics table for new config/metrics. |
| docs/getting-started/installation.md | Removes dependencies list section. |
| docs/getting-started/concepts.md | Updates node identification/metrics terminology to new precision + adds new metric entries. |
| docs/contributing.md | Removes commit message guidance section. |
| docs/api/index.md | Adds LONConfig to API index and removes dependencies list section. |
| README.md | Updates README examples to new sampler config parameters. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
pFornagiel
reviewed
Feb 23, 2026
pFornagiel
reviewed
Feb 23, 2026
Collaborator
|
If we are updating docs, we can add the new |
Collaborator
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 12 out of 12 changed files in this pull request and generated 13 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


No description provided.