Skip to content

Commit

Permalink
Citations to articles on permutation operators
Browse files Browse the repository at this point in the history
  • Loading branch information
cicirello committed Dec 1, 2023
1 parent bed0100 commit 528d944
Showing 1 changed file with 28 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,34 @@
* href="https://jpt.cicirello.org/api/org.cicirello.jpt/module-summary.html">JPT's API
* documentation</a>.
*
* <p>For a survey covering the breadth of evolutionary operators available for permutations, along
* with an analysis of crossover operators that identifies the permutation features (e.g.,
* positions, edges, precedences, etc) that different crossover operators effectively optimize, see
* the following paper:
*
* <p>Vincent A. Cicirello. <a
* href="https://www.cicirello.org/publications/cicirello2023ecta.html">A Survey and Analysis of
* Evolutionary Operators for Permutations</a>. In <i>Proceedings of the 15th International Joint
* Conference on Computational Intelligence</i>, pages 288-299. November 2023. doi:<a
* href="https://doi.org/10.5220/0012204900003595">10.5220/0012204900003595</a>. <a
* href="https://www.cicirello.org/publications/cicirello2023ecta.pdf">[PDF]</a> <a
* href="https://www.cicirello.org/publications/cicirello2023ecta.bib">[BIB]</a> <a
* href="https://doi.org/10.5220/0012204900003595">[DOI]</a>
*
* <p>The following paper provides an analysis of many of the mutation operators that identifies the
* permutation features (e.g., positions, edges, precedences, etc) that different crossover
* operators effectively optimize:
*
* <p>Vincent A. Cicirello. <a
* href="https://www.cicirello.org/publications/cicirello2023mone.html">On Fitness Landscape
* Analysis of Permutation Problems: From Distance Metrics to Mutation Operator Selection</a>.
* <i>Mobile Networks and Applications</i>, 28(2): 507-517, April 2023. doi:<a
* href="https://doi.org/10.1007/s11036-022-02060-z">10.1007/s11036-022-02060-z</a>. <a
* href="https://www.cicirello.org/publications/Cicirello-MONE-2022.pdf">[PDF]</a> <a
* href="https://www.cicirello.org/publications/cicirello2023mone.bib">[BIB]</a> <a
* href="https://doi.org/10.1007/s11036-022-02060-z">[DOI]</a> <a
* href="https://rdcu.be/cZgYG">[PUB]</a> <a href="https://arxiv.org/abs/2208.11188">[arXiv]</a>
*
* @author <a href=https://www.cicirello.org/ target=_top>Vincent A. Cicirello</a>, <a
* href=https://www.cicirello.org/ target=_top>https://www.cicirello.org/</a>
*/
Expand Down

0 comments on commit 528d944

Please sign in to comment.