Skip to content
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

Add support for arbitrary statistics handling and plotting in the perfprof executable #9

Open
dparo opened this issue Jan 4, 2022 · 0 comments

Comments

@dparo
Copy link
Owner

dparo commented Jan 4, 2022

Refactor the perfprof code to handle arbitrary statistics from the JSON file

Each statistic should have:

  • A stat name
  • An associated JSON string entry name for both the BaPCod (if applicable) and for the CPTP json output
  • A default value used when the statistic is not found in the JSON file
  • A transformation function to create ratios and such for outputting the CSV used for plotting

The CPTP main executable should:

  • Expose most of the CPLEX statistics in the JSON output file (examples: number of simplex iterations, number of cuts generated, number of branch and bound nodes, etc)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant