MVN

org.cicirello : permutation-crossover-landscape-analysis

Maven & Gradle

Nov 29, 2023
0 stars

Experiments for: A Survey and Analysis of Evolutionary Operators for Permutations (Vincent A. Cicirello, 2023) · 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.

<dependency>
    <groupId>org.cicirello</groupId>
    <artifactId>permutation-crossover-landscape-analysis</artifactId>
    <version>1.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.cicirello : permutation-crossover-landscape-analysis to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0

All Versions

Choose a version of org.cicirello : permutation-crossover-landscape-analysis to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
permutation-crossover-landscape-analysis-1.0.0

How to add a dependency to Maven

Add the following org.cicirello : permutation-crossover-landscape-analysis maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.cicirello</groupId>
    <artifactId>permutation-crossover-landscape-analysis</artifactId>
    <version>1.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.cicirello : permutation-crossover-landscape-analysis gradle dependency to your build.gradle file:

implementation 'org.cicirello:permutation-crossover-landscape-analysis:1.0.0'

Gradle Kotlin DSL: Add the following org.cicirello : permutation-crossover-landscape-analysis gradle kotlin dependency to your build.gradle.kts file:

implementation("org.cicirello:permutation-crossover-landscape-analysis:1.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.cicirello : permutation-crossover-landscape-analysis sbt scala dependency to your build.sbt file:

libraryDependencies += "org.cicirello" % "permutation-crossover-landscape-analysis" % "1.0.0"

Advertisement