applyLocalSearch: Given an individual and an instance, this function performs...

Description Usage Arguments Value

View source: R/applyLocalSearch.R

Description

Given an individual and an instance, this function performs local search (focused on tour length minimization) accounting for partial tours which are already driven.

Usage

1
applyLocalSearch(ind, instance, more.args, ...)

Arguments

ind

[VRPIndividual]
Individual.

instance

[Network]
Netgen network.

more.args

[list]
Further parameter passed down to local search procedure.

...

[any]
Not used at the moment.

Value

Modified individual.


jakobbossek/dynvrp documentation built on Jan. 19, 2020, 9:53 p.m.