License |
License |
---|---|
GroupId | GroupIdorg.cicirello |
ArtifactId | ArtifactIdcycle-mutation-experiments |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionExperiments with the new cycle mutation operator
This package contains Java programs for reproducing the
experiments, and analysis of experimental data, from the following
article: Vincent A. Cicirello. 2022. Cycle Mutation: Evolving Permutations via Cycle Induction.
Applied Sciences, 12, 11, Article 5506 (June 2022). https://doi.org/10.3390/app12115506.
Also available at: https://www.cicirello.org/publications/applsci-12-05506.pdf
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.cicirello/cycle-mutation-experiments/ -->
<dependency>
<groupId>org.cicirello</groupId>
<artifactId>cycle-mutation-experiments</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.cicirello/cycle-mutation-experiments/
implementation 'org.cicirello:cycle-mutation-experiments:1.0.0'
// https://jarcasting.com/artifacts/org.cicirello/cycle-mutation-experiments/
implementation ("org.cicirello:cycle-mutation-experiments:1.0.0")
'org.cicirello:cycle-mutation-experiments:jar:1.0.0'
<dependency org="org.cicirello" name="cycle-mutation-experiments" rev="1.0.0">
<artifact name="cycle-mutation-experiments" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.cicirello', module='cycle-mutation-experiments', version='1.0.0')
)
libraryDependencies += "org.cicirello" % "cycle-mutation-experiments" % "1.0.0"
[org.cicirello/cycle-mutation-experiments "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit Optional | jar | 4.13.2 |