swh:1:snp:e6d42e6731ce66e3c09de07ac49964c03139e990
Tip revision: 1b619a75151e3d5d95d32a2fb732e1208ec0cd33 authored by Konrad Werys on 01 November 2019, 11:50:53 UTC
ci: big changes to the builds v11
ci: big changes to the builds v11
Tip revision: 1b619a7
notepad.md
# NOTES
## Different results from the configurations
parameter_to_map: T1_SHMOLLI
functions_type: **FunctionsThreeParams/FunctionsShmolli**
fitting_method: LevMarVnl
max_function_evals: 4000
fTolerance: 1e-12
sign_calc_method: MagPhase
start_point_calc_method: Default
FunctionsThreeParams: 10s and seemingly correct results
FunctionsShmolli: 2.2s and wrong results
parameter_to_map: T1_SHMOLLI
functions_type: FunctionsShmolli
fitting_method: LevMarVnl
max_function_evals: 4000
fTolerance: 1e-12
sign_calc_method: MagPhase
start_point_calc_method: **Default/StartPointSHMOLLI**
Default: 2.2s and wrong results
StartPointSHMOLLI: 10s and seemingly correct results
## 5 vs 7 samples
5 samples are calculated way slower. Maybe playing with fmax and maxIter would reduce the time?