https://github.com/ElsevierSoftwareX/SOFTX_2019_219
Revision b2f310b167242c1c1232f18d6b1b198f6611e8fc authored by Konrad Werys on 23 October 2018, 16:01:55 UTC, committed by Konrad Werys on 23 October 2018, 16:01:55 UTC
1 parent 62e9b65
Raw File
Tip revision: b2f310b167242c1c1232f18d6b1b198f6611e8fc authored by Konrad Werys on 23 October 2018, 16:01:55 UTC
fixing the includes
Tip revision: b2f310b
notepad.md

# Different results from the configurations:

parameter_to_map: T1_SHMOLLI
functions_type: **FunctionsBasic/FunctionsShmolli**
fitting_method: LevMarVnl
max_function_evals: 4000
fTolerance: 1e-12
sign_calc_method: MagPhase
start_point_calc_method: Default

FunctionsBasic: 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
back to top