Get cost of a mode solver simulation #1883
-
Is there a way to get the cost of a mode solver simulation? Running
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
@samuelkim16 our mode solver is still using some legacy handling including a web api that is separate from our other solvers, and some things unfortunately don't work (well). It is currently being rewritten to unify with the rest of the code (fyi @caseyflex ). In the meantime, I found a way to get the real cost of a mode solver task after it has been completed, if you know the
Or to do this even more directly without having to re-download the data file,
Of course, you can also just go to our web GUI and see the task cost there, too. |
Beta Was this translation helpful? Give feedback.
@samuelkim16 our mode solver is still using some legacy handling including a web api that is separate from our other solvers, and some things unfortunately don't work (well). It is currently being rewritten to unify with the rest of the code (fyi @caseyflex ).
In the meantime, I found a way to get the real cost of a mode solver task after it has been completed, if you know the
task_id
andsolver_id
(printed when the task is submitted):Or to do this even more directly without having to re-download the data file,