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
24
stars
6
forks
source link
Add `verbose` argument to show progress during circuit evolution #38
Circuit evolution can be quite lengthy. It'd be convenient if circuit_evolution optionally showed the progress (either line by line or as a progress bar via ProgressMeter).
Circuit evolution can be quite lengthy. It'd be convenient if
circuit_evolution
optionally showed the progress (either line by line or as a progress bar viaProgressMeter
).