Skip to content

Outputting a process parameter that is not an objective #423

Closed Answered by blankjul
isong29 asked this question in Q&A
Discussion options

You must be logged in to vote

Yes, you can also store other attributes. Just write them to the out dictionary (in the _evaluate function) like the objective values or constraints: out["AAA"] = x*2
You can later access it from the population object: algorithm.opt.get("AAA")

Replies: 1 comment 1 reply

Comment options

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

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