An S4 class to represent a greedy algorithm with multiple start (extends Alg-class
class).
Multistarts(nb_start = 10)
number of random starts (default to 10)
a Multistarts-class
object
Multistarts
: Multistarts algorithm class constructor
nb_start
number of random starts (default to 10)
Multistarts()
#> An object of class "Multistarts"
#> Slot "nb_start":
#> [1] 10
#>
Multistarts(15)
#> An object of class "Multistarts"
#> Slot "nb_start":
#> [1] 15
#>