The TargetAutoSearchType enumeration is used to determined criterion problem type.
It is used by the following properties:
| 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. Maximization of criterion function. |
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 property. As a result, ITargetResults.OptimalValue будет содержать сумму квадратов отклонений полученной траектории от заданной.
See also: