Research Article
[Retracted] Optimal Cellular Microscopic Pattern Recognizer- (OCMPR-) Based Wireless Detection Network for Efficiently Leveraging the Parallel Distributed Processing Capabilities
Algorithm 1
Genetic Algorithm Optimization.
intial_popu<- NULL | x <-1 | repeat { | crm <- runif(2,1,10) | crm <- as.integer(crm) | intial_popu <- rbind(intial_popu,crm) | x = x+1 | if (x == 7){ | break | } | } | rownames(intial_popu)<- c('Cromosome1','Cromosome2','Cromosome3','Cromosome4','Cromosome5','Cromosome6') |
|