You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can we have a feature to writeSolution for innerApproximation or combinatorial PNE?
The option could be to enter
An unsigned int k indicating the frequency of writing the iteration log.
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
An option to not write any intermediate logs except for console printing (as it is right now)
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.
The text was updated successfully, but these errors were encountered:
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)
Can we have a feature to writeSolution for innerApproximation or combinatorial PNE?
The option could be to enter
unsigned int k
indicating the frequency of writing the iteration log.k
iterations or same file(appended) or same file overwritten thus containing only the latest two iteration's detailsThis could be particularly useful in examining what is happening, when the algorithm terminates due to timeLimit or numerical issues.
The text was updated successfully, but these errors were encountered: