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

[docs] expand section on the limitations of parameters #3950

Merged
merged 1 commit into from
Feb 24, 2025

Conversation

odow
Copy link
Member

@odow odow commented Feb 24, 2025

Closes #3947

Copy link

codecov bot commented Feb 24, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.58%. Comparing base (baecf2c) to head (e0fa150).
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #3950   +/-   ##
=======================================
  Coverage   99.58%   99.58%           
=======================================
  Files          43       43           
  Lines        6066     6066           
=======================================
  Hits         6041     6041           
  Misses         25       25           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Comment on lines +1524 to +1525
because the model is equivalent to a quadratic program with an indefinite
objective:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Indefined might be ambiguous.
Maybe non-positive semidefinite?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If a matrix has both positive and negative Eigen values isn't the correct term indefinite?

@odow odow merged commit 89f7e0c into master Feb 24, 2025
11 checks passed
@odow odow deleted the od/parameter-limitation branch February 24, 2025 06:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Unexpected interactions with JuMP.Parameter (in QPs)
2 participants