alteryx / alteryx/Optimization

Appropriate action on infeasible problems

オープン
#49 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
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 はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。