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

Solution write request #36

Open
ssriram1992 opened this issue Apr 18, 2020 · 2 comments
Open

Solution write request #36

ssriram1992 opened this issue Apr 18, 2020 · 2 comments
Assignees
Labels
Enhancement New feature or request

Comments

@ssriram1992
Copy link
Owner

ssriram1992 commented Apr 18, 2020

Can we have a feature to writeSolution for innerApproximation or combinatorial PNE?
The option could be to enter

  1. An unsigned int k indicating the frequency of writing the iteration log.
  2. Choice of whether one needs separate file for every k iterations or same file(appended) or same file overwritten thus containing only the latest two iteration's details
  3. An option to not write any intermediate logs except for console printing (as it is right now)
  4. If we have intermediate NE and feasible deviations in the innerApproximation, print how better is the value of this deviation.

This could be particularly useful in examining what is happening, when the algorithm terminates due to timeLimit or numerical issues.

@ssriram1992 ssriram1992 added the Enhancement New feature or request label Apr 18, 2020
@ssriram1992 ssriram1992 added this to To do in Improving EPEC via automation Apr 18, 2020
@ssriram1992
Copy link
Owner Author

To be clear - I am referring to writing the file Solution.txt and Solution.json at the end of each iteration (or alternatively Solution_iter_i.json if different file for each iteration)

@ssriram1992
Copy link
Owner Author

Additional request - please can we have these changes in the master branch?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New feature or request
Projects
Improving EPEC
  
To do
Development

No branches or pull requests

2 participants