What is "work" measuring?
AnsweredI know that the "work" property is a deterministic measure approximating wall-clock time, but what is it measuring? Is it counting number of operations, counting number of evaluations of solution candidates, etc.? I would like to be able to better describe what I am reporting when I use this property.
In case it is important, I am optimizing a bilinearly-constrained mixed integer nonlinear programming problem.
Thank you.
-
The work attribute is roughly counting the number of time intensive operations during an optimization run, e.g., numerical computations.
Is it counting number of operations, counting number of evaluations of solution candidates, etc.?
All of these would more or less fall under the hood of "numerical computations".
Best regards,
Jaromił0
Please sign in to leave a comment.
Comments
1 comment