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

Start in interior of variable bounds #1073

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

blegat
Copy link
Contributor

@blegat blegat commented Jan 29, 2024

As highlighted in #1071, most tests were failing because the starting point was infeasible.
With this PR, most are now passing.
The remaining ones to investigate are:

  • test_nonlinear_expression_hs071 : this one gives an infeasible solution, not sure if it's due to the fact that the starting values does not satisfy the constraints, no warning is thrown though.
  • test_nonlinear_expression_hs071_epigraph : the variables are in the interior of the bounds but some of the constraints are not satisfied hence the warning is thrown. Then it converges to an incorrect solution
  • test_objective_FEASIBILITY_SENSE_clears_objective : this one seems it may be a bug in the MOI wrapper, let me investigate first

Copy link

codecov bot commented Jan 29, 2024

Codecov Report

Attention: Patch coverage is 93.33333% with 1 lines in your changes are missing coverage. Please review.

Project coverage is 85.75%. Comparing base (01b9391) to head (c43736e).

❗ Current head c43736e differs from pull request most recent head 1d9aabb. Consider uploading reports for the commit 1d9aabb to get more accurate results

Files Patch % Lines
src/MOI_wrapper.jl 93.33% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1073      +/-   ##
==========================================
+ Coverage   85.46%   85.75%   +0.29%     
==========================================
  Files          45       46       +1     
  Lines        3274     3511     +237     
==========================================
+ Hits         2798     3011     +213     
- Misses        476      500      +24     

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

@blegat
Copy link
Contributor Author

blegat commented Jan 29, 2024

I suggesting investigating the remaining failing tests in separate PRs

@blegat
Copy link
Contributor Author

blegat commented Feb 15, 2024

@pkofod This PR is good to go from my end

@pkofod
Copy link
Member

pkofod commented Mar 23, 2024

@pkofod This PR is good to go from my end

thanks I will look. Busy feb and march for me 😓

@blegat
Copy link
Contributor Author

blegat commented Apr 8, 2024

Thanks, I just rebased to fix conflicts

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

Successfully merging this pull request may close these issues.

None yet

2 participants