2012 Seventh International Conference on P2P, Parallel, Grid, Cloud and Internet Computing 2012
DOI: 10.1109/3pgcic.2012.56
|View full text |Cite
|
Sign up to set email alerts
|

Pool vs. Island Based Evolutionary Algorithms: An Initial Exploration

Abstract: Abstract-This paper explores the scalability and performance of pool and island based evolutionary algorithms, both of them using as a mean of interaction an object store; we call this family of algorithms SofEA. This object store allows the different clients to interact asynchronously; the point of the creation of this framework is to build a system for spontaneous and voluntary distributed evolutionary computation. The fact that each client is autonomous leads to a complex behavior that will be examined in t… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
3
1
1

Citation Types

0
6
0

Year Published

2013
2013
2021
2021

Publication Types

Select...
3
2
2

Relationship

0
7

Authors

Journals

citations
Cited by 9 publications
(6 citation statements)
references
References 13 publications
0
6
0
Order By: Relevance
“…Fernández de Vega et al [25] go through customizable execution environments for evolutionary computation using BOINC+ virtualization. Merelo et al [15] discuss pool vs. island based evolutionary algorithms. IslandSofEA uses separate clients and a pool, this scales best of their tested methods.…”
Section: Related Workmentioning
confidence: 99%
“…Fernández de Vega et al [25] go through customizable execution environments for evolutionary computation using BOINC+ virtualization. Merelo et al [15] discuss pool vs. island based evolutionary algorithms. IslandSofEA uses separate clients and a pool, this scales best of their tested methods.…”
Section: Related Workmentioning
confidence: 99%
“…Fig. 3 The functioning of Rsync algorithm [16] Performing backup to the different disk by using Rsync is as following [1]: #!/bin/sh export PATH=/usr/local/bin:/usr/bin:/bin LIST="rootfs usr data data2" for d in $LIST; do mount /backup/$d rsync -ax --exclude fstab --delete /$d/ /backup/$d/ umount /backup/$d done DAY=`date "+%A"` rsync -a --delete /usr/local/apache /data2/backups/$DAY rsync -a --delete /data/solid /data2/backups/$DAY COUCHDB CouchDB [17][18][19] is a NoSQL database revealed in April 2005 by Damien Katz. CouchDB is written in Earlang language and license of project belongs to Apache.…”
Section: Rsyncmentioning
confidence: 99%
“…In this model, each sub-population and its corresponding optimization algorithm are integrated together as a node. In other words, every node includes not only the state of the subpopulation but also the algorithmic process, and it sends and receives the state of specific To improve the means of communication, the Pool model [59], shown in Figure 7, uses a central Pool to store the individuals and the Pool is accessible by all nodes. Each node interchanges individuals with the Pool, so the communication between nodes will not be affected when adding or removing nodes.…”
Section: Basic Communication Structures For Multi-population Optimiza...mentioning
confidence: 99%
“…Besides, the lack of flexibility makes it more difficult to add or remove nodes at runtime. To improve the means of communication, the Pool model [59], shown in Figure 7, uses a central Pool to store the individuals and the Pool is accessible by all nodes. Each node interchanges individuals with the Pool, so the communication between nodes will not be affected when adding or removing nodes.…”
Section: Basic Communication Structures For Multi-population Optimiza...mentioning
confidence: 99%
See 1 more Smart Citation