• This function adds result categories to each object in the traceData array.

    Parameters

    • traceData: TraceData[]

      Array of objects containing the data to be processed.

    Returns void

    Remarks

    It modifies the passed traceData array by adding calculated properties to each object. Each object in the traceData array is expected to have certain properties like "Direction", "ObjectiveValue", and "ObjectiveValueEstimate". The function uses these existing properties to calculate new ones.

    The specific calculations performed by this function and the functions it calls are not described here. Please refer to the documentation of those functions for details.

Generated using TypeDoc