Learn R Programming

evoper (version 0.5.0)

saa.neighborhoodN: saa.neighborhoodN

Description

Generates neighbor solutions perturbing all parameters from current solution S.

Usage

saa.neighborhoodN(f, S, d)

Arguments

f

An instance of ObjectiveFunction (or subclass) class ObjectiveFunction

S

The current solution to find a neighbor

d

The distance from current solution S distance = (max - min) * d

Value

The neighbor of solution of S