is not current version
Last Version 22

edu.gmu.cs:ecj 20.0

ECJ, A Java-based Evolutionary Computation Research System. ECJ is a research EC system written in Java. It was designed to be highly flexible, with nearly all classes (and all of their settings) dynamically determined at runtime by a user-provided parameter file. All structures in the system are arranged to be easily modifiable. Even so, the system was designed with an eye toward efficiency. ECJ is developed at George Mason University's ECLab Evolutionary Computation Laboratory. The software has nothing to do with its initials' namesake, Evolutionary Computation Journal. ECJ's sister project is MASON, a multi-agent simulation system which dovetails with ECJ nicely.

GroupId

GroupId

edu.gmu.cs
ArtifactId

ArtifactId

ecj
Version

Version

20.0
Type

Type

jar

Download ecj 20.0


<!-- https://jarcasting.com/artifacts/edu.gmu.cs/ecj/ -->
<dependency>
    <groupId>edu.gmu.cs</groupId>
    <artifactId>ecj</artifactId>
    <version>20.0</version>
</dependency>
// https://jarcasting.com/artifacts/edu.gmu.cs/ecj/
implementation 'edu.gmu.cs:ecj:20.0'
// https://jarcasting.com/artifacts/edu.gmu.cs/ecj/
implementation ("edu.gmu.cs:ecj:20.0")
'edu.gmu.cs:ecj:jar:20.0'
<dependency org="edu.gmu.cs" name="ecj" rev="20.0">
  <artifact name="ecj" type="jar" />
</dependency>
@Grapes(
@Grab(group='edu.gmu.cs', module='ecj', version='20.0')
)
libraryDependencies += "edu.gmu.cs" % "ecj" % "20.0"
[edu.gmu.cs/ecj "20.0"]