MATLABenhancementgood first issue
Repository metrics
- Stars
- (771 stars)
- PR merge metrics
- (Avg merge 1d 14h) (5 merged PRs in 30d)
Description
Most algorithms have the same parse_inputs(). I think we should make a unique function, perhaps that takes the algorithm name, and that should output all the inputs.Right now we have tons of redundant parse_inputs() code.