Last chance! 50% off unlimited learning
Sale ends in
Merges the information from other BigBang objects. It is assumed that all BigBang
objects compute the same results, thus they are ``mergeable''. Possibly from parallelization.
# S3 method for BigBang
mergeBangs(mb, ..., from=NULL, to=NULL, detect.duplicates=TRUE, clone=FALSE)
List of BigBang
objects.
Logical. Specify if the original object must be cloned before merging.
Returns nothing. However, the original BigBang
object has been modified adding the others BigBang
objects.
Goldberg, David E. 1989 Genetic Algorithms in Search, Optimization and Machine Learning. Addison-Wesley Pub. Co. ISBN: 0201157675
For more information see BigBang
.
# NOT RUN {
#bb, bbmachine2, bbmachine3 are BigBang objects
bb
plot(bb)
mergeBangs(bb, bbmachine2, bbmachine3)
bb # accumulated solutions
plot(bb) # accumulated solutions
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab