0 / 0
Go back to the English version of the documentation
Decision Optimization 的输入和输出数据
Last updated: 2024年8月12日
Decision Optimization 输入和输出数据

您可以使用以下字典来访问在 试验 UI 中定义的输入和输出数据。

对于 Python DOcplex 模型,可以从输入字典访问您在 试验 UI 中的 准备数据 视图 中导入的数据。 要访问导入的数据,必须使用以下语法定义每个表 inputs['tablename']。 例如,在此代码行中, food 是从名为 diet_food的表中定义的实体:
food = inputs['diet_food']
同样,要在 试验 UIExplore 解决方案 视图 中显示表,必须使用语法 outputs['tablename']指定这些表。 例如
outputs['solution'] = solution_df
定义名为 solution的输出表。 Python 模型中的实体 solution_df 定义此表。

您可以在 DO-samplesModel_Builder 文件夹中找到此 Diet 示例。 要在 experiment UI 中导入并运行(求解)该模型,请参阅 求解并分析 Decision Optimization模型:饮食问题

Generative AI search and answer
These answers are generated by a large language model in watsonx.ai based on content from the product documentation. Learn more