Last Version

Experiments with the new cycle mutation operator 1.0.0

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

License

License

GroupId

GroupId

org.cicirello
ArtifactId

ArtifactId

cycle-mutation-experiments
Version

Version

1.0.0
Type

Type

jar
Description

Description

Experiments 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

https://github.com/cicirello/cycle-mutation-experiments
Project Organization

Project Organization

Cicirello.Org
Source Code Management

Source Code Management

http://github.com/cicirello/cycle-mutation-experiments/tree/main

Download cycle-mutation-experiments 1.0.0


<!-- 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"]

Dependencies

test (1)

Group / Artifact Type Version
junit : junit Optional jar 4.13.2

Project Modules

There are no modules declared in this project.