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

Improve the log of GDPOpt #3134

Open
ZedongPeng opened this issue Feb 13, 2024 · 0 comments
Open

Improve the log of GDPOpt #3134

ZedongPeng opened this issue Feb 13, 2024 · 0 comments

Comments

@ZedongPeng
Copy link
Contributor

ZedongPeng commented Feb 13, 2024

Summary

There are four solver configurations defined in GDPOpt, including mip_solver, nlp_solver, minlp_solver and local_minlp_solver.

Sometimes, it makes me confused about which solver is used for the master problem or subproblems. It would be better if we could report which solver is used for each subproblem.
Attached is the log from DICOPT for reference.

 Major Major     Objective    CPU time  Itera- Evaluation Solver
 Step  Iter       Function     (Sec)    tions   Errors
  NLP    1      -693.29360      2.02      121      0      ipopth
  MIP    1      -555.90425      5.87    16289      0      cplex
  NLP    2       -77.45605<    11.40      683      0      ipopth
  MIP    2      -171.54170      7.63    30078      0      cplex
  NLP    3       -53.95034      2.62      178      0      ipopth
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment