alteryx / alteryx/Optimization
Appropriate action on infeasible problems
Đang mở
reporting
- Ngôn ngữ chính
- JavaScript
- Star
- 0
- Fork
- 0
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
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.
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.