Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • N NIFTy
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 20
    • Issues 20
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 13
    • Merge requests 13
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar

On Monday, 27th March 9 a.m., the user backend of GitLab will get a reconfiguration. A new login to the web interface may be necessary.

  • ift
  • NIFTy
  • Merge requests
  • !821

User Experience: Fix `optimize_kl` minisanity plotting for runs with many parameters

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Lukas Platz requested to merge unbreak_optimize_kl_minisanity_plotting into NIFTy_8 Dec 29, 2022
  • Overview 10
  • Commits 2
  • Pipelines 2
  • Changes 1

Currently, the reduced-Chi² plots produced by optimize_kl become unreadable when reconstructing a model with many parameter keys or when doing many MGVI/GeoVI iterations.

This patch relocates the minisanity plot legend to outside of the graph area and resizes the figure adaptively to make it readable in both named scenarios. Adaptive resizing is also added to the energy history plot.

@mtr: Are you the right maintainer to ask to merge this? Has somebody been assigned to take over @parras position as maintainer?

Cheers, Lukas

Before:

minisanity_history_last

After:

minisanity_history_last

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: unbreak_optimize_kl_minisanity_plotting