Enum OptimizeToursRequest.Types.SearchMode (1.0.0-beta01)

public enum 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.