saa.neighborhood1 {evoper} | R Documentation |
saa.neighborhood1
Description
Generates neighbor solutions perturbing one parameter from current
solution S
picked randonly.
Usage
saa.neighborhood1(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 |
Value
The neighbor of solution of S
[Package evoper version 0.5.0 Index]