<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE article PUBLIC "-//NLM//DTD Journal Publishing DTD v2.3 20070202//EN" "journalpublishing.dtd">
<article xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:xlink="http://www.w3.org/1999/xlink" xml:lang="en" article-type="research-article">
  <front>
    <journal-meta>
      <journal-id journal-id-type="publisher-id">algorithms</journal-id>
      <journal-title>Algorithms</journal-title>
      <abbrev-journal-title abbrev-type="publisher">Algorithms</abbrev-journal-title>
      <abbrev-journal-title abbrev-type="pubmed">algorithms</abbrev-journal-title>
      <issn pub-type="epub">1999-4893</issn>
      <publisher>
        <publisher-name>MDPI</publisher-name>
      </publisher>
    </journal-meta>
    <article-meta>
      <article-id pub-id-type="doi">10.3390/a5040433</article-id>
      <article-id pub-id-type="publisher-id">algorithms-05-00433</article-id>
      <article-categories>
        <subj-group>
          <subject>Article</subject>
        </subj-group>
      </article-categories>
      <title-group>
        <article-title>Interaction Enhanced Imperialist Competitive Algorithms</article-title>
      </title-group>
      
      <contrib-group>
        <contrib contrib-type="author">
          <name>
            <surname>Lin</surname>
            <given-names>Jun-Lin</given-names>
          </name>
          <xref rid="c1-algorithms-05-00433" ref-type="corresp">*</xref>
        </contrib>
        <contrib contrib-type="author">
          <name>
            <surname>Tsai</surname>
            <given-names>Yu-Hsiang</given-names>
          </name>
        </contrib>
        <contrib contrib-type="author">
          <name>
            <surname>Yu</surname>
            <given-names>Chun-Ying</given-names>
          </name>
        </contrib>
        <contrib contrib-type="author">
          <name>
            <surname>Li</surname>
            <given-names>Meng-Shiou</given-names>
          </name>
        </contrib>
      </contrib-group>
     <aff id="af1-algorithms-05-00433">Department of Information Management, Yuan Ze University, 135 Yuan-Tung Road, Chungli, Taoyuan 32003, Taiwan; Email: <email>michael90219@gmail.com</email> (Y.-H.T.); <email>jun2093@gmail.com</email> (C.-Y.Y.); <email>peregrine.plus@gmail.com</email> (M.-S.L.)</aff>
      <author-notes>
        <corresp id="c1-algorithms-05-00433"><label>*</label> Author  to whom correspondence should be addressed; Email: <email>jun@saturn.yzu.edu.tw</email>; Tel.: +886-3-4638800 (ext. 2611); Fax: +886-3-4352077.</corresp>
      </author-notes>
      <pub-date pub-type="epub">
        <day>15</day>
        <month>10</month>
        <year>2012</year>
      </pub-date>
      <pub-date pub-type="collection"><month>12</month>
        <year>2012</year>
      </pub-date>
      <volume>5</volume>
      <issue>4</issue>
      <fpage>433</fpage>
      <lpage>448</lpage>
      <history>
        <date date-type="received">
          <day>11</day>
          <month>07</month>
          <year>2012</year>
        </date>
        <date date-type="rev-recd">
          <day>14</day>
          <month>09</month>
          <year>2012</year>
        </date>
        <date date-type="accepted">
          <day>20</day>
          <month>09</month>
          <year>2012</year>
        </date>
      </history>
      <permissions>
        <copyright-statement>©  2012 by the authors; licensee MDPI, Basel, Switzerland.</copyright-statement>
        <copyright-year>2012</copyright-year>
        <license xmlns:xlink="http://www.w3.org/1999/xlink" license-type="open-access" xlink:href="http://creativecommons.org/licenses/by/3.0/">
          <p>This article is an open-access article distributed under the terms and conditions of the Creative Commons Attribution license (http://creativecommons.org/licenses/by/3.0/).</p>
        </license>
      </permissions>
      <abstract>
        <p>Imperialist Competitive Algorithm (ICA) is a new population-based evolutionary algorithm. It divides its population of solutions into several sub-populations, and then searches for the optimal solution through two operations: assimilation and competition. The assimilation operation moves each non-best solution (called <italic>colony</italic>) in a sub-population toward the best solution (called <italic>imperialist</italic>) in the same sub-population. The competition operation removes a colony from the weakest sub-population and adds it to another sub-population. Previous work on ICA focuses mostly on improving the assimilation operation or replacing the assimilation operation with more powerful meta-heuristics, but none focuses on the improvement of the competition operation. Since the competition operation simply moves a colony (<italic>i.e.</italic>, an inferior solution) from one sub-population to another sub-population, it incurs weak interaction among these sub-populations. This work proposes Interaction Enhanced ICA that strengthens the interaction among the imperialists of all sub-populations. The performance of Interaction Enhanced ICA is validated on a set of benchmark functions for global optimization. The results indicate that the performance of Interaction Enhanced ICA is superior to that of ICA and its existing variants.</p>
      </abstract>
      <kwd-group>
        <kwd>Imperialist Competition Algorithm</kwd>
        <kwd>Island Model Genetic Algorithm</kwd>
        <kwd>optimization</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec sec-type="intro">
      <title>1. Introduction</title>
      <p>Optimization is a rapidly developing field due to its practical application to many real life problems. In this paper, we study a special class of optimization problem in the form of:
      <disp-formula id="algorithms-05-00433-i001">
		<inline-graphic xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="algorithms-05-00433-i001.tif"/>
		<label>(1)</label>
		</disp-formula> 
      p&gt;where <italic>f</italic>(<bold>x</bold>) is the objective function to be minimized, <bold>x </bold>= (<italic>x</italic><sub>1</sub>, <italic>x</italic><sub>2</sub>, …,<italic>x<sub>n</sub></italic>) ∈ <italic>R<sup>n</sup></italic> is the variable vector, and <bold>L </bold>= (<italic>l</italic><sub>1</sub>, <italic>l</italic><sub>2</sub>, …, <italic>l<sub>n</sub></italic>) and <bold>U </bold>= (<italic>u</italic><sub>1</sub>, <italic>u</italic><sub>2</sub>, …,<italic>u<sub>n</sub></italic>) are the lower bound and upper bound of <bold>x</bold>, respectively. That is, <italic>l<sub>i</sub></italic> ≤ <italic>x<sub>i</sub></italic> ≤ <italic>u<sub>i</sub></italic> for <italic>i</italic> = 1 to <italic>n</italic>.</p>
      <p>When the objective function <italic>f</italic>(<bold>x</bold>) is nonlinear and has many variables (<italic>i.e.</italic>, <italic>n</italic> is large), problem (1) becomes hard to solve directly by conventional mathematical methods, such as gradient descent. To resolve this difficulty, evolutionary algorithms based on meta-heuristics have been applied to solve problem (1). Some notable meta-heuristics include Genetic Algorithm [<xref ref-type="bibr" rid="B1-algorithms-05-00433">1</xref>,<xref ref-type="bibr" rid="B2-algorithms-05-00433">2</xref>], Particle Swarm Optimization [<xref ref-type="bibr" rid="B3-algorithms-05-00433">3</xref>], Electromagnetism-like Algorithm [<xref ref-type="bibr" rid="B4-algorithms-05-00433">4</xref>], Artificial Immune System [<xref ref-type="bibr" rid="B5-algorithms-05-00433">5</xref>], Artificial Bee Colony Algorithm [<xref ref-type="bibr" rid="B6-algorithms-05-00433">6</xref>,<xref ref-type="bibr" rid="B7-algorithms-05-00433">7</xref>], Ant Colony Optimization [<xref ref-type="bibr" rid="B8-algorithms-05-00433">8</xref>] and Differential Evolution Algorithm [<xref ref-type="bibr" rid="B9-algorithms-05-00433">9</xref>]. Imperialist Competitive Algorithm (ICA) is a new evolutionary algorithm based on the meta-heuristic of human’s socio-political evolution. It was proposed by Atashpaz-Gargari and Lucas in 2007 [<xref ref-type="bibr" rid="B10-algorithms-05-00433">10</xref>], and since its inception, it has been applied to solve many optimization problems in scheduling [<xref ref-type="bibr" rid="B11-algorithms-05-00433">11</xref>,<xref ref-type="bibr" rid="B12-algorithms-05-00433">12</xref>,<xref ref-type="bibr" rid="B13-algorithms-05-00433">13</xref>,<xref ref-type="bibr" rid="B14-algorithms-05-00433">14</xref>,<xref ref-type="bibr" rid="B15-algorithms-05-00433">15</xref>], classification [<xref ref-type="bibr" rid="B16-algorithms-05-00433">16</xref>,<xref ref-type="bibr" rid="B17-algorithms-05-00433">17</xref>] and machinery design [<xref ref-type="bibr" rid="B18-algorithms-05-00433">18</xref>,<xref ref-type="bibr" rid="B19-algorithms-05-00433">19</xref>,<xref ref-type="bibr" rid="B20-algorithms-05-00433">20</xref>,<xref ref-type="bibr" rid="B21-algorithms-05-00433">21</xref>,<xref ref-type="bibr" rid="B22-algorithms-05-00433">22</xref>,<xref ref-type="bibr" rid="B23-algorithms-05-00433">23</xref>,<xref ref-type="bibr" rid="B24-algorithms-05-00433">24</xref>,<xref ref-type="bibr" rid="B25-algorithms-05-00433">25</xref>].</p>
      <p>ICA is a population-based method, whose population contains a set of solutions, called <italic>countries</italic>. ICA divides its population of countries into several sub-populations, called <italic>empires</italic>. Within each empire, ICA moves all non-best countries (called <italic>colonies</italic>) in an empire toward the best country (called <italic>imperialist</italic>) in the same empire through an operation called <italic>assimilation</italic>, which can be regarded as a primitive form of Particle Swarm Optimization [<xref ref-type="bibr" rid="B26-algorithms-05-00433">26</xref>]. The feature that distinguishes ICA from other evolutionary algorithms is that ICA allows all empires to interact via competition with each other. The competition operation of ICA simply moves a colony from the weakest empire to another empire. From this aspect, ICA resembles Island Model Genetic Algorithm [<xref ref-type="bibr" rid="B27-algorithms-05-00433">27</xref>]. Overall, ICA is essentially an integration of Island Model and a primitive form of PSO.</p>
      <p>The impact of the competition operation is weaker than that of the assimilation operation since in each generation only one colony is directly affected by the competition operation but all colonies are moved by the assimilation operation. Previous work on ICA focuses mostly on improving the assimilation operation or replacing the assimilation operation with more powerful meta-heuristics, but none focuses on improving the competition operation or, more generally, on enhancing the interaction among the empires in ICA. The quality of interaction via the competition operation is poor since the interaction only involves moving an inferior solution (<italic>i.e.</italic>, a colony from the weakest empire) to another empire. The objective of this paper is to enhance the interaction among the empires in ICA. Two methods are proposed to achieve this objective. The first method utilizes all imperialists to create a new artificial imperialist, and the second method uses a crossover operation on the imperialists to allow effective interaction among all empires. Performance study using a set of well-known benchmark functions supports the effectiveness of the proposed methods.</p>
      <p>The rest of this paper is organized as follows. <xref ref-type="sec" rid="sec2-algorithms-05-00433">Section 2</xref> reviews ICA and its variants. <xref ref-type="sec" rid="sec3-algorithms-05-00433">Section 3</xref> describes our proposed methods. <xref ref-type="sec" rid="sec4-algorithms-05-00433">Section 4</xref> gives experimental results. <xref ref-type="sec" rid="sec5-algorithms-05-00433">Section 5</xref> concludes this paper and gives directions for future research.</p>
    </sec>
    <sec id="sec2-algorithms-05-00433">
      <title>2. Literature Review</title>
      <sec> 
        <title>2.1. ICA Basic Concept</title>
        <p>This section reviews the original ICA [<xref ref-type="bibr" rid="B10-algorithms-05-00433">10</xref>]. However, as the original ICA has some design problems, we adopt Atashpaz-Gargari’s Matlab implementation of ICA [<xref ref-type="bibr" rid="B28-algorithms-05-00433">28</xref>] whenever appropriate. The original ICA is shown in <xref ref-type="fig" rid="algorithms-05-00433-f001">Figure 1</xref>. It proceeds in two stages: initialization and evolution.</p>
        <fig id="algorithms-05-00433-f001" position="anchor">
          <label>Figure 1</label>
          <caption>
            <p>The original Imperialist Competitive Algorithm (ICA) algorithm.</p>
          </caption>
          <graphic xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="algorithms-05-00433-g001.tif"/>
        </fig>
        <p>During the initialization stage (line 1 in <xref ref-type="fig" rid="algorithms-05-00433-f001">Figure 1</xref>), a user-specified number of randomly generated solutions {<bold><italic>p</italic></bold><sup>1</sup>, <bold><italic>p</italic></bold><sup>2</sup>, …, <bold><italic>p</italic></bold><italic><sup>N</sup></italic>} are created, where each solution <bold><italic>p</italic></bold><italic><sup>i</sup></italic> (1≤ <italic>i</italic> ≤ <italic>N</italic> ) is a 1 ×<italic> n</italic> array and is called a <italic>country</italic>, and <italic>N</italic> denotes the number of countries in the population. Then, the cost of each country <bold><italic>p</italic></bold><italic><sup>i</sup></italic> is calculated as <italic>f</italic>(<bold><italic>p</italic></bold><italic><sup>i</sup></italic>). A user-specified number of countries with the lowest cost in the population are chosen as <italic>imperialists</italic>, and the remaining countries as <italic>colonies</italic>. Let <italic>N<sub>imp</sub></italic> denote the number of imperialists. Next, <italic>N<sub>imp</sub></italic> empires are formed by first assigning an imperialist to each empire, and then randomly assigning all colonies to these empires such that the number of colonies of an empire is proportional to the power of its imperialist. That is,
        <disp-formula id="algorithms-05-00433-i002">
		<inline-graphic xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="algorithms-05-00433-i002.tif"/>
		<label>(2)</label>
		</disp-formula>
		<disp-formula id="algorithms-05-00433-i003">
		<inline-graphic xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="algorithms-05-00433-i003.tif"/>
		<label>(3)</label>
		</disp-formula>
        where <italic>c<sub>i</sub></italic> and <italic>P<sub>i</sub></italic> denote the <italic>cost</italic> and <italic>power</italic> of the imperialist of empire <italic>i</italic>, respectively, and <italic>NC<sub>i</sub></italic> denotes the number of colonies assigned to empire <italic>i</italic>, where 1 ≤ <italic>i</italic> ≤ <italic>N<sub>imp</sub></italic>. Notably, Equation (2), proposed by Atashpaz-Gargari [<xref ref-type="bibr" rid="B28-algorithms-05-00433">28</xref>], calculates the power of an imperialist in a way different from that in the original ICA [<xref ref-type="bibr" rid="B10-algorithms-05-00433">10</xref>] to avoid the problem of assigning zero colony to the weakest empire in the original ICA.</p>
        <p>During the evolution stage (lines 2–10 in <xref ref-type="fig" rid="algorithms-05-00433-f001">Figure 1</xref>), assimilation within each empire and competition among all empires occur in every generation until the termination condition (e.g., all countries have converged or a user-specified number of generations has been reached) is satisfied. Assimilation within an empire is achieved by moving all colonies of the empire toward their imperialist (line 4 in <xref ref-type="fig" rid="algorithms-05-00433-f001">Figure 1</xref>). Given a colony <bold><italic>p</italic></bold><italic><sup>c</sup></italic> and its imperialist <bold><italic>p</italic></bold><italic><sup>i</sup></italic>, the assimilation operation moves <bold><italic>p</italic></bold><italic><sup>c</sup></italic> as follows [<xref ref-type="bibr" rid="B28-algorithms-05-00433">28</xref>]:
        <disp-formula id="algorithms-05-00433-i004">
		<inline-graphic xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="algorithms-05-00433-i004.tif"/>
		<label>(4)</label>
		</disp-formula>
       
       where β is a parameter with default value 4, <bold>δ</bold> is a 1 × <italic>n</italic> array whose elements are random values between 0 and 1, and “.*” denotes element-by-element multiplication between two 1 × <italic>n</italic> arrays. For optimization problem with bounded variables, Equation (4) could generate values outside the search space. If this happens, the out-of-bound value, e.g., <italic>x<sub>i</sub></italic> on the <italic>i</italic>-th dimension, is simply replaced by its nearest boundary (<italic>i.e.</italic>, <italic>U<sub>i</sub></italic> or <italic>L<sub>i</sub></italic>). </p>
        <p>After moving all colonies to their new positions through the assimilation operation, their costs are recalculated (line 5 in <xref ref-type="fig" rid="algorithms-05-00433-f001">Figure 1</xref>) and then compared against the cost of their imperialists (line 6 in <xref ref-type="fig" rid="algorithms-05-00433-f001">Figure 1</xref>). If the cost of a colony is smaller than the cost of its imperialist, the colony and the imperialist swap roles to ensure that the imperialist of an empire is always the country with the lowest cost in the empire.</p>
        <p>Next, the cost (denoted by <italic>Q<sub>i</sub></italic>) and the power (denoted by <italic>E<sub>i</sub></italic>) of each empire <italic>i</italic> are calculated using the cost of its imperialist (denoted by <italic>c<sub>i</sub></italic>) and the average cost of the colonies in empire <italic>i</italic>, as shown in Equations (5) and (6), respectively (line 8 in <xref ref-type="fig" rid="algorithms-05-00433-f001">Figure 1</xref>).
        <disp-formula id="algorithms-05-00433-i005">
		<inline-graphic xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="algorithms-05-00433-i005.tif"/>
		<label>(5)</label>
		</disp-formula>
		<disp-formula id="algorithms-05-00433-i006">
		<inline-graphic xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="algorithms-05-00433-i006.tif"/>
		<label>(6)</label>
		</disp-formula>
         Notably, ξ is a parameter with suggested value 0.1 in the original ICA, but with default value 0.02 in [<xref ref-type="bibr" rid="B28-algorithms-05-00433">28</xref>]. This study uses ξ = 0.02. Competition among all empires (line 9 in <xref ref-type="fig" rid="algorithms-05-00433-f001">Figure 1</xref>) is achieved by taking the weakest colony away from the weakest empire and giving it to a chosen empire, where the probability of empire <italic>i</italic> been chosen is calculated as follows<italic>.</italic></p>
         <p><disp-formula id="algorithms-05-00433-i007">
		<inline-graphic xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="algorithms-05-00433-i007.tif"/>
		<label>(7)</label>
		</disp-formula></p>
         <p>When the last colony of an empire is taken away by another empire, the former empire is eliminated, and its imperialist also becomes a colony of the latter empire.</p>
      </sec>
      <sec id="sec2dot2-algorithms-05-00433">
        <title>2.2. Variants of ICA</title>
        <p>In the literature, many new operations have been proposed to enhance the basic operations in ICA. For example, Atashpaz-Gargari [<xref ref-type="bibr" rid="B28-algorithms-05-00433">28</xref>] introduced three new features into the original ICA. In each generation, a portion of the colonies are replaced by the same number of randomly generated new candidate solutions, through the <italic>revolution</italic> operation. When two imperialist are too close to each other, their empires are united as one, through the <italic>unite</italic> operation. Finally, instead of competition in every generation, the frequency of competition among empires is reduced to avoid converging too quickly.</p>
        <p>Instead of using the revolution operation to replace a portion of colonies in every generation, Duan <italic>et al.</italic> [<xref ref-type="bibr" rid="B29-algorithms-05-00433">29</xref>] suggested monitoring the minimal cost and average cost of all countries, and if the minimal cost and the difference between the average cost and the minimal cost are below their respective user-specified thresholds, then a random number of countries in the population are replaced by new countries, generated using a chaotic sequence. Jain and Nigam [<xref ref-type="bibr" rid="B30-algorithms-05-00433">30</xref>] suggested using a genetic algorithm to generate new countries for the revolution operation. Khorani <italic>et al.</italic> [<xref ref-type="bibr" rid="B31-algorithms-05-00433">31</xref>] suggested applying genetic algorithm and ICA recursively to benefit from the search power of both algorithms.</p>
        <p>The assimilation operation of ICA often converges to a local optimum prematurely [<xref ref-type="bibr" rid="B29-algorithms-05-00433">29</xref>,<xref ref-type="bibr" rid="B30-algorithms-05-00433">30</xref>,<xref ref-type="bibr" rid="B32-algorithms-05-00433">32</xref>], and thus many attempts have been proposed to replace it with more powerful operations. For examples, Bahrami <italic>et al.</italic> [<xref ref-type="bibr" rid="B33-algorithms-05-00433">33</xref>] used a chaotic map to determine the moving direction for the assimilation operation. Zhang <italic>et al.</italic> [<xref ref-type="bibr" rid="B34-algorithms-05-00433">34</xref>] defined the assimilation operation as a two-step process. First, each colony is moved precisely toward their imperialists. Then, some randomly chosen colonies are moved further in all dimensions to improve diversity. Lin <italic>et al.</italic> [<xref ref-type="bibr" rid="B35-algorithms-05-00433">35</xref>] replaced Equation (4) with Equation (8) below to allow some colonies moving away from their imperialists:
        <disp-formula id="algorithms-05-00433-i008">
		<inline-graphic xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="algorithms-05-00433-i008.tif"/>
		<label>(8)</label>
		</disp-formula></p>
         <p>They also suggested bouncing the out-of-bound values (e.g., <italic>x<sub>i</sub></italic> on the <italic>i</italic>-th dimension) into the feasible space using Equation (9), instead of sticking them to the nearest boundary. </p>
         <p><disp-formula id="algorithms-05-00433-i009">
		<inline-graphic xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="algorithms-05-00433-i009.tif"/>
		<label>(9)</label>
		</disp-formula></p>
         <p>Lin <italic>et al</italic>. [<xref ref-type="bibr" rid="B26-algorithms-05-00433">26</xref>] indicated that the assimilation operation is a primitive form of Particle Swarm Optimization (PSO), and thereby suggested replacing the assimilation operation with PSO. Similarly, Karimi <italic>et al</italic>. [<xref ref-type="bibr" rid="B13-algorithms-05-00433">13</xref>] replaced the assimilation operation with an Electromagnetism-like Algorithm. Nozarian and Jahan [<xref ref-type="bibr" rid="B36-algorithms-05-00433">36</xref>] applied ICA as the local search mechanism in a memetic algorithm. Bahrami <italic>et al.</italic> [<xref ref-type="bibr" rid="B37-algorithms-05-00433">37</xref>] proposed an assimilation operation adaptive to the distribution of colonies to balance between the exploration and exploitation abilities of ICA.</p>
      </sec>
    </sec>
    <sec id="sec3-algorithms-05-00433">
      <title>3. Interaction Enhanced ICA</title>
      <p>From the literature review in <xref ref-type="sec" rid="sec2dot2-algorithms-05-00433">Section 2.2</xref>, it is obvious that previous work on ICA mostly focuses on improving the assimilation operation (<italic>i.e.</italic>, the evolution within each empire), and pays little or no attention on the competition operation (<italic>i.e.</italic>, the interaction among all empires). Ironically, the competition operation is what distinguishes ICA from other evolutionary algorithms, as its name implies. With ICA, each empire evolves almost separately, and the only interaction among empires is through the competition operation. However, the competition operation just removes a colony from the weakest empire and then adds the colony to another empire. Intuitively, the weakest empire does not benefit from this operation. The empire winning a colony does not benefit much from this operation either, because the quality of the colony is poor. Notably, the growth and decline of the numbers of colonies in these two empires rebalance the computational effort towards the stronger empire. Furthermore, in each generation, the assimilation operation affects all colonies, while the competition operation affects only one colony. Therefore, the competition operation has much less impact on the performance than the assimilation operation.</p>
      <p>To strengthen the power of the competition operation, or more generally to enhance the quality of interaction among empires, we add an interaction step to ICA such that the niche of each empire can be shared by other empires. Since the imperialist of an empire is the best country in the empire, exchanging information about the imperialist with other empires posts a greater benefit than exchanging information about a colony, as did in the original competition operation. The resulting algorithm, called Interaction Enhanced ICA, is shown in <xref ref-type="fig" rid="algorithms-05-00433-f002">Figure 2</xref>. It differs from the original ICA (see <xref ref-type="fig" rid="algorithms-05-00433-f001">Figure 1</xref>) in three aspects. Firstly, the assimilation steps of Lin <italic>et al.</italic> [<xref ref-type="bibr" rid="B35-algorithms-05-00433">35</xref>] are adopted to improve the diversity of the assimilation operation (lines 4 and 5 in <xref ref-type="fig" rid="algorithms-05-00433-f002">Figure 2</xref>). Secondly, an interaction step is added (line 10 of <xref ref-type="fig" rid="algorithms-05-00433-f002">Figure 2</xref>). Two ways to perform the interaction step are described in detail in <xref ref-type="sec" rid="sec3dot1-algorithms-05-00433">Section 3.1</xref> and <xref ref-type="sec" rid="sec3dot2-algorithms-05-00433">Section 3.2</xref>. Thirdly, a new parameter ρ is introduced to control the frequency of competition (lines 11 and 12 in <xref ref-type="fig" rid="algorithms-05-00433-f002">Figure 2</xref>) where 0 ≤ ρ ≤ 1. The original ICA can be regarded as having ρ = 1 since competition occurs in every generation. Intuitively, a smaller ρ causes the number of empires to reduce at a slower speed. Since the preceding interaction step only works with more than one empire, a small ρ can increase the impact of the interaction step.</p>
      <fig id="algorithms-05-00433-f002" position="anchor">
        <label>Figure 2</label>
        <caption>
          <p>Interaction Enhanced ICA.</p>
        </caption>
        <graphic xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="algorithms-05-00433-g002.tif"/>
      </fig>
      <sec id="sec3dot1-algorithms-05-00433">
        <title>3.1. Artificial Imperialist</title>
        <p>This section proposes the idea of artificial imperialist, and describes how it is used in Interaction Enhanced ICA. Let <bold><italic>p</italic></bold><sup>1</sup>, <bold><italic>p</italic></bold><sup>2</sup>, …, <bold><italic>p</italic></bold><italic><sup>m</sup></italic> denote the imperialists in current population, listed in ascending order of their costs. An artificial imperialist <bold><italic>p</italic></bold><italic><sup>a</sup></italic> is constructed as the weighted sum of all imperialists, as shown below.</p>
        <p><disp-formula id="algorithms-05-00433-i010">
		<inline-graphic xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="algorithms-05-00433-i010.tif"/>
		<label>(10)</label>
		</disp-formula></p>
		<p><disp-formula id="algorithms-05-00433-i011">
		<inline-graphic xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="algorithms-05-00433-i011.tif"/>
		<label>(11)</label>
		</disp-formula> </p>
        <p>The weights of these imperialists form a geometric sequence with ratio 0.9. A better imperialist has a larger weight. Intuitively, the artificial imperialist combines the niche of all imperialists, and allows exploration of global optimum efficiently. To employ artificial imperialists in Interaction Enhanced ICA, the steps in <xref ref-type="fig" rid="algorithms-05-00433-f003">Figure 3</xref> are used for the interaction step in <xref ref-type="fig" rid="algorithms-05-00433-f002">Figure 2</xref>. If the artificial imperialist <bold><italic>p</italic></bold><italic><sup>a</sup></italic> is better than the weakest imperialist <bold><italic>p</italic></bold><italic><sup>m</sup></italic>, then <bold><italic>p</italic></bold><italic><sup>a</sup></italic> becomes the new imperialist of empire <italic>m</italic>, and <bold><italic>p</italic></bold><italic><sup>m</sup></italic> is simply discarded. We denote the Interaction Enhanced ICA using Artificial Imperialist as ICAAI.</p>
        <fig id="algorithms-05-00433-f003" position="anchor">
          <label>Figure 3</label>
          <caption>
            <p>Interaction using Artificial Imperialist.</p>
          </caption>
          <graphic xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="algorithms-05-00433-g003.tif"/>
        </fig>
        <p>ICAAI only incurs one more calculation of the objective function per generation than the original ICA does. However, the time complexity remains the same for both methods.</p>
      </sec>
      <sec id="sec3dot2-algorithms-05-00433">
        <title>3.2. Crossover Imperialists</title>
        <p>With ICA, the imperialist of an empire cannot move unless it is no longer the best country in the empire. This situation is similar to Electromagnetic-like algorithm [<xref ref-type="bibr" rid="B4-algorithms-05-00433">4</xref>] where all particles except the best particle are allowed to move. However, with ICA, there exist several empires, and consequently, several imperialists. Thus, this motivates the idea of exchanging information among the imperialists to improve the convergence speed of ICA. Based on this motivation, this section proposes crossover imperialists (see <xref ref-type="fig" rid="algorithms-05-00433-f004">Figure 4</xref>) for the interaction step in Interaction Enhanced ICA.</p>
        <fig id="algorithms-05-00433-f004" position="anchor">
          <label>Figure 4</label>
          <caption>
            <p>Interaction using Crossover Imperialists.</p>
          </caption>
          <graphic xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="algorithms-05-00433-g004.tif"/>
        </fig>
        <p>Notably, <italic>ν</italic> in step 1 of <xref ref-type="fig" rid="algorithms-05-00433-f004">Figure 4</xref> is a parameter between 0 and 1 to control the crossover ratio, and <italic>m</italic> is the number of imperialists in the current population. Given two countries <bold><italic>p</italic></bold><italic><sup>i</sup></italic> and <bold><italic>p</italic></bold><italic><sup>j</sup></italic>, the steps to generate two new countries <bold><italic>q</italic></bold><sup>1</sup> and <bold><italic>q</italic></bold><sup>2</sup> using uniform crossover are shown in <xref ref-type="fig" rid="algorithms-05-00433-f005">Figure 5</xref>.</p>
        <fig id="algorithms-05-00433-f005" position="anchor">
          <label>Figure 5</label>
          <caption>
            <p>Uniform crossover of two countries.</p>
          </caption>
          <graphic xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="algorithms-05-00433-g005.tif"/>
        </fig>
        <p>Denote Interaction Enhanced ICA using Crossover Imperialists as ICACI. ICACI incurs ⌊ν<italic>m</italic>⌋ more calculations of the objective function per generation than ICA does. Notably, <italic>m</italic> equals <italic>N<sub>imp</sub></italic> initially and is non-monotonic decreasing afterwards. The time complexity of ICACI remains the same as that of ICA.</p>
      </sec>
    </sec>
    <sec id="sec4-algorithms-05-00433">
      <title>4. Experimental Results</title>
      <sec>
        <title>4.1. Experiment Settings</title>
        <p>A set of 13 well-known benchmark functions, listed in <xref ref-type="table" rid="algorithms-05-00433-t001">Table 1</xref>, was used in this experiment [<xref ref-type="bibr" rid="B33-algorithms-05-00433">33</xref>,<xref ref-type="bibr" rid="B38-algorithms-05-00433">38</xref>]. The number of dimensions (<italic>i.e.</italic>, <italic>n</italic> in <xref ref-type="table" rid="algorithms-05-00433-t001">Table 1</xref>) of the search space is set to 30. Functions <italic>f</italic><sub>1</sub>–<italic>f</italic><sub>5</sub> are unimodal, and functions <italic>f</italic><sub>6</sub>–<italic>f</italic><sub>13</sub> are multimodal. Notably, the function <italic>u</italic> in functions <italic>f</italic><sub>12</sub> and <italic>f</italic><sub>13</sub> is defined as follows.</p>
       <p> <disp-formula id="algorithms-05-00433-i012">
		<inline-graphic xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="algorithms-05-00433-i012.tif"/>
		<label>(12)</label>
		</disp-formula> </p>
		<p>This performance study contains two experiments. In experiment 1, PSO and three ICA variants (Perturbed ICA [<xref ref-type="bibr" rid="B35-algorithms-05-00433">35</xref>], ICAAI and ICACI) were tested. For the three ICA methods, the number of countries, the number of imperialists, β in Equations (4) and (8), and ξ in Equation (5) are set to 88, 8, 4 and 0.02, respectively. For ICACI, the crossover ratio <italic>ν</italic> is set to 0.8. For both ICAAI and ICACI, ρ in line 12 of <xref ref-type="fig" rid="algorithms-05-00433-f002">Figure 2</xref> is set to 1. For PSO, the number of particles, inertia weight <italic>w</italic>, and two acceleration coefficients <italic>c</italic><sub>1</sub> and <italic>c</italic><sub>2</sub> are set to 88, 0.7, 2 and 2, respectively.</p>
        <p>Experiment 2 studied the effect of competition frequency on both ICAAI and ICACI. All experimental settings are the same as those in experiment 1 except that the value of ρ varied from 0 to 1 in step of 0.1. Notably, ρ = 0 means that no competition occurs among empires.</p>
        <p>For each setting, 30 runs were conducted, and their average performance was obtained. Each run stops until the maximum number of generations (1000 or 3000 in experiment 1, and 1000 in experiment 2) is reached. For the same run, the same set of initial countries (or particles in PSO) was generated for all four methods.</p>
        <table-wrap id="algorithms-05-00433-t001" position="float">
          <object-id pub-id-type="pii">algorithms-05-00433-t001_Table 1</object-id>
          <label>Table 1</label>
          <caption>
            <p>Benchmark functions.</p>
          </caption>
          <table>
            <thead>
              <tr>
                <th align="center" valign="middle">
                  <italic>f</italic>
                </th>
                <th align="center" valign="middle">Range</th>
                <th align="center" valign="middle">
                  <italic>f</italic>
                  <sub>min</sub>
                </th>
              </tr>
            </thead>
            <tbody>
              <tr>
                <td align="center" valign="middle"><inline-graphic xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="algorithms-05-00433-i013.tif"/></td>
                <td align="center" valign="middle"><italic>x</italic><sub>i</sub> ∈ [−100,100]</td>
                <td align="center" valign="middle"><italic>f</italic><sub>1</sub>(<bold>0</bold>) = 0</td>
              </tr>
              <tr>
                <td align="center" valign="middle"><inline-graphic xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="algorithms-05-00433-i014.tif"/></td>
                <td align="center" valign="middle"><italic>x</italic><sub>i</sub> ∈ [−10,10]</td>
                <td align="center" valign="middle"><italic>f</italic><sub>2</sub>(<bold>0</bold>) = 0</td>
              </tr>
              <tr>
                <td align="center" valign="middle"><inline-graphic xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="algorithms-05-00433-i015.tif"/></td>
                <td align="center" valign="middle"><italic>x</italic><sub>i</sub> ∈ [−100,100]</td>
                <td align="center" valign="middle"><italic>f</italic><sub>3</sub>(<bold>0</bold>) = 0</td>
              </tr>
              <tr>
                <td align="center" valign="middle"><inline-graphic xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="algorithms-05-00433-i016.tif"/></td>
                <td align="center" valign="middle"><italic>x</italic><sub>i</sub> ∈ [−100,100]</td>
                <td align="center" valign="middle"><italic>f</italic><sub>4</sub>(<bold>0</bold>) = 0</td>
              </tr>
              <tr>
                <td align="center" valign="middle"><inline-graphic xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="algorithms-05-00433-i017.tif"/></td>
                <td align="center" valign="middle"><italic>x</italic><sub>i</sub> ∈ [−100,100]</td>
                <td align="center" valign="middle"><italic>f</italic><sub>5</sub>(<italic>p</italic>) = 0, −0.5 ≤ <italic>p</italic><sub>i</sub> &lt; 0.5</td>
              </tr>
              <tr>
                <td align="center" valign="middle"><inline-graphic xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="algorithms-05-00433-i018.tif"/></td>
                <td align="center" valign="middle"><italic>x</italic><sub>i</sub>  ∈ [−500,500]</td>
                <td align="center" valign="middle"><italic>f</italic><sub>6</sub>(<bold>420.97</bold>) = −418.9829<italic>n</italic></td>
              </tr>
              <tr>
                <td align="center" valign="middle"><inline-graphic xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="algorithms-05-00433-i019.tif"/></td>
                <td align="center" valign="middle"><italic>x</italic><sub>i</sub> ∈ [−100,100]</td>
                <td align="center" valign="middle"><italic>f</italic><sub>7</sub>(<bold>1</bold>) = 0</td>
              </tr>
              <tr>
                <td align="center" valign="middle"><inline-graphic xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="algorithms-05-00433-i020.tif"/></td>
                <td align="center" valign="middle"><italic>x</italic><sub>i</sub> ∈ [−10,10]</td>
                <td align="center" valign="middle"><italic>f</italic><sub>8</sub>(<bold>0</bold>) = 0</td>
              </tr>
              <tr>
                <td align="center" valign="middle"><inline-graphic xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="algorithms-05-00433-i021.tif"/></td>
                <td align="center" valign="middle"><italic>x</italic><sub>i</sub> ∈ [−600,600]</td>
                <td align="center" valign="middle"><italic>f</italic><sub>9</sub>(<bold>0</bold>) = 0</td>
              </tr>
              <tr>
                <td align="center" valign="middle"><inline-graphic xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="algorithms-05-00433-i022.tif"/></td>
                <td align="center" valign="middle"><italic>x</italic><sub>i</sub> ∈ [−32,32]</td>
                <td align="center" valign="middle"><italic>f</italic><sub>10</sub>(<bold>0</bold>) = 0</td>
              </tr>
              <tr>
                <td align="center" valign="middle"><inline-graphic xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="algorithms-05-00433-i023.tif"/></td>
                <td align="center" valign="middle"><italic>x</italic><sub>i</sub> ∈ [0,π]</td>
                <td align="center" valign="middle"><italic>f</italic><sub>11</sub> &gt; −<italic>n</italic></td>
              </tr>
              <tr>
                <td align="center" valign="middle"><inline-graphic xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="algorithms-05-00433-i024.tif"/></td>
                <td align="center" valign="middle"><italic>x</italic><sub>i</sub> ∈ [−50,50]</td>
                <td align="center" valign="middle"><italic>f</italic><sub>12</sub>(−<bold>1</bold>) = 0</td>
              </tr>
              <tr>
                <td align="center" valign="middle"><inline-graphic xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="algorithms-05-00433-i025.tif"/></td>
                <td align="center" valign="middle"><italic>x</italic><sub>i</sub> ∈ [−50,50]</td>
                <td align="center" valign="middle"><italic>f</italic><sub>13</sub>(<bold>1</bold>) = 0</td>
              </tr>
            </tbody>
          </table>
        </table-wrap>
         
        
      </sec>
      <sec>
        <title>4.2. Performance Comparison</title>
        <sec>
          <title>4.2.1. Experiment 1: Impact of Interaction Operation</title>
          <p>This experiment compares ICAAI and ICACI against PSO and Perturbed ICA [<xref ref-type="bibr" rid="B35-algorithms-05-00433">35</xref>]. Wilcoxon signed-rank test has been conducted between every two methods, and <italic>p</italic>-values less than 0.05 are deemed statistically significant. <xref ref-type="table" rid="algorithms-05-00433-t002">Table 2</xref> shows the average and the standard deviation of the best objective values obtained by each method after 1000 generations. Since ICAAI and ICACI are essentially the Perturbed ICA with the addition of an interaction step (line 10 of <xref ref-type="fig" rid="algorithms-05-00433-f002">Figure 2</xref>), the impact of the interaction step can be shown by comparing the performance of ICAAI and ICACI against that of the Perturbed ICA. Wilcoxon signed-rank test shows that ICAAI statistically significantly outperforms the Perturbed ICA on benchmark functions <italic>f</italic><sub>1</sub>, <italic>f</italic><sub>2</sub>, <italic>f</italic><sub>5</sub>, <italic>f</italic><sub>7</sub>, <italic>f</italic><sub>8</sub>, <italic>f</italic><sub>9</sub>, <italic>f</italic><sub>10</sub>, <italic>f</italic><sub>12 </sub>and <italic>f</italic><sub>13</sub>, and that there is no significant difference between the two methods on the rest of the benchmark functions. Similarly, Wilcoxon signed-rank test shows that ICACI statistically significantly outperforms the Perturbed ICA on benchmark functions <italic>f</italic><sub>1</sub>, <italic>f</italic><sub>7</sub>, <italic>f</italic><sub>8</sub>, <italic>f</italic><sub>12</sub> and <italic>f</italic><sub>13</sub>, and that the Perturbed ICA statistically significantly outperforms ICACI only on benchmark function <italic>f</italic><sub>9</sub>. Therefore, the addition of an interaction step in ICAAI and ICACI improves the Perturbed ICA on some benchmark functions.</p>
          
          <p>Wilcoxon signed-rank test between ICAAI and ICACI shows that ICAAI statistically significantly outperforms ICACI on benchmark functions <italic>f</italic><sub>1</sub>, <italic>f</italic><sub>4</sub>, <italic>f</italic><sub>5</sub>, <italic>f</italic><sub>7</sub>, <italic>f</italic><sub>8</sub>, <italic>f</italic><sub>9</sub>, <italic>f</italic><sub>10</sub>, <italic>f</italic><sub>12 </sub>and <italic>f</italic><sub>13</sub>, and that there is no significant difference between the two methods on the rest of the benchmark functions. Therefore, the interaction step using artificial imperialist appears to be more effective than that using crossover imperialists. </p>
          <p>Wilcoxon signed-rank test between ICAAI and PSO shows that ICAAI statistically significantly outperforms PSO on benchmark functions <italic>f</italic><sub>3</sub>, <italic>f</italic><sub>6 </sub>and <italic>f</italic><sub>9</sub>, and that PSO statistically significantly outperforms ICAAI on benchmark functions <italic>f</italic><sub>1</sub>, <italic>f</italic><sub>2</sub>, <italic>f</italic><sub>5</sub>, <italic>f</italic><sub>7</sub>, <italic>f</italic><sub>8 </sub>and <italic>f</italic><sub>13</sub>. Similarly, Wilcoxon signed-rank test between ICACI and PSO shows that ICACI statistically significantly outperforms PSO also on benchmark functions <italic>f</italic><sub>3</sub>, <italic>f</italic><sub>6 </sub>and <italic>f</italic><sub>9</sub>, and that PSO statistically significantly outperforms ICACI on benchmark functions <italic>f</italic><sub>1</sub>, <italic>f</italic><sub>2</sub>, <italic>f</italic><sub>4</sub>, <italic>f</italic><sub>5</sub>, <italic>f</italic><sub>7</sub>, <italic>f</italic><sub>8</sub>, <italic>f</italic><sub>10</sub>, <italic>f</italic><sub>12 </sub>and <italic>f</italic><sub>13</sub>. Thus, PSO appears to be better than both ICAAI and ICACI, according to Wilcoxon signed-rank test. However, later in this section, we show that ICAAI becomes competitive to PSO after 3000 generations, according to Wilcoxon signed-rank test.</p>
          <p>Experiment using Atashpaz-Gargari’s ICA [<xref ref-type="bibr" rid="B28-algorithms-05-00433">28</xref>] has also been conducted, but its performance results are much poorer than the four methods discussed herein and thus are not included in <xref ref-type="table" rid="algorithms-05-00433-t002">Table 2</xref>. Wilcoxon signed-rank test shows that both ICAAI and ICACI statistically significantly outperform Atashpaz-Gargari’s ICA on all benchmark functions. </p>
          <table-wrap id="algorithms-05-00433-t002" position="float">
            <object-id pub-id-type="pii">algorithms-05-00433-t002_Table 2</object-id>
            <label>Table 2</label>
            <caption>
              <p>Average and standard deviation of the best objective values over 30 runs after 1000 generations. The standard deviation is shown in parentheses.</p>
            </caption>
            <table>
              <thead>
                <tr>
                  <th align="center" valign="middle">
                    <italic>F</italic>
                  </th>
                  <th align="center" valign="middle">PSO</th>
                  <th align="center" valign="middle">Perturbed ICA [35]</th>
                  <th align="center" valign="middle">ICAAI</th>
                  <th align="center" valign="middle">ICACI</th>
                </tr>
              </thead>
              <tbody>
                <tr>
                  <td align="center" valign="middle">
                    <italic>f</italic><sub>1</sub>
                  </td>
                  <td align="center" valign="middle">1.57 × 10<sup>−</sup><sup>16 </sup>(8.6 × 10<sup>−</sup><sup>16</sup>)</td>
                  <td align="center" valign="middle">8.312 × 10<sup>−</sup><sup>6</sup> (1.3 × 10<sup>−</sup><sup>5</sup>)</td>
                  <td align="center" valign="middle">3.757 × 10<sup>−</sup><sup>10</sup> (2 × 10<sup>−</sup><sup>9</sup>)</td>
                  <td align="center" valign="middle">2.1 × 10<sup>−</sup><sup>7</sup> (9.7 × 10<sup>−</sup><sup>7</sup>)</td>
                </tr>
                <tr>
                  <td align="center" valign="middle"><italic>f</italic> <sub>2</sub></td>
                  <td align="center" valign="middle">1.015 × 10<sup>−</sup><sup>3</sup> (5.6 × 10<sup>−</sup><sup>3</sup>)</td>
                  <td align="center" valign="middle">3.559 × 10<sup>−</sup><sup>4</sup> (7.48 × 10<sup>−</sup><sup>4</sup>)</td>
                  <td align="center" valign="middle">1.103 × 10<sup>−</sup><sup>7</sup> (2.38 × 10<sup>−</sup><sup>7</sup>)</td>
                  <td align="center" valign="middle">5.08 × 10<sup>−</sup><sup>5</sup> (2.1 × 10<sup>−</sup><sup>4</sup>)</td>
                </tr>
                <tr>
                  <td align="center" valign="middle">
                    <italic>f</italic><sub>3</sub>
                  </td>
                  <td align="center" valign="middle">1.5 × 10<sup>−</sup><sup>18</sup> (5.8 × 10<sup>−</sup><sup>18</sup>)</td>
                  <td align="center" valign="middle">2.687 × 10<sup>−</sup><sup>4</sup> (4.5 × 10<sup>−</sup><sup>4</sup>)</td>
                  <td align="center" valign="middle">1.53 × 10<sup>−</sup><sup>10</sup> (6.4 × 10<sup>−</sup><sup>10</sup>)</td>
                  <td align="center" valign="middle">2.835 × 10<sup>−</sup><sup>6</sup> (7 × 10<sup>−</sup><sup>6</sup>)</td>
                </tr>
                <tr>
                  <td align="center" valign="middle">
                    <italic>f</italic><sub>4</sub>
                  </td>
                  <td align="center" valign="middle">14.44 (3.7)</td>
                  <td align="center" valign="middle">6.607 (2.2)</td>
                  <td align="center" valign="middle">1.989 × 10<sup>−</sup><sup>1</sup> (0.2)</td>
                  <td align="center" valign="middle">8.134 (3.1)</td>
                </tr>
                <tr>
                  <td align="center" valign="middle">
                    <italic>f</italic><sub>5</sub>
                  </td>
                  <td align="center" valign="middle">6.67 × 10<sup>−</sup><sup>2</sup> (0.25)</td>
                  <td align="center" valign="middle">19.57 (37.7)</td>
                  <td align="center" valign="middle">0.3 (0.79)</td>
                  <td align="center" valign="middle">46.27 (146.88)</td>
                </tr>
                <tr>
                  <td align="center" valign="middle">
                    <italic>f</italic><sub>6</sub>
                  </td>
                  <td align="center" valign="middle">−1.135 × 10<sup>4</sup> (367)</td>
                  <td align="center" valign="middle">−1.140 × 10<sup>4</sup> (280)</td>
                  <td align="center" valign="middle">−1.142 × 10<sup>4</sup> (256)</td>
                  <td align="center" valign="middle">−1.143 × 10<sup>4</sup> (304)</td>
                </tr>
                <tr>
                  <td align="center" valign="middle">
                    <italic>f</italic><sub>7</sub>
                  </td>
                  <td align="center" valign="middle">31.2 (16.3)</td>
                  <td align="center" valign="middle">230.3 (295.9)</td>
                  <td align="center" valign="middle">100.2 (131.3)</td>
                  <td align="center" valign="middle">126.7 (145)</td>
                </tr>
                <tr>
                  <td align="center" valign="middle">
                    <italic>f</italic><sub>8</sub>
                  </td>
                  <td align="center" valign="middle">38.5 (10.14)</td>
                  <td align="center" valign="middle">5.945 (3.03)</td>
                  <td align="center" valign="middle">5.172 (2.94)</td>
                  <td align="center" valign="middle">6.008 (2.89)</td>
                </tr>
                <tr>
                  <td align="center" valign="middle">
                    <italic>f</italic><sub>9</sub>
                  </td>
                  <td align="center" valign="middle">1.53 × 10<sup>−</sup><sup>2</sup> (0.02)</td>
                  <td align="center" valign="middle">2.284 × 10<sup>−</sup><sup>2</sup> (0.03)</td>
                  <td align="center" valign="middle">1.23 × 10<sup>−</sup><sup>2</sup> (0.017)</td>
                  <td align="center" valign="middle">3.81 × 10<sup>−</sup><sup>2</sup> (0.037)</td>
                </tr>
                <tr>
                  <td align="center" valign="middle">
                    <italic>f</italic><sub>10</sub>
                  </td>
                  <td align="center" valign="middle">8.4 × 10<sup>−</sup><sup>7</sup> (4.55 × 10<sup>−</sup><sup>6</sup>)</td>
                  <td align="center" valign="middle">1.203 × 10<sup>−</sup><sup>3</sup> (1.3 × 10<sup>−</sup><sup>3</sup>)</td>
                  <td align="center" valign="middle">4.139 × 10<sup>−</sup><sup>6</sup> (8.6 × 10<sup>−</sup><sup>6</sup>)</td>
                  <td align="center" valign="middle">1.063 × 10<sup>−</sup><sup>3</sup> (0.002)</td>
                </tr>
                <tr>
                  <td align="center" valign="middle">
                    <italic>f</italic><sub>11</sub>
                  </td>
                  <td align="center" valign="middle">−23.757 (1.22)</td>
                  <td align="center" valign="middle">−27.72 (0.59)</td>
                  <td align="center" valign="middle">−27.68 (0.89)</td>
                  <td align="center" valign="middle">−27.58 (0.89)</td>
                </tr>
                <tr>
                  <td align="center" valign="middle">
                    <italic>f</italic><sub>12</sub>
                  </td>
                  <td align="center" valign="middle">1.037 × 10<sup>−</sup><sup>2</sup> (0.03)</td>
                  <td align="center" valign="middle">6.913 × 10<sup>−</sup><sup>3</sup> (0.026)</td>
                  <td align="center" valign="middle">1.037 × 10<sup>−</sup><sup>2</sup> (0.032)</td>
                  <td align="center" valign="middle">6.91 × 10<sup>−</sup><sup>3</sup> (0.026)</td>
                </tr>
                <tr>
                  <td align="center" valign="middle">
                    <italic>f</italic><sub>13</sub>
                  </td>
                  <td align="center" valign="middle">1.1 × 10<sup>−</sup><sup>3</sup> (3.35 × 10<sup>−</sup><sup>3</sup>)</td>
                  <td align="center" valign="middle">1.810 × 10<sup>−</sup><sup>3</sup> (4.04 × 10<sup>−</sup><sup>3</sup>)</td>
                  <td align="center" valign="middle">1.83 × 10<sup>−</sup><sup>3</sup> (4.16 × 10<sup>−</sup><sup>3</sup>)</td>
                  <td align="center" valign="middle">1.83 × 10<sup>−</sup><sup>3</sup> (4.16 × 10<sup>−</sup><sup>3</sup>)</td>
                </tr>
              </tbody>
            </table>
          </table-wrap>
          <p>To see the possibility of further converging to a better solution, the same experiment is extended from 1000 to 3000 generations, and the results are shown in <xref ref-type="table" rid="algorithms-05-00433-t003">Table 3</xref>. According to Wilcoxon signed-rank test, ICACI statistically significantly outperforms the Perturbed ICA on benchmark functions <italic>f</italic><sub>1</sub>, <italic>f</italic><sub>7</sub>, <italic>f</italic><sub>8</sub> and <italic>f</italic><sub>12</sub>, and the Perturbed ICA statistically significantly outperforms ICACI only on benchmark function <italic>f</italic><sub>3</sub>. ICAAI remains more effective than the Perturbed ICA after 3000 generations. According to Wilcoxon signed-rank test, ICAAI statistically significantly outperforms the Perturbed ICA on benchmark functions <italic>f</italic><sub>1</sub>, <italic>f</italic><sub>5</sub>, <italic>f</italic><sub>7</sub>, <italic>f</italic><sub>8</sub>, <italic>f</italic><sub>9</sub>, <italic>f</italic><sub>10</sub> and <italic>f</italic><sub>12</sub>, and there is no significant difference between ICAAI and the Perturbed ICA on the rest of the benchmark functions. </p>
          
          <p>ICAAI is still more effective than ICACI after 3000 generations. According to Wilcoxon signed-rank test, ICAAI statistically significantly outperforms ICACI on benchmark functions <italic>f</italic><sub>1</sub>, <italic>f</italic><sub>4</sub>, <italic>f</italic><sub>5</sub>, <italic>f</italic><sub>7</sub>, <italic>f</italic><sub>8</sub>, <italic>f</italic><sub>9</sub> and <italic>f</italic><sub>10</sub>, and there is no significant difference between ICAAI and ICACI on the rest of the benchmark functions.</p>
          <p>Both ICAAI and ICACI are more competitive to PSO after 3000 generations than after 1000 generations. According to Wilcoxon signed-rank test, ICAAI statistically significantly outperforms PSO on benchmark functions <italic>f</italic><sub>3</sub>, <italic>f</italic><sub>5</sub>, <italic>f</italic><sub>6</sub>, <italic>f</italic><sub>7 </sub>and <italic>f</italic><sub>9</sub>, and PSO statistically significantly outperforms ICAAI on benchmark functions <italic>f</italic><sub>1</sub>, <italic>f</italic><sub>8</sub>, <italic>f</italic><sub>10</sub>, <italic>f</italic><sub>12</sub> and <italic>f</italic><sub>13</sub>. Similarly, Wilcoxon signed-rank test shows that ICACI statistically significantly outperforms PSO on benchmark functions <italic>f</italic><sub>3</sub>, <italic>f</italic><sub>6</sub>, <italic>f</italic><sub>7</sub> and <italic>f</italic><sub>9</sub>, and that PSO statistically significantly outperforms ICACI on benchmark functions <italic>f</italic><sub>1</sub>, <italic>f</italic><sub>4</sub>, <italic>f</italic><sub>5</sub>, <italic>f</italic><sub>8</sub>, <italic>f</italic><sub>10</sub>, <italic>f</italic><sub>12</sub> and <italic>f</italic><sub>13</sub>.</p>
          <table-wrap id="algorithms-05-00433-t003" position="float">
            <object-id pub-id-type="pii">algorithms-05-00433-t003_Table 3</object-id>
            <label>Table 3</label>
            <caption>
              <p>Average and standard deviation of the best objective values over 30 runs after 3000 generations. The standard deviation is shown in parentheses.</p>
            </caption>
            <table>
              <thead>
                <tr>
                  <th align="center" valign="middle">
                    <italic>f</italic>
                  </th>
                  <th align="center" valign="middle">PSO</th>
                  <th align="center" valign="middle">Perturbed ICA [35]</th>
                  <th align="center" valign="middle">ICAAI</th>
                  <th align="center" valign="middle">ICACI</th>
                </tr>
              </thead>
              <tbody>
                <tr>
                  <td align="center" valign="middle">
                    <italic>f</italic><sub>1</sub>
                  </td>
                  <td align="center" valign="middle">1.89 × 10<sup>−54</sup> (9.95 × 10<sup>−54</sup>)</td>
                  <td align="center" valign="middle">8.199 × 10<sup>−24</sup> (3.3 × 10<sup>−23</sup>)</td>
                  <td align="center" valign="middle">2.89 × 10<sup>−28</sup> (1.58 × 10<sup>−27</sup>)</td>
                  <td align="center" valign="middle">2.23 × 10<sup>−26</sup> (9.5 × 10<sup>−26</sup>)</td>
                </tr>
                <tr>
                  <td align="center" valign="middle">
                    <italic>f</italic><sub>2</sub>
                  </td>
                  <td align="center" valign="middle">1.015 × 10<sup>−3</sup> (5.56 × 10<sup>−3</sup>)</td>
                  <td align="center" valign="middle">1.726 × 10<sup>−15</sup> (3.33 × 10<sup>−15</sup>)</td>
                  <td align="center" valign="middle">2.671 × 10<sup>−19</sup> (6.1 × 10<sup>−19</sup>)</td>
                  <td align="center" valign="middle">9.29 × 10<sup>−18</sup> (2.2 × 10<sup>−17</sup>)</td>
                </tr>
                <tr>
                  <td align="center" valign="middle">
                    <italic>f</italic><sub>3</sub>
                  </td>
                  <td align="center" valign="middle">3.17 × 10<sup>−56</sup> (1.5 × 10<sup>−55</sup>)</td>
                  <td align="center" valign="middle">1.493 × 10<sup>−22</sup> (4.56 × 10<sup>−22</sup>)</td>
                  <td align="center" valign="middle">1.665 × 10<sup>−25</sup> (9.1 × 10<sup>−25</sup>)</td>
                  <td align="center" valign="middle">1.1 × 10<sup>−24</sup> (3.6 × 10<sup>−24</sup>)</td>
                </tr>
                <tr>
                  <td align="center" valign="middle">
                    <italic>f</italic><sub>4</sub>
                  </td>
                  <td align="center" valign="middle">6.67 (2.77)</td>
                  <td align="center" valign="middle">2.770 × 10<sup>−1</sup> (0.19)</td>
                  <td align="center" valign="middle">5.242 × 10<sup>−3</sup> (6.17 × 10<sup>−3</sup>)</td>
                  <td align="center" valign="middle">3.396 × 10<sup>−1</sup> (0.2)</td>
                </tr>
                <tr>
                  <td align="center" valign="middle">
                    <italic>f</italic><sub>5</sub>
                  </td>
                  <td align="center" valign="middle">0 (0)</td>
                  <td align="center" valign="middle">19.57 (37.7)</td>
                  <td align="center" valign="middle">0.3 (0.79)</td>
                  <td align="center" valign="middle">46.1 (146.9)</td>
                </tr>
                <tr>
                  <td align="center" valign="middle">
                    <italic>f</italic><sub>6</sub>
                  </td>
                  <td align="center" valign="middle">−1.136 × 10<sup>4</sup> (368.7)</td>
                  <td align="center" valign="middle">−1.14 × 10<sup>4</sup> (280.32)</td>
                  <td align="center" valign="middle">−1.142 × 10<sup>4</sup> (263)</td>
                  <td align="center" valign="middle">−1.143 × 10<sup>4</sup> (303.6)</td>
                </tr>
                <tr>
                  <td align="center" valign="middle">
                    <italic>f</italic><sub>7</sub>
                  </td>
                  <td align="center" valign="middle">29.96 (16.19)</td>
                  <td align="center" valign="middle">87.34 (118.4)</td>
                  <td align="center" valign="middle">49.39 (59.02)</td>
                  <td align="center" valign="middle">59.07 (84.66)</td>
                </tr>
                <tr>
                  <td align="center" valign="middle">
                    <italic>f</italic><sub>8</sub>
                  </td>
                  <td align="center" valign="middle">28.73 (10.34)</td>
                  <td align="center" valign="middle">3.681 (2.22)</td>
                  <td align="center" valign="middle">4.676 (3.02)</td>
                  <td align="center" valign="middle">5.373 (3.44)</td>
                </tr>
                <tr>
                  <td align="center" valign="middle">
                    <italic>f</italic><sub>9</sub>
                  </td>
                  <td align="center" valign="middle">1.53 × 10<sup>−2</sup> (0.02)</td>
                  <td align="center" valign="middle">2.282 × 10<sup>−2</sup> (0.031)</td>
                  <td align="center" valign="middle">1.230 × 10<sup>−2</sup> (0.017)</td>
                  <td align="center" valign="middle">3.807 × 10<sup>−2</sup> (0.037)</td>
                </tr>
                <tr>
                  <td align="center" valign="middle">
                    <italic>f</italic><sub>10</sub>
                  </td>
                  <td align="center" valign="middle">1.8 × 10<sup>−14</sup> (4.2 × 10<sup>−15</sup>)</td>
                  <td align="center" valign="middle">6.05 × 10<sup>−13</sup> (1.5 × 10<sup>−12</sup>)</td>
                  <td align="center" valign="middle">1.68 × 10<sup>−13</sup> (3.22 × 10<sup>−13</sup>)</td>
                  <td align="center" valign="middle">8.79 × 10<sup>−13</sup> (1.8 × 10<sup>−12</sup>)</td>
                </tr>
                <tr>
                  <td align="center" valign="middle">
                    <italic>f</italic><sub>11</sub>
                  </td>
                  <td align="center" valign="middle">−24.42 (1.16)</td>
                  <td align="center" valign="middle">−28.02 (0.74)</td>
                  <td align="center" valign="middle">−27.93 (0.84)</td>
                  <td align="center" valign="middle">−27.59 (0.91)</td>
                </tr>
                <tr>
                  <td align="center" valign="middle">
                    <italic>f</italic><sub>12</sub>
                  </td>
                  <td align="center" valign="middle">6.9 × 10<sup>−3</sup> (0.026)</td>
                  <td align="center" valign="middle">6.911 × 10<sup>−3 </sup>(0.026)</td>
                  <td align="center" valign="middle">1.037 × 10<sup>−2</sup> (0.0317)</td>
                  <td align="center" valign="middle">6.911 × 10<sup>−3</sup> (0.0263)</td>
                </tr>
                <tr>
                  <td align="center" valign="middle">
                    <italic>f</italic><sub>13</sub>
                  </td>
                  <td align="center" valign="middle">7.325 × 10<sup>−4</sup> (0.0028)</td>
                  <td align="center" valign="middle">1.099 × 10<sup>−3</sup> (3.35 × 10<sup>−3</sup>)</td>
                  <td align="center" valign="middle">1.831 × 10<sup>−3</sup> (4.17 × 10<sup>−3</sup>)</td>
                  <td align="center" valign="middle">1.831 × 10<sup>−3</sup> (4.16 × 10<sup>−3</sup>)</td>
                </tr>
              </tbody>
            </table>
          </table-wrap>
        </sec>
        <sec>
          <title>4.2.2. Experiment 2: Impact of Competition Frequency</title>
          <p>This experiment compares ICAAI and ICACI under various competition frequencies, which are controlled by the value of parameter ρ. <xref ref-type="fig" rid="algorithms-05-00433-f006">Figure 6</xref> shows that ICAAI consistently outperforms ICACI on all of the five unimodal benchmark functions <italic>f</italic><sub>1</sub>~<italic>f</italic><sub>5</sub>. For <italic>f</italic><sub>1</sub>~<italic>f</italic><sub>4</sub>, ICAAI often yields better results with smaller competition frequency (i.e., smaller ρ). </p>
          <p><xref ref-type="fig" rid="algorithms-05-00433-f007">Figure 7</xref> shows the results for the eight multimodal benchmark functions <italic>f</italic><sub>6</sub>~<italic>f</italic><sub>13</sub>. ICAAI consistently outperforms ICACI on <italic>f</italic><sub>9</sub> and <italic>f</italic><sub>10</sub>. For <italic>f</italic><sub>7</sub>, <italic>f</italic><sub>8</sub> and <italic>f</italic><sub>11</sub>, ICAAI underperforms ICACI only when ρ = 0. For <italic>f</italic><sub>6</sub> and <italic>f</italic><sub>12</sub>, ICAAI often yields better results than ICACI does. Overall, ICACI performs better than ICAAI only on <italic>f</italic><sub>13</sub>. Smaller competition frequency does not guarantee better performance for both ICAAI and ICACI, however, experimenting with ρ &lt; 1 can often find better solutions. For example, <xref ref-type="fig" rid="algorithms-05-00433-f006">Figure 6</xref> and <xref ref-type="fig" rid="algorithms-05-00433-f007">Figure 7</xref> show that the best ρ for ICAAI is always less than 1 on all benchmark functions.</p>
          <fig id="algorithms-05-00433-f006" position="anchor">
            <label>Figure 6</label>
            <caption>
              <p>ICAAI (solid line) and ICACI (dashed line) for unimodal benchmark functions <italic>f</italic><sub>1</sub>~<italic>f</italic><sub>5</sub>. The horizontal axis is ρ, and the vertical axis is the average of the best objective values.</p>
            </caption>
            <graphic xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="algorithms-05-00433-g006.tif"/>
          </fig>
          <fig id="algorithms-05-00433-f007" position="anchor">
            <label>Figure 7</label>
            <caption>
              <p>ICAAI (solid line) and ICACI (dashed line) for multimodal benchmark functions <italic>f</italic><sub>6</sub>~<italic>f</italic><sub>13</sub>. The horizontal axis is ρ, and the vertical axis is the average of the best objective values.</p>
            </caption>
            <graphic xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="algorithms-05-00433-g007.tif"/>
          </fig>
          
          
        </sec>
      </sec>
    </sec>
    <sec sec-type="conclusions" id="sec5-algorithms-05-00433">
      <title>5. Conclusions</title>
      <p>ICA often converges to a local optimum [<xref ref-type="bibr" rid="B29-algorithms-05-00433">29</xref>,<xref ref-type="bibr" rid="B30-algorithms-05-00433">30</xref>,<xref ref-type="bibr" rid="B32-algorithms-05-00433">32</xref>]. To resolve this problem, previous work focuses mostly on improving the diversity of the colonies in ICA via perturbed assimilation move [<xref ref-type="bibr" rid="B35-algorithms-05-00433">35</xref>] or random replacement (e.g., the revolution operation in [<xref ref-type="bibr" rid="B28-algorithms-05-00433">28</xref>]). This work shifts the focus to improving the interaction among the imperialists. Two new methods, ICAAI and ICACI, are proposed. Both methods do not increase the time complexity of ICA. Experiment 1 shows that both methods often yield better results than ICA, and Experiment 2 shows that a better solution can be found by experimenting ICAAI with lower competition frequency (<italic>i.e.</italic>, ρ &lt; 1). Although ICAAI requires less computation than ICACI, ICAAI appears to be more effective than ICACI.</p>
      <p>Two possible extensions to ICA are discussed as follows. Firstly, the multiple empires (<italic>i.e.</italic>, sub-populations) in ICA offer a new ground for exploration. Ideas that were originally proposed for single population method can be extended to some or all empires in ICA. For example, Electromagnetism-like Algorithm [<xref ref-type="bibr" rid="B4-algorithms-05-00433">4</xref>] applies local search on the best candidate solution in the current population to improve the solution quality. With ICA, the same local search idea can be applied to either the imperialist of the best empire or all imperialists. </p>
      <p>Secondly, an effective evolutionary method should be equipped with a way to detect stagnation and to know what to do when stagnation occurs [<xref ref-type="bibr" rid="B39-algorithms-05-00433">39</xref>]. Previous work on this topic can also be extended to each empire or the whole population in ICA. Since the size of an empire is smaller than that of a population, the stagnation detection mechanism should be adjusted accordingly to avoid false detection. </p>
    </sec>
  
  </body>
  <back>
    <ack>
      <title>Acknowledgments</title>
      <p>This research is supported by National Science Council under Grant NSC 99-2221-E-155-048-MY3.</p>
    </ack>
    <ref-list>
      <title>References</title>
      <ref id="B1-algorithms-05-00433">
        <label>1.</label>
        <citation citation-type="book">
          <person-group person-group-type="author">
            <name>
              <surname>Holland</surname>
              <given-names>J.H.</given-names>
            </name>
          </person-group>
          <source>Adaptation in Natural and Artificial Systems</source>
          <publisher-name>MIT Press</publisher-name>
          <publisher-loc>Cambridge, MA, USA</publisher-loc>
          <year>1992</year>
        </citation>
      </ref>
      <ref id="B2-algorithms-05-00433">
        <label>2.</label>
        <citation citation-type="journal">
          <person-group person-group-type="author">
            <name>
              <surname>Chen</surname>
              <given-names>S.-H.</given-names>
            </name>
            <name>
              <surname>Chen</surname>
              <given-names>M.-C.</given-names>
            </name>
            <name>
              <surname>Chang</surname>
              <given-names>P.-C.</given-names>
            </name>
            <name>
              <surname>Chen</surname>
              <given-names>Y.-M.</given-names>
            </name>
          </person-group>
          <article-title>Ea/g-ga for single machine scheduling problems with earliness/tardiness costs</article-title>
          <source>Entropy</source>
          <year>2011</year>
          <volume>13</volume>
          <fpage>1152</fpage>
          <lpage>1169</lpage>
          <pub-id pub-id-type="doi">10.3390/e13061152</pub-id>
        </citation>
      </ref>
      <ref id="B3-algorithms-05-00433">
        <label>3.</label>
        <citation citation-type="journal">
          <person-group person-group-type="author">
            <name>
              <surname>Clerc</surname>
              <given-names>M.</given-names>
            </name>
            <name>
              <surname>Kennedy</surname>
              <given-names>J.</given-names>
            </name>
          </person-group>
          <article-title>The particle swarm—Explosion, stability, and convergence in a multidimensional complex space</article-title>
          <source>IEEE Trans. Evolut. Comput.</source>
          <year>2002</year>
          <volume>6</volume>
          <fpage>58</fpage>
          <lpage>73</lpage>
          <pub-id pub-id-type="doi">10.1109/4235.985692</pub-id>
        </citation>
      </ref>
      <ref id="B4-algorithms-05-00433">
        <label>4.</label>
        <citation citation-type="journal">
          <person-group person-group-type="author">
            <name>
              <surname>Birbil</surname>
              <given-names>S.I.</given-names>
            </name>
            <name>
              <surname>Fang</surname>
              <given-names>S.C.</given-names>
            </name>
          </person-group>
          <article-title>An electromagnetism-like mechanism for global optimization</article-title>
          <source>J. Global Optim.</source>
          <year>2003</year>
          <volume>25</volume>
          <fpage>263</fpage>
          <lpage>282</lpage>
          <pub-id pub-id-type="doi">10.1023/A:1022452626305</pub-id>
        </citation>
      </ref>
      <ref id="B5-algorithms-05-00433">
        <label>5.</label>
        <citation citation-type="journal">
          <person-group person-group-type="author">
            <name>
              <surname>Dasgupta</surname>
              <given-names>D.</given-names>
            </name>
            <name>
              <surname>Yu</surname>
              <given-names>S.H.</given-names>
            </name>
            <name>
              <surname>Nino</surname>
              <given-names>F.</given-names>
            </name>
          </person-group>
          <article-title>Recent advances in artificial immune systems: Models and applications</article-title>
          <source>Appl. Soft Comput.</source>
          <year>2011</year>
          <volume>11</volume>
          <fpage>1574</fpage>
          <lpage>1587</lpage>
          <pub-id pub-id-type="doi">10.1016/j.asoc.2010.08.024</pub-id>
        </citation>
      </ref>
      <ref id="B6-algorithms-05-00433">
        <label>6.</label>
        <citation citation-type="journal">
          <person-group person-group-type="author">
            <name>
              <surname>Gao</surname>
              <given-names>W.F.</given-names>
            </name>
            <name>
              <surname>Liu</surname>
              <given-names>S.Y.</given-names>
            </name>
            <name>
              <surname>Huang</surname>
              <given-names>L.L.</given-names>
            </name>
          </person-group>
          <article-title>A global best artificial bee colony algorithm for global optimization</article-title>
          <source>J. Comput. Appl. Math.</source>
          <year>2012</year>
          <volume>236</volume>
          <fpage>2741</fpage>
          <lpage>2753</lpage>
          <pub-id pub-id-type="doi">10.1016/j.cam.2012.01.013</pub-id>
        </citation>
      </ref>
      <ref id="B7-algorithms-05-00433">
        <label>7.</label>
        <citation citation-type="journal">
          <person-group person-group-type="author">
            <name>
              <surname>Zhang</surname>
              <given-names>Y.</given-names>
            </name>
            <name>
              <surname>Wu</surname>
              <given-names>L.</given-names>
            </name>
          </person-group>
          <article-title>Optimal multi-level thresholding based on maximum tsallis entropy via an artificial bee colony approach</article-title>
          <source>Entropy</source>
          <year>2011</year>
          <volume>13</volume>
          <fpage>841</fpage>
          <lpage>859</lpage>
          <pub-id pub-id-type="doi">10.3390/e13040841</pub-id>
        </citation>
      </ref>
      <ref id="B8-algorithms-05-00433">
        <label>8.</label>
        <citation citation-type="journal">
          <person-group person-group-type="author">
            <name>
              <surname>Dorigo</surname>
              <given-names>M.</given-names>
            </name>
            <name>
              <surname>Maniezzo</surname>
              <given-names>V.</given-names>
            </name>
            <name>
              <surname>Colorni</surname>
              <given-names>A.</given-names>
            </name>
          </person-group>
          <article-title>Ant system: Optimization by a colony of cooperating agents</article-title>
          <source>IEEE Trans. Syst. Man Cybern.</source>
          <year>1996</year>
          <volume>26</volume>
          <fpage>29</fpage>
          <lpage>41</lpage>
          <pub-id pub-id-type="doi">10.1109/3477.484436</pub-id>
        </citation>
      </ref>
      <ref id="B9-algorithms-05-00433">
        <label>9.</label>
        <citation citation-type="journal">
          <person-group person-group-type="author">
            <name>
              <surname>Storn</surname>
              <given-names>R.</given-names>
            </name>
            <name>
              <surname>Price</surname>
              <given-names>K.</given-names>
            </name>
          </person-group>
          <article-title>Differential evolution—A simple and efficient heuristic for global optimization over continuous spaces</article-title>
          <source>J. Global Optim.</source>
          <year>1997</year>
          <volume>11</volume>
          <fpage>341</fpage>
          <lpage>359</lpage>
          <pub-id pub-id-type="doi">10.1023/A:1008202821328</pub-id>
        </citation>
      </ref>
      <ref id="B10-algorithms-05-00433">
        <label>10.</label>
        <citation citation-type="confproc">
          <person-group person-group-type="author">
            <name>
              <surname>Atashpaz-Gargari</surname>
              <given-names>E.</given-names>
            </name>
            <name>
              <surname>Lucas</surname>
              <given-names>C.</given-names>
            </name>
          </person-group>
          <article-title>Imperialist competitive algorithm: An algorithm for optimization inspired by imperialistic competition</article-title>
          <source>Proceedings of IEEE Congress on Evolutionary Computation</source>
          <conf-loc>Singapore</conf-loc>
          <conf-date>25–28 September 2007</conf-date>
          <fpage>4661</fpage>
          <lpage>4667</lpage>
        </citation>
      </ref>
      <ref id="B11-algorithms-05-00433">
        <label>11.</label>
        <citation citation-type="journal">
          <person-group person-group-type="author">
            <name>
              <surname>Behnamian</surname>
              <given-names>J.</given-names>
            </name>
            <name>
              <surname>Zandieh</surname>
              <given-names>M.</given-names>
            </name>
          </person-group>
          <article-title>A discrete colonial competitive algorithm for hybrid flowshop scheduling to minimize earliness and quadratic tardiness penalties</article-title>
          <source>Expert Syst. Appl.</source>
          <year>2011</year>
          <volume>38</volume>
          <fpage>14490</fpage>
          <lpage>14498</lpage>
          <pub-id pub-id-type="doi">10.1016/j.eswa.2011.04.241</pub-id>
        </citation>
      </ref>
      <ref id="B12-algorithms-05-00433">
        <label>12.</label>
        <citation citation-type="journal">
          <person-group person-group-type="author">
            <name>
              <surname>Forouharfard</surname>
              <given-names>S.</given-names>
            </name>
            <name>
              <surname>Zandieh</surname>
              <given-names>M.</given-names>
            </name>
          </person-group>
          <article-title>An imperialist competitive algorithm to schedule of receiving and shipping trucks in cross-docking systems</article-title>
          <source>Int. J. Adv. Manuf. Tech.</source>
          <year>2010</year>
          <volume>51</volume>
          <fpage>1179</fpage>
          <lpage>1193</lpage>
          <pub-id pub-id-type="doi">10.1007/s00170-010-2676-5</pub-id>
        </citation>
      </ref>
      <ref id="B13-algorithms-05-00433">
        <label>13.</label>
        <citation citation-type="journal">
          <person-group person-group-type="author">
            <name>
              <surname>Karimi</surname>
              <given-names>N.</given-names>
            </name>
            <name>
              <surname>Zandieh</surname>
              <given-names>M.</given-names>
            </name>
            <name>
              <surname>Najafi</surname>
              <given-names>A.A.</given-names>
            </name>
          </person-group>
          <article-title>Group scheduling in flexible flow shops: A hybridised approach of imperialist competitive algorithm and electromagnetic-like mechanism</article-title>
          <source>Int. J. Prod. Res.</source>
          <year>2011</year>
          <volume>49</volume>
          <fpage>4965</fpage>
          <lpage>4977</lpage>
          <pub-id pub-id-type="doi">10.1080/00207543.2010.481644</pub-id>
        </citation>
      </ref>
      <ref id="B14-algorithms-05-00433">
        <label>14.</label>
        <citation citation-type="journal">
          <person-group person-group-type="author">
            <name>
              <surname>Shokrollahpour</surname>
              <given-names>E.</given-names>
            </name>
            <name>
              <surname>Zandieh</surname>
              <given-names>M.</given-names>
            </name>
            <name>
              <surname>Dorri</surname>
              <given-names>B.</given-names>
            </name>
          </person-group>
          <article-title>A novel imperialist competitive algorithm for bi-criteria scheduling of the assembly flowshop problem</article-title>
          <source>Int. J. Prod. Res.</source>
          <year>2011</year>
          <volume>49</volume>
          <fpage>3087</fpage>
          <lpage>3103</lpage>
          <pub-id pub-id-type="doi">10.1080/00207540903536155</pub-id>
        </citation>
      </ref>
      <ref id="B15-algorithms-05-00433">
        <label>15.</label>
        <citation citation-type="journal">
          <person-group person-group-type="author">
            <name>
              <surname>Lian</surname>
              <given-names>K.</given-names>
            </name>
            <name>
              <surname>Zhang</surname>
              <given-names>C.</given-names>
            </name>
            <name>
              <surname>Gao</surname>
              <given-names>L.</given-names>
            </name>
            <name>
              <surname>Shao</surname>
              <given-names>X.</given-names>
            </name>
          </person-group>
          <article-title>A modified colonial competitive algorithm for the mixed-model u-line balancing and sequencing problem</article-title>
          <source>Int. J. Prod. Res.</source>
          <year>2012</year>
        </citation>
      </ref>
      <ref id="B16-algorithms-05-00433">
        <label>16.</label>
        <citation citation-type="journal">
          <person-group person-group-type="author">
            <name>
              <surname>MousaviRad</surname>
              <given-names>S.J.</given-names>
            </name>
            <name>
              <surname>Akhlaghian Tab</surname>
              <given-names>F.</given-names>
            </name>
            <name>
              <surname>Mollazade</surname>
              <given-names>K.</given-names>
            </name>
          </person-group>
          <article-title>Application of imperialist competitive algorithm for feature selection: A case study on bulk rice classification</article-title>
          <source>Int. J. Comput. Appl.</source>
          <year>2012</year>
          <volume>40</volume>
          <fpage>41</fpage>
          <lpage>48</lpage>
        </citation>
      </ref>
      <ref id="B17-algorithms-05-00433">
        <label>17.</label>
        <citation citation-type="journal">
          <person-group person-group-type="author">
            <name>
              <surname>Karami</surname>
              <given-names>S.</given-names>
            </name>
            <name>
              <surname>Shokouhi</surname>
              <given-names>S.B.</given-names>
            </name>
          </person-group>
          <article-title>Application of imperialist competitive algorithm for automated classification of remote sensing images</article-title>
          <source>Int. J. Comput. Theory Eng.</source>
          <year>2012</year>
          <volume>4</volume>
          <fpage>137</fpage>
          <lpage>143</lpage>
        </citation>
      </ref>
      <ref id="B18-algorithms-05-00433">
        <label>18.</label>
        <citation citation-type="journal">
          <person-group person-group-type="author">
            <name>
              <surname>Bagher</surname>
              <given-names>M.</given-names>
            </name>
            <name>
              <surname>Zandieh</surname>
              <given-names>M.</given-names>
            </name>
            <name>
              <surname>Farsijani</surname>
              <given-names>H.</given-names>
            </name>
          </person-group>
          <article-title>Balancing of stochastic u-type assembly lines: An imperialist competitive algorithm</article-title>
          <source>Int. J. Adv. Manuf. Tech.</source>
          <year>2011</year>
          <volume>54</volume>
          <fpage>271</fpage>
          <lpage>285</lpage>
          <pub-id pub-id-type="doi">10.1007/s00170-010-2937-3</pub-id>
        </citation>
      </ref>
      <ref id="B19-algorithms-05-00433">
        <label>19.</label>
        <citation citation-type="journal">
          <person-group person-group-type="author">
            <name>
              <surname>Coelho</surname>
              <given-names>L.D.S.</given-names>
            </name>
            <name>
              <surname>Afonso</surname>
              <given-names>L.D.</given-names>
            </name>
            <name>
              <surname>Alotto</surname>
              <given-names>P.</given-names>
            </name>
          </person-group>
          <article-title>A modified imperialist competitive algorithm for optimization in electromagnetics</article-title>
          <source>IEEE Trans. Magn.</source>
          <year>2012</year>
          <volume>48</volume>
          <fpage>579</fpage>
          <lpage>582</lpage>
          <pub-id pub-id-type="doi">10.1109/TMAG.2011.2172400</pub-id>
        </citation>
      </ref>
      <ref id="B20-algorithms-05-00433">
        <label>20.</label>
        <citation citation-type="journal">
          <person-group person-group-type="author">
            <name>
              <surname>Kaveh</surname>
              <given-names>A.</given-names>
            </name>
            <name>
              <surname>Talatahari</surname>
              <given-names>S.</given-names>
            </name>
          </person-group>
          <article-title>Optimum design of skeletal structures using imperialist competitive algorithm</article-title>
          <source>Comput.Struct.</source>
          <year>2010</year>
          <volume>88</volume>
          <fpage>1220</fpage>
          <lpage>1229</lpage>
          <pub-id pub-id-type="doi">10.1016/j.compstruc.2010.06.011</pub-id>
        </citation>
      </ref>
      <ref id="B21-algorithms-05-00433">
        <label>21.</label>
        <citation citation-type="journal">
          <person-group person-group-type="author">
            <name>
              <surname>Kazemi</surname>
              <given-names>S.</given-names>
            </name>
            <name>
              <surname>Ghorbani</surname>
              <given-names>A.</given-names>
            </name>
            <name>
              <surname>Hashemi</surname>
              <given-names>S.N.</given-names>
            </name>
          </person-group>
          <article-title>Deployment of the meta heuristic colonial competitive algorithm in synthesis of unequally spaced linear antenna array</article-title>
          <source>IEICE Electron. Express</source>
          <year>2011</year>
          <volume>8</volume>
          <fpage>2048</fpage>
          <lpage>2053</lpage>
          <pub-id pub-id-type="doi">10.1587/elex.8.2048</pub-id>
        </citation>
      </ref>
      <ref id="B22-algorithms-05-00433">
        <label>22.</label>
        <citation citation-type="journal">
          <person-group person-group-type="author">
            <name>
              <surname>Lucas</surname>
              <given-names>C.</given-names>
            </name>
            <name>
              <surname>Nasiri-Gheidari</surname>
              <given-names>Z.</given-names>
            </name>
            <name>
              <surname>Tootoonchian</surname>
              <given-names>F.</given-names>
            </name>
          </person-group>
          <article-title>Application of an imperialist competitive algorithm to the design of a linear induction motor</article-title>
          <source>Energy Convers. Manag.</source>
          <year>2010</year>
          <volume>51</volume>
          <fpage>1407</fpage>
          <lpage>1411</lpage>
          <pub-id pub-id-type="doi">10.1016/j.enconman.2010.01.014</pub-id>
        </citation>
      </ref>
      <ref id="B23-algorithms-05-00433">
        <label>23.</label>
        <citation citation-type="journal">
          <person-group person-group-type="author">
            <name>
              <surname>Nazari-Shirkouhi</surname>
              <given-names>S.</given-names>
            </name>
            <name>
              <surname>Eivazy</surname>
              <given-names>H.</given-names>
            </name>
            <name>
              <surname>Ghodsi</surname>
              <given-names>R.</given-names>
            </name>
            <name>
              <surname>Rezaie</surname>
              <given-names>K.</given-names>
            </name>
            <name>
              <surname>Atashpaz-Gargari</surname>
              <given-names>E.</given-names>
            </name>
          </person-group>
          <article-title>Solving the integrated product mix-outsourcing problem using the imperialist competitive algorithm</article-title>
          <source>Expert Syst. Appl.</source>
          <year>2010</year>
          <volume>37</volume>
          <fpage>7615</fpage>
          <lpage>7626</lpage>
          <pub-id pub-id-type="doi">10.1016/j.eswa.2010.04.081</pub-id>
        </citation>
      </ref>
      <ref id="B24-algorithms-05-00433">
        <label>24.</label>
        <citation citation-type="journal">
          <person-group person-group-type="author">
            <name>
              <surname>Soltanpoor</surname>
              <given-names>H.</given-names>
            </name>
            <name>
              <surname>Nozarian</surname>
              <given-names>S.</given-names>
            </name>
            <name>
              <surname>VafaeiJahan</surname>
              <given-names>M.</given-names>
            </name>
          </person-group>
          <article-title>Solving the graph bisection problem with imperialist competitive algorithm</article-title>
          <source>Int. Conf. Sys. Eng. Model.</source>
          <year>2012</year>
          <volume>34</volume>
          <fpage>136</fpage>
          <lpage>140</lpage>
        </citation>
      </ref>
      <ref id="B25-algorithms-05-00433">
        <label>25.</label>
        <citation citation-type="journal">
          <person-group person-group-type="author">
            <name>
              <surname>Rezaei</surname>
              <given-names>E.</given-names>
            </name>
            <name>
              <surname>Karami</surname>
              <given-names>A.</given-names>
            </name>
            <name>
              <surname>Shahhosseni</surname>
              <given-names>M.</given-names>
            </name>
          </person-group>
          <article-title>The use of imperialist competitive algorithm for the optimization of heat transfer in an air cooler equipped with butterfly inserts</article-title>
          <source>Aust. J. Basic Appl. Sci.</source>
          <year>2012</year>
          <volume>6</volume>
          <fpage>293</fpage>
          <lpage>301</lpage>
        </citation>
      </ref>
      <ref id="B26-algorithms-05-00433">
        <label>26.</label>
        <citation citation-type="journal">
          <person-group person-group-type="author">
            <name>
              <surname>Lin</surname>
              <given-names>J.-L.</given-names>
            </name>
            <name>
              <surname>Yu</surname>
              <given-names>C.-Y.</given-names>
            </name>
            <name>
              <surname>Tsai</surname>
              <given-names>Y.-H.</given-names>
            </name>
          </person-group>
          <article-title>PSO-based imperialist competitive algorithm</article-title>
          <source>J. Phys. Conf. Ser.</source>
          <year>2012</year>
          <comment>in press.</comment>
        </citation>
      </ref>
      <ref id="B27-algorithms-05-00433">
        <label>27.</label>
        <citation citation-type="journal">
          <person-group person-group-type="author">
            <name>
              <surname>Niwa</surname>
              <given-names>T.</given-names>
            </name>
            <name>
              <surname>Tanaka</surname>
              <given-names>M.</given-names>
            </name>
          </person-group>
          <article-title>Analysis on the island model parallel genetic algorithms for the genetic drifts</article-title>
          <source>Simul. Evolut. Learn.</source>
          <year>1999</year>
          <volume>1585</volume>
          <fpage>349</fpage>
          <lpage>356</lpage>
          <pub-id pub-id-type="doi">10.1007/3-540-48873-1_45</pub-id>
        </citation>
      </ref>
      <ref id="B28-algorithms-05-00433">
        <label>28.</label>
        <citation citation-type="web">
          <person-group person-group-type="author">
            <name>
              <surname>Atashpaz-Gargari</surname>
              <given-names>E.</given-names>
            </name>
          </person-group>
          <article-title>Imperialist competitive algorithm (ICA)</article-title>
          <access-date>(accessed on 10 January 2012)</access-date>
          <comment>Available online:<ext-link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://www.mathworks.com/matlabcentral/fileexchange/22046-imperialist-competitive-algorithm-ica" ext-link-type="uri">http://www.mathworks.com/matlabcentral/fileexchange/22046-imperialist-competitive-algorithm-ica</ext-link></comment>
        </citation>
      </ref>
      <ref id="B29-algorithms-05-00433">
        <label>29.</label>
        <citation citation-type="journal">
          <person-group person-group-type="author">
            <name>
              <surname>Duan</surname>
              <given-names>H.B.</given-names>
            </name>
            <name>
              <surname>Xu</surname>
              <given-names>C.F.</given-names>
            </name>
            <name>
              <surname>Liu</surname>
              <given-names>S.Q.</given-names>
            </name>
            <name>
              <surname>Shao</surname>
              <given-names>S.</given-names>
            </name>
          </person-group>
          <article-title>Template matching using chaotic imperialist competitive algorithm</article-title>
          <source>Pattern Recogn. Lett.</source>
          <year>2010</year>
          <volume>31</volume>
          <fpage>1868</fpage>
          <lpage>1875</lpage>
          <pub-id pub-id-type="doi">10.1016/j.patrec.2009.12.005</pub-id>
        </citation>
      </ref>
      <ref id="B30-algorithms-05-00433">
        <label>30.</label>
        <citation citation-type="journal">
          <person-group person-group-type="author">
            <name>
              <surname>Jain</surname>
              <given-names>T.</given-names>
            </name>
            <name>
              <surname>Nigam</surname>
              <given-names>M.J.</given-names>
            </name>
          </person-group>
          <article-title>Synergy of evolutionary algorithm and socio-political process for global optimization</article-title>
          <source>Expert Syst. Appl.</source>
          <year>2010</year>
          <volume>37</volume>
          <fpage>3706</fpage>
          <lpage>3713</lpage>
        <pub-id pub-id-type="doi">10.1016/j.eswa.2009.11.055</pub-id></citation>
      </ref>
      <ref id="B31-algorithms-05-00433">
        <label>31.</label>
        <citation citation-type="book">
          <person-group person-group-type="author">
            <name>
              <surname>Khorani</surname>
              <given-names>V.</given-names>
            </name>
            <name>
              <surname>Razavi</surname>
              <given-names>F.</given-names>
            </name>
            <name>
              <surname>Ghoncheh</surname>
              <given-names>A.</given-names>
            </name>
          </person-group>
          <article-title>A new hybrid evolutionary algorithm based on ICA and GA: Recursive-ICA-GA</article-title>
          <source>IC-AI</source>
          <person-group person-group-type="editor">
            <name>
              <surname>Arabnia</surname>
              <given-names>H.R.</given-names>
            </name>
            <name>
              <surname>de la Fuente</surname>
              <given-names>D.</given-names>
            </name>
            <name>
              <surname>Kozerenko</surname>
              <given-names>E.B.</given-names>
            </name>
            <name>
              <surname>Olivas</surname>
              <given-names>J.A.</given-names>
            </name>
            <name>
              <surname>Chang</surname>
              <given-names>R.</given-names>
            </name>
            <name>
              <surname>LaMonica</surname>
              <given-names>P.M.</given-names>
            </name>
            <name>
              <surname>Liuzzi</surname>
              <given-names>R.A.</given-names>
            </name>
            <name>
              <surname>Solo</surname>
              <given-names>A.M.G.</given-names>
            </name>
          </person-group>
          <publisher-name>CSREA Press</publisher-name>
          <publisher-loc>Las Vegas, NV, USA</publisher-loc>
          <fpage>131</fpage>
          <lpage>140</lpage>
		  
          <comment>12–15 July 2010</comment>
        </citation>
      </ref>
      <ref id="B32-algorithms-05-00433">
        <label>32.</label>
        <citation citation-type="journal">
          <person-group person-group-type="author">
            <name>
              <surname>Talatahari</surname>
              <given-names>S.</given-names>
            </name>
            <name>
              <surname>Azar</surname>
              <given-names>B.F.</given-names>
            </name>
            <name>
              <surname>Sheikholeslami</surname>
              <given-names>R.</given-names>
            </name>
            <name>
              <surname>Gandomi</surname>
              <given-names>A.H.</given-names>
            </name>
          </person-group>
          <article-title>Imperialist competitive algorithm combined with chaos for global optimization</article-title>
          <source>Commun. Nonlinear Sci.</source>
          <year>2012</year>
          <volume>17</volume>
          <fpage>1312</fpage>
          <lpage>1319</lpage>
          <pub-id pub-id-type="doi">10.1016/j.cnsns.2011.08.021</pub-id>
        </citation>
      </ref>
      <ref id="B33-algorithms-05-00433">
        <label>33.</label>
        <citation citation-type="confproc">
          <person-group person-group-type="author">
            <name>
              <surname>Bahrami</surname>
              <given-names>H.</given-names>
            </name>
            <name>
              <surname>Faez</surname>
              <given-names>K.</given-names>
            </name>
            <name>
              <surname>Abdechiri</surname>
              <given-names>M.</given-names>
            </name>
          </person-group>
          <article-title>Imperialist competitive algorithm using chaos theory for optimization (cica)</article-title>
          <source>Proceedings of the 2010 12th International Conference on Computer Modelling and Simulation (UKSim)</source>
          <conf-loc>Cambridge, UK</conf-loc>
          <conf-date>24–26 March 2010</conf-date>
          <fpage>98</fpage>
          <lpage>103</lpage>
          <comment>IEEE Computer Society Conference Publishing Service</comment>
        </citation>
      </ref>
      <ref id="B34-algorithms-05-00433">
        <label>34.</label>
        <citation citation-type="confproc">
          <person-group person-group-type="author">
            <name>
              <surname>Zhang</surname>
              <given-names>Y.</given-names>
            </name>
            <name>
              <surname>Wang</surname>
              <given-names>Y.</given-names>
            </name>
            <name>
              <surname>Peng</surname>
              <given-names>C.</given-names>
            </name>
          </person-group>
          <article-title>Improved imperialist competitive algorithm for constrained optimization</article-title>
          <source>Proceedings of the International Forum on Computer Science-Technology and Applications, 2009</source>
          <conf-loc>Chongqing, China</conf-loc>
          <conf-date>25–27 December 2009</conf-date>
          <volume>1</volume>
          <fpage>204</fpage>
          <lpage>207</lpage>
        </citation>
      </ref>
      <ref id="B35-algorithms-05-00433">
        <label>35.</label>
        <citation citation-type="journal">
          <person-group person-group-type="author">
            <name>
              <surname>Lin</surname>
              <given-names>J.-L.</given-names>
            </name>
            <name>
              <surname>Cho</surname>
              <given-names>C.-W.</given-names>
            </name>
            <name>
              <surname>Chuan</surname>
              <given-names>H.-C.</given-names>
            </name>
          </person-group>
          <article-title>Imperialist competitive algorithms with perturbed moves for global optimization</article-title>
          <source>Appl. Mech. Mater.</source>
          <year>2012</year>
          <comment>in press.</comment>
        </citation>
      </ref>
      <ref id="B36-algorithms-05-00433">
        <label>36.</label>
        <citation citation-type="journal">
          <person-group person-group-type="author">
            <name>
              <surname>Nozarian</surname>
              <given-names>S.</given-names>
            </name>
            <name>
              <surname>Jahan</surname>
              <given-names>M.V.</given-names>
            </name>
          </person-group>
          <article-title>A novel memetic algorithm with imperialist competition as local search</article-title>
          <source>IPCSIT</source>
          <year>2012</year>
          <volume>30</volume>
          <fpage>54</fpage>
          <lpage>59</lpage>
        </citation>
      </ref>
      <ref id="B37-algorithms-05-00433">
        <label>37.</label>
        <citation citation-type="journal">
          <person-group person-group-type="author">
            <name>
              <surname>Bahrami</surname>
              <given-names>H.</given-names>
            </name>
            <name>
              <surname>Abdechiri</surname>
              <given-names>M.</given-names>
            </name>
            <name>
              <surname>Meybodi</surname>
              <given-names>M.R.</given-names>
            </name>
          </person-group>
          <article-title>Imperialist competitive algorithm with adaptive colonies movement</article-title>
          <source>Int. J. Intell. Syst. Appl.</source>
          <year>2012</year>
          <volume>2</volume>
          <fpage>49</fpage>
          <lpage>57</lpage>
        </citation>
      </ref>
      <ref id="B38-algorithms-05-00433">
        <label>38.</label>
        <citation citation-type="journal">
          <person-group person-group-type="author">
            <name>
              <surname>Ao</surname>
              <given-names>Y.</given-names>
            </name>
            <name>
              <surname>Chi</surname>
              <given-names>H.</given-names>
            </name>
          </person-group>
          <article-title>Differential evolution using opposite point for global numerical optimization</article-title>
          <source>J. Intell. Learn. Syst. Appl.</source>
          <year>2012</year>
          <volume>4</volume>
          <fpage>1</fpage>
          <lpage>19</lpage>
        </citation>
      </ref>
      <ref id="B39-algorithms-05-00433">
        <label>39.</label>
        <citation citation-type="confproc">
          <person-group person-group-type="author">
            <name>
              <surname>Worasucheep</surname>
              <given-names>C.</given-names>
            </name>
          </person-group>
          <article-title>A particle swarm optimization with stagnation detection and dispersion</article-title>
          <source>Proceedings of IEEE World Congress on Computational Intelligence</source>
          <conf-loc>Hong Kong, China</conf-loc>
          <conf-date>1–6 June 2008</conf-date>
          <fpage>424</fpage>
          <lpage>429</lpage>
        </citation>
      </ref>
    </ref-list>
  </back>
</article>
