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

Result `parameteroptimisation` is not type stable #1

Closed MichielStock closed 3 years ago

MichielStock commented 3 years ago
julia> parameteroptimisation(circuit, [2im+1, 3+im, im-2], [0.1, 0.01, 0.001])
5-element Vector{Any}:
 1308.124526858658
    0.009999999998281602
    0.5515147589413701
    0.009999999999998893
    9.999999990871584e8

Also: