You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would be useful to add a method to JaxSimulation to estimate the cost of the forward AND adjoint simulation, perhaps using self._run_time_adjoint / self.run_time to scale the credits from web.estimate_cost(self.to_simulation()[0])?
Would be useful to add a method to
JaxSimulation
to estimate the cost of the forward AND adjoint simulation, perhaps usingself._run_time_adjoint / self.run_time
to scale the credits fromweb.estimate_cost(self.to_simulation()[0])
?See #1608
The text was updated successfully, but these errors were encountered: