Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Efficient distributed forward model #15

Open
uellue opened this issue Feb 26, 2020 · 2 comments
Open

Efficient distributed forward model #15

uellue opened this issue Feb 26, 2020 · 2 comments

Comments

@uellue
Copy link
Member

uellue commented Feb 26, 2020

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.

@sk1p
Copy link
Contributor

sk1p commented Feb 27, 2020

Is this something where we could plug in diffsims?

@uellue
Copy link
Member Author

uellue commented Feb 27, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants