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
Solvers require calculating a next sample vector from evaluating the error and/or local gradient of the forward model with respect to the measured data.
In LiberTEM, the data and computation can be distributed, parallelized and serialized as desired. Using this approach for solvers requires a forward model that can be distributed in the same fashion so that parts of the sample can be evaluated separately and the new sample vector resp. delta is merged from partial sample vector results.
The text was updated successfully, but these errors were encountered:
Yes, good point! For sure if we don't have to provide the Hessian and Jacobian for an optimizer. It would be interesting to see if diffsims can do that too or if it can/should be added.
Solvers require calculating a next sample vector from evaluating the error and/or local gradient of the forward model with respect to the measured data.
In LiberTEM, the data and computation can be distributed, parallelized and serialized as desired. Using this approach for solvers requires a forward model that can be distributed in the same fashion so that parts of the sample can be evaluated separately and the new sample vector resp. delta is merged from partial sample vector results.
The text was updated successfully, but these errors were encountered: