AthenaEPI / dmipy

The open source toolbox for reproducible diffusion MRI-based microstructure estimation
MIT License
96 stars 30 forks source link

Fall-back for MIX to to deal with tortuosity constraints #31

Closed rutgerfick closed 5 years ago

rutgerfick commented 5 years ago

e.g. MC-MDI cannot be fitted with MIX because mix assumes volume fractions are linear parameters. The algorithms needs to have a fall-back to just using differential evolution on the model if this is the case, instead of the error it has now.

rutgerfick commented 5 years ago

Was dealt with by adding the bundle model in #51