alteryx / alteryx/Optimization
Appropriate action on infeasible problems
未关闭
reporting
- 主要语言
- JavaScript
- 星标
- 0
- 派生
- 0
- PR 合并指标
- 30 天内没有已合并 PR
描述
Some optimization problems are infeasible. This can be detected using the `status` code returned by the solver. When the problem is infeasible, we have a few options on how to deal with it:
1. Throw an error using `stop.Alteryx`.
2. I output shows a single panel with the message. The D and S outputs do the same.
Clearly, (1) is the easiest to implement. However, (2) makes sense especially if the feasibility status of the problem is going to be used upstream in the workflow for some other decision.
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。