public enum OptimizeToursRequest.Types.SearchModeReference documentation and code samples for the Cloud Optimization v1 API enum OptimizeToursRequest.Types.SearchMode.
Mode defining the behavior of the search, trading off latency versus solution quality. In all modes, the global request deadline is enforced.
Namespace
Google.Cloud.Optimization.V1Assembly
Google.Cloud.Optimization.V1.dll
Fields |
|
|---|---|
| Name | Description |
ConsumeAllAvailableTime |
Spend all the available time to search for better solutions. |
ReturnFast |
Stop the search after finding the first good solution. |
Unspecified |
Unspecified search mode, equivalent to |