算法指标
谁能提供对算法进行评级的完整指标列表?
例如,我的列表以以下内容开头:
- 优雅
- 可读性
- 计算效率
- 空间效率
- 正确性
该列表不按顺序排列,我怀疑它尚未完成。谁能提供更完整的列表?
Can anyone provide a complete list of metrics for rating an algorithm?
For example, my list starts with:
- elegance
- readability
- computational efficiency
- space efficiency
- correctness
This list is not in order and my suspicion is that it isn't near complete. Can anyone provide a more complete list?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
详尽的列表可能很难给出简洁的答案,因为一些重要的品质仅适用于算法的子集,例如“加密系统为特定密钥大小提供的安全级别”。
无论如何,我有兴趣看到人们可能有更多的补充。以下是一些:
An exhaustive list may be difficult to put in a concise answer, since some important qualities will only apply to a subset of algorithms, like "levels of security offered by an encryption system for particular key sizes".
In any case, I'm interested to see more additions people might have. Here are a few: