Module: Google::Cloud::Optimization::V1::OptimizeToursRequest::SearchMode

Defined in:
proto_docs/google/cloud/optimization/v1/fleet_routing.rb

Overview

Mode defining the behavior of the search, trading off latency versus solution quality. In all modes, the global request deadline is enforced.

Constant Summary collapse

SEARCH_MODE_UNSPECIFIED =

Unspecified search mode, equivalent to RETURN_FAST.

0
RETURN_FAST =

Stop the search after finding the first good solution.

1
CONSUME_ALL_AVAILABLE_TIME =

Spend all the available time to search for better solutions.

2