saa.neighborhood: saa.neighborhood
Description
Generates neighbor solutions for simulated annealing
Usage
saa.neighborhood(f, S, d, n)
Arguments
S
The current solution to find a neighbor
d
The distance from current solution S distance = (max - min) * d
n
The number of parameters to be perturbed
Value
The neighbor of solution S