Closed jianzuo closed 4 months ago
Thanks for your interest!
EISART uses an open-loop method to determine the distribution of lambda, in order to balance between DRT variation and resolution. If "Auto Lambda" is checked, lambda increases from the set value where EIS fitting residuals are larger. If "Auto Lambda" is not checked, lambda is a user-specified constant.
"Auto Lambda" does not change the overall lambda, but changes the distribution of lambda over relaxation time, hence the value of lambda is not unique. You may add a break point in debug mode on line 831 in util_tikhonov.py to inspect the values of lambda (lmd_vector).
Because the user-specified set value of lambda is the starting point of auto adjustments.
If you have any further question, please feel free to leave another comment ;-)
Hi, Thank you very much for the explanation, it is clear now, I will try to explore more based on this. Recently, I am using your tool in my work, I am trying to put together a couple of questions (may related to better understanding the use of this tool), and I will leave them in the next issue discussion. Thanks again for your time!
Currently, I am more interested in the DRT results (the time constant and polarization resistance from measured EIS spectra).
Hi, Thanks for providing such a great tool. After some experiment, I have encounted a problem on regularization parameter (lambda) optimization.
Thank you very much!