MaximeVH / EquivalentCircuits.jl

A julia package to either fit the parameters of a specified equivalent electrical circuit to electrochemical impedance data, or to suggest a plausible circuit configuration for a given set of measurements (either through a comparison of circuits from the literature, or through an evolutionary algorithm approach).
MIT License
22 stars 6 forks source link

Algorithm fails to find optimal parameters for a given equivalent circuit model #18

Closed StefanPofahl closed 1 year ago

StefanPofahl commented 1 year ago

Hi Maxime,

today I discussed with a colleague data he has measured and fitted with Gamry-Fit-Software. He proposed a suitable equivalent circuit model and told me that the Gamry software finds a parameter set that is very well suited to fit the data. I have put the data and a sample code in the sub-folder examples of my fork of your repository, see example_iterative_optimization_with_static_equivalent_circuit_model I hope you like it and it is useful for your work :-)

MaximeVH commented 1 year ago

Hi Stefan,

Thank you very much for all your great contributions; I'll spend some time incorporating them properly and adding clearer explanations and documentation to the package, as well as adding some of the requested functionality and addressing raised issues.

Best wishes,

Maxime

StefanPofahl commented 1 year ago

Looking forward to your next version :-)

StefanPofahl commented 1 year ago

My code has a bag, I will fix the bug and let you know.

StefanPofahl commented 1 year ago

Now the script should do its job properly ...