Clusters DNA alignment using independent loci model
model_search_parallel(
snp.object,
partition,
round.types,
quiet = FALSE,
n.extra.rounds = 0,
n.cores = 1
)an optimised partition and marginal llk
A snp.object containing the processed SNP data.
An integer vector indicating an initial starting partition.
A vector indicating which series of moves to make.
Whether to suppress progress information (default=FALSE).
The number of additional rounds to perform after the default hierBAPS settings (default=0). If set to Inf it will run until a local optimum is reached (this might take a long time).
The number of cores to use.