Skip to content
GitLab
Projects Groups Topics 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
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 22
    • Issues 22
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 17
    • Merge requests 17
  • 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, June 12, 2023, from 9.00 to 10.00 am there will be a maintenance with a short downtime of the GitLab service.

  • 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