daducci / COMMIT

Linear framework to combine tractography and tissue micro-structure estimation with diffusion MRI
Other
43 stars 33 forks source link

new solvers structure #36

Closed matteofrigo closed 6 years ago

matteofrigo commented 6 years ago

This PR proposes a new framework for the fit() operation. It makes it possible to solve the regularised non negative least squares problem with a different regularisation for each compartment. Moreover it gives the possibility to save the results in txt format in the same spirit as @barakovic 's PR #35 .

A tutorial for the new solver structure is proposed both in text and ipython notebook form.

barakovic commented 6 years ago

Great job Matteo, really nice work! From my side this branch can be merged to the master.

daducci commented 6 years ago

Well done Teo, this is an important evolution of the framework!