General Workflow

In the system, the algorithms produce solutions of the selected shape (cutting). In most cases, the selected algorithm interacts with some appraiser to produce the solutions in correspondence with the grades boundaries set by the appraiser. Each appraiser has its specific list of cutting parameters. Also, each appraiser has a set of profiles. Each profile consists of cutting parameter intervals and presets values. Cutting parameter intervals define where an algorithm should aim the solution, and presets allow producing a spectrum of solutions within profile intervals - all within one run of an algorithm with this profile.

Configuring Profiles

Each profile now consists of:

  1. cutting parameter intervalsdefine where an algorithm should aim the solution ("numbers" for grades: EX, VG, GD, FR)
  2. presets valuesallow producing a spectrum of solutions within profile intervals - all within one run of an algorithm with this profile

Each profile contains its own set of presets. Thus, if you change some preset, the new value affects only the profile it belongs to - this allows precise configuration of profiles without interference with the other profiles.

There are two types of profiles:

The system allows copying both cutting parameter intervals (Cut and Symmetry tabs) and presets values into your own editable profile. There you can further tune them. More explanations about how profiles and presets are used now and examples are presented in the video below:

Available Operations

When configuring profiles, you can:

Available operations:

Specific Presets Cases

Commonly, the preset is the additional limitation on top of the cutting parameter interval. Thus:

Cases:

  1. When the parameter has no intervals specified, but has values in the presets. Then presets contain direct value for this parameter.
  2. Parameter does not have the left boundaries (means the left boundary is "0"). Then cutting parameter interval is multiplied by preset value.
  3. Parameter has both left and right boundaries. Then the following formula is used

    b_mid = b_min * 0.5 + b_max * 0.5;
    real_border_min  = b_mid -  (b_mid - b_min) * presets_min;
    real_border_max = b_mid + (b_max - b_mid) * presets_max.

    Where:
  • b_min - the left boundary of the interval for a Grade;
  • b_max - the right boundary of the interval for a Grade;
  • presets_min = left value of a preset;
  • presets_max = right value of a preset.

There are also specific cases of preset usage:

Pricelist

The Pricelist is used during allocation to calculate the Price of each solution. The current pricelist name is "LEXUS_PRICE_01MAY_2020".

Presets Rename and Color Legend Change in 5.2.22

As different system versions may be in use, it is useful to know that starting from version 5.2.22 the color legend and names of some presets have been changed.

Here are the changes spread between profiles of most appraisers:


Here are the changes related to the presets used by the SmartNormalize algorithm:


 

Related Pages