Greedy algorithm with multiple start class
An S4 class to represent a greedy algorithm with multiple start (extends Alg-class
class).
class
Multistarts(nb_start = 10)
nb_start
: number of random starts (default to 10)a Multistarts-class
object
Multistarts
: Multistarts algorithm class constructornb_start
: number of random starts (default to 10)Multistarts() Multistarts(15)
Useful links