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

Verbose logging specific to compilation #1251

Merged
merged 4 commits into from
Feb 27, 2021
Merged

Verbose logging specific to compilation #1251

merged 4 commits into from
Feb 27, 2021

Commits on Feb 27, 2021

  1. Verbose logging specific to compilation

    Adds a keyword argument `verbose` to the solve method. When
    verbose=True, CVXPY will log information related to both problem
    compilation and solving.
    
    For beginners, the distinction between compilation and solving is not
    clear; this can lead some users to conclude that the solver is taking
    too long, when compilation was the bottleneck (or vice versa). This
    logging is meant to help alleviate that confusion.
    
    For beginners and advanced users alike, when compiling very large
    problems, it can be helpful to have logging output describing the
    various stages of compilation and noting when they finish.
    akshayka committed Feb 27, 2021
    Configuration menu
    Copy the full SHA
    57e7f37 View commit details
    Browse the repository at this point in the history
  2. delete new line

    akshayka committed Feb 27, 2021
    Configuration menu
    Copy the full SHA
    9d1fe70 View commit details
    Browse the repository at this point in the history
  3. some improvements

    akshayka committed Feb 27, 2021
    Configuration menu
    Copy the full SHA
    e176921 View commit details
    Browse the repository at this point in the history
  4. edit

    akshayka committed Feb 27, 2021
    Configuration menu
    Copy the full SHA
    20f739b View commit details
    Browse the repository at this point in the history