Cloud Optimization v1 API - Enum OptimizeToursRequest.Types.SearchMode (2.5.0)

public enum OptimizeToursRequest.Types.SearchMode

Reference 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.V1

Assembly

Google.Cloud.Optimization.V1.dll

Fields

NameDescription
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 RETURN_FAST.