Package net.pricefx.formulaengine.optimization


package net.pricefx.formulaengine.optimization
Model contexts of the price optimization module.

A model logic receives its context through the model binding. The type of that context depends on the executing logic element.

Both are built on the base pair ModelFormulaContextReadOnly and ModelFormulaContextReadWrite.

A parallel calculation runs in three phases. Each phase has its own context.

Sub contexts follow the same read only and read write split.

ModelPMMLContext evaluates trained Predictive Model Markup Language (PMML) models from model attachments. It is experimental.

ModelContext reaches another model from any logic. Obtain it with api.model(uniqueName).