Not able to retrieve the objective value even though the model status is optimal.
AnsweredHello everyone,
I am trying to make an genetic algorithm for my thesis. However, when scoring all the new chromosomes of a generation (new values for the decision variables) it gives an error when it try to receive the objective function with: model.getAttr('PoolObjVal') . Even though the model status is 2 (optimal).
0
-
Hi Rick,
In Python, you can query the ObjVal attribute as \(\texttt{model.ObjVal}\), not the PoolObjVal, which is only available when looking at a solution pool.
If you're interested in that, please check the poolsearch.py example.
Cheers,
David0 -
Ow wow, yes it works now! Thank you very much.
0
Please sign in to leave a comment.
Comments
2 comments