Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

Dos and Don’ts

Topic

Tip

Details

Large data and ModelFormulaContext

❗ Do not store large data in ModelFormulaContext – this is because it is stored as an XML on the Optimization Model.

Optimization Company Parameter Tables

Do not to run an Optimization logic in the Debug mode

❗In general, it is not recommended to run an Optimization logic in the Debug mode. It is usually better to create a model, assign the logic to that model and run the logic directly from the model using the Calculate button on each calculation tab.

https://pricefx.atlassian.net/wiki/spaces/UNITY/pages/4122411218

Running a model for the first time

⚠️ Before running a model with a single-logic configuration for the first time, you need to open the model’s Data Load of the type Model Calculation (it is created automatically when the model is saved) and uncheck the Allow distributed calculation checkbox. Otherwise you will get an error: “Formula for calculation phase not found”.

https://pricefx.atlassian.net/wiki/spaces/UNITY/pages/4122411218

Null values in segmentation dimensions

❗ Avoid null values in segmentation dimensions. If necessary, create a new field by using an expression which replaces empty values by a text like “Not provided”.

https://pricefx.atlassian.net/wiki/spaces/UNITY/pages/4122346184


Tips and Notes

Topic

Tip

Details

Model name length limitation

For a model name, there is a limit of 50 characters. (This limit is valid for all FC uniqueName values in Pricefx and it originates from the limit of 63 characters in the underlying Postgres database.)

https://pricefx.atlassian.net/wiki/spaces/UNITY/pages/4122346184

Set heartbeat

It is recommended to set your partition's heartbeat to a low value (20 s).

https://pricefx.atlassian.net/wiki/spaces/UNITY/pages/4121952780

  • No labels