Function grote_opdracht::initial_solution::create_greedy_stochastic_state [] [src]

pub fn create_greedy_stochastic_state(
    order_list: &Arc<OrderList>,
    travel_time: &Arc<TravelTime>
) -> State

Randomly constructs an initial state. This works in a similar was as create_greedy_state(), but orders with higher frequencies are also considered. This is done by selecting the optimal day/vehicle combinations for every order.