TargetAutoSearchType

Description

The TargetAutoSearchType enumeration is used to determine a criterion problem type.

It is used by the following properties:

Available Values

Value Brief description
0 MinError. Minimization of sum of deviation squares of criterion function trajectory from the specified trajectory.
1 ExactSol. Precise solution search. Available point of equalities and inequalities set.
2 Minimum. Criterion function minimization.
3 Maximum. Criterion function maximization.

Comments

If the MinError value is selected, criterion function trajectory is maximally approximated to the specified trajectory. To set the trajectory, to which the criterion function must correspond with, use the ICpTargetAdjustment.TargetTrajectory. As a result, ITargetResults.OptimalValue will contain the sum of deviation squares of the obtained trajectory from the specified one.

See also:

Cp Assembly Enumerations