p

permutation-crossover-landscape-analysis

This package contains Java code to reproduce the experiments of the following conference paper: Vincent A. Cicirello. 2023. A Survey and Analysis of Evolutionary Operators for Permutations. Proceedings of the 15th International Joint Conference on Computational Intelligence, pages 288-299. https://doi.org/10.5220/0012204900003595.
https://github.com/cicirello/permutation-crossover-landscape-analysis
GPL-3.0-or-later
Cicirello.org
Vincent A Cicirello
Files download
File Operation
permutation-crossover-landscape-analysis-1.0.0.jar download
permutation-crossover-landscape-analysis-1.0.0.pom download
permutation-crossover-landscape-analysis-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.cicirello</groupId>
  <artifactId>permutation-crossover-landscape-analysis</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'org.cicirello:permutation-crossover-landscape-analysis:1.0.0'
Gradle Kotlin
implementation("org.cicirello:permutation-crossover-landscape-analysis:1.0.0")
Scala SBT
libraryDependencies += "org.cicirello" % "permutation-crossover-landscape-analysis" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='org.cicirello', module='permutation-crossover-landscape-analysis', version='1.0.0')
)
Apache Ivy
<dependency org="org.cicirello" name="permutation-crossover-landscape-analysis" rev="1.0.0" />
Leiningen
[org.cicirello/permutation-crossover-landscape-analysis "1.0.0"]
Apache Buildr
'org.cicirello:permutation-crossover-landscape-analysis:jar:1.0.0'