MATLABenhancementgood first issue
仓库指标
- 星标
- (771 个星标)
- PR 合并指标
- (平均合并 1天 14小时) (30 天内合并 5 个 PR)
描述
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.