randomNormalizedPerformanceTable

Provider:RXMCDA
Version:1.0

Description

Generates a performance table with numeric values in the real unit interval, from a uniform distribution.

Inputs

(For outputs, see below)

criteria

Description:

A list of criteria. Criteria can be activated or desactivated via the <active> tag (true or false). By default (no <active> tag), criteria are considered as active.

alternatives

Description:

A list of alternatives. Alternatives can be activated or desactivated via the <active> tag (true or false). By default (no <active> tag), alternatives are considered as active.

XMCDA related:

  • Tag: alternatives

  • Code:

    <alternatives>
        <alternative>
            <active>[...]</active>
            [...]
        </alternative>
        [...]
    </alternatives>
    

seed

Description:

The seed for the random numbers generator (integer).

GUI information:

  • Parameter values can be defined via the GUI or the XMCDA file, by default via GUI.

  • Name: seed

    The seed for the random numbers generator (integer).

    • Constraint description: An integer value.
    • Type: integer
    • Default value: 1

XMCDA related:

  • Tag: methodParameters

  • Code:

    <methodParameters>
        <parameter
             name="seed"> <!-- REQUIRED  -->
            <value>
                <integer>%1</integer>
            </value>
        </parameter>
    </methodParameters>
    

Outputs

performanceTable

Description:

A performance table. The evaluations are random numeric values in the real unit interval.

XMCDA related:

  • Tag: performanceTable

messages

Description:

A list of messages generated by the algorithm.

XMCDA related:

  • Tag: methodMessages

For further technical details on the web service underlying this program, have a look at its documentation here.