MATLABenhancementgood first issue
Repository metrics
- Stars
- (771 stars)
- PR merge metrics
- (Avg merge 1h 23m) (1 merged PR 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.