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

Implement O(Z)-independent `convergence_threshold` #37

Open ma-sadeghi opened 2 months ago

ma-sadeghi commented 2 months ago

Currently, convergence_threshold highly depends on the scale of Z. Consequently, depending on O(Z), the algorithm silently diverges.

MaximeVH commented 1 month ago

I'd like to look into this, but I'll need more context. I suggest we bring it up in our next discussion