AIBECS.jl icon indicating copy to clipboard operation
AIBECS.jl copied to clipboard

Consider using ModelParameters.jl for parameters

Open briochemc opened this issue 5 years ago • 2 comments

See https://github.com/rafaqz/ModelParameters.jl/issues/8#issuecomment-727173600 for reference.

Maybe try by building a small example AIBECS model manually and go from there.

briochemc avatar Nov 14 '20 12:11 briochemc

Another thing that is sometimes a pain with the current struct implementation is its rigidity. You can't change the parameters' struct on the fly. Maybe a simpler wrapped array type would be better, and more in line with SciML or something like ModelParameters.jl

briochemc avatar Aug 14 '21 13:08 briochemc

Additional note: an important feature would be the ability to read and write csv files.

briochemc avatar May 18 '24 00:05 briochemc