Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • api.parseDate(strdate)Date.parse(DATE_FORMAT, strDate)

  • def formatter = new SimpleDateFormat(DATE_FORMAT); formatter.format(date) -> date.format(DATE_FORMAT)

Optimization Segmentation Logics

Note

If you are working with Optimization – segmentation tree, the maximum number of instances is defined within the net.pricefx.formulaengine.optimization.ModelFilterTreesContextReadWrite.NodeSpec parameter:

Code Block
  <maxInstancesOverrides>
    <net.pricefx.formulaengine.optimization.ModelFilterTreesContextReadWrite.NodeSpec
    >100000</net.pricefx.formulaengine.optimization.ModelFilterTreesContextReadWrite.NodeSpec>
  </maxInstancesOverrides>
Info

See also:

...