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
24 stars 6 forks source link

Add `verbose` argument to show progress during circuit evolution #38

Closed ma-sadeghi closed 1 month ago

ma-sadeghi commented 3 months ago

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).

MaximeVH commented 1 month ago

I have included such an argument