Download ecj-4.6.1.jar file - Jar e

Jar examples for e:ecj

Description

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.

You can download jar file ecj 4.6.1 in this page.

License

The Academic Free License, version 3.0

Build File

You can use the following script to add ecj-4.6.1.jar to your project.

<dependency>
   <groupId>org.eclipse.jdt.core.compiler</groupId>
   <artifactId>ecj</artifactId>
   <version>4.6.1</version>
</dependency>
compile group: 'org.eclipse.jdt.core.compiler', name: 'ecj', version: '4.6.1'
libraryDependencies += "org.eclipse.jdt.core.compiler" % "ecj" % "4.6.1"
<dependency org="org.eclipse.jdt.core.compiler" name="ecj" rev="4.6.1"/>
@Grapes(@Grab(group='org.eclipse.jdt.core.compiler', module='ecj', version='4.6.1'))
'org.eclipse.jdt.core.compiler:ecj:jar:4.6.1'

Download

Click the following link to download the jar file.

ecj-4.6.1-javadoc.jar
ecj-4.6.1-sources.jar
ecj-4.6.1.jar
ecj-4.6.1.pom



Related Tutorials