4.1.10. Objective Target Node

Your Ad Here

The Objective Target Node identifies a numeric variable to minimize. The value is calculated using the following target function:

        (x0-t0)^2 + (x1-t1)^2 + (x2-t2)^2 + ... + (xn-tn)^2
        where xi is the i-th variable and ti the i-th target.
    
The function is equal to zero when every xi variable matches its ti target. This type of objective is well suited for error minimization and system identification problems.

Node Configuration

The Objective Target Node Properties Dialog

Figure 4.17. The Objective Target Node Properties Dialog

Configuring an objective node requires setting the following parameters:

Input Connections

The data input connector can be connected to Input/Output Variable nodes. A target value must be defined for all the connected variables.

Output Connections

This node has no output.

Logic Log Messages

Two error messages can be associated with an objective node:

180MISSING TARGET VALUENo target has been provided for a given variable
181MISSING OUTPUT TARGETNo targets has been specified for this node.


Return to modeFRONTIER Index


Your Ad Here