The SearchType enumeration contains types of parameter autosearch.
It is used by the following property:
Value | Brief description | |
0 | NotSearch. No search is performed. | |
1 | Grid. Search by grid. Configure parameters of the quickest descent method QuickestDescentMethod if you select this option. | |
2 | Optimal. Auto search. Configure parameters of the best trial method BestTrialMethod if you select this option. |
See also: