Skip to content

Documentation updates, new BisectionProjectionConstraint, new callbacks (SlurmStopping / IncrementalHSICLogger) #1692

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 58 commits into
base: main
Choose a base branch
from

Conversation

alphataubio
Copy link

@alphataubio alphataubio commented Apr 15, 2025

Types of changes

  • Docs change / refactoring / dependency upgrade
  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Motivation and Context / Related issue

  • Documentation updates ( PREVIEW https://alphataubio.com/nevergrad/ )

    • sphinx docs refactored by sections (contents, api reference, examples, statistics)
    • automatic venv in docs/Makefile
    • Callbacks API split into its own ref page
    • minor editing to many pages
    • new "Strict constraints in continuous optimization" page
  • BisectionProjectionConstraint (implement strict constraints using bisection projection)

  • new callbacks

    • SlurmStopping (EarlyStopping when 5 minutes left in SLURM job, no-op if not in SLURM job)
    • IncrementalHSICLogger (log parameters sorted by importance based on Hilbert-Schmidt Independence Criterion)

How Has This Been Tested (if it applies)

NOT TESTED YET (DRAFT PR)

Checklist

  • The documentation is up-to-date with the changes I made.
  • I have read the CONTRIBUTING document and completed the CLA (see CLA).
  • All tests passed, and additional code has been covered with new tests.

@facebook-github-bot facebook-github-bot added the CLA Signed Do not delete this pull request or issue due to inactivity. label Apr 15, 2025
@alphataubio alphataubio changed the title Documentation updates, BisectionProjectionConstraint, Callbacks (SlurmStopping / IncrementalHSICLogger) Documentation updates, new BisectionProjectionConstraint, new callbacks (SlurmStopping / IncrementalHSICLogger) Apr 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed Do not delete this pull request or issue due to inactivity.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants