Skip to content

Iteration output doesn't include inf_compl #787

Closed Answered by svigerske
danieloliveira56 asked this question in Q&A
Discussion options

You must be logged in to vote

I couldn't find any mention of duration in the Ipopt source.
The headers for OrigIterationOutput and RestoIterationOutput are the same:

std::string header = "iter objective inf_pr inf_du lg(mu) ||d|| lg(rg) alpha_du alpha_pr ls\n";

std::string header = "iter objective inf_pr inf_du lg(mu) ||d|| lg(rg) alpha_du alpha_pr ls\n";

You should get the output from RestoIterationOutput::WriteOutput during restoration phase, and the output from OrigIterationOutput::WriteOutput outside restoration phase.

The RestoIterationOutput::Write…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@danieloliveira56
Comment options

Answer selected by danieloliveira56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants