Skip to content

"Optimum = 0" when printing solution output #241

Answered by marcomangano
lthUniBonn asked this question in Q&A
Discussion options

You must be logged in to vote

Hello Lavinia,
It looks like you actually caught a small bug that got undetected for some time! That additional Optimum printout is misleading and it is not providing any useful information, we will remove it soon (see this PR).

The objective function value at the final iteration is provided in the Value column. Depending on the optimizer, the additional printout files will include more information on the optimization path and parameters. You can also use optview to visualize the data from the history file (whose name is defined via the storeHistory attribute in the Optimizer instance, eg in the example scripts: sol = opt(optProb, sens=.., storeHistory="<yourHistoryfilename>.hst")).

Hope …

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@lthUniBonn
Comment options

@marcomangano
Comment options

@lthUniBonn
Comment options

Answer selected by lthUniBonn
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