Multistarts-class | R Documentation |
An S4 class to represent a greedy algorithm with multiple start (extends Alg-class
class).
Multistarts(nb_start = 10)
nb_start |
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() Multistarts(15)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.