Creates a list of control settings for the tabu.operator function.
Arguments
- tenure
Integer. Number of iterations a move remains tabu.
- niter
Integer. Maximum number of search iterations.
- nsize
Optional integer. If not NULL, restricts neighborhood sear to a random subset of this size (candidate list strategy).
- policy
Character. Type of tabu restriction:
"attribute"— forbid revisiting a variable value ."move"— forbid only specific from–to transitions (default).