Last Version

james-core 1.2

The JAMES core module is part of the JAMES framework for discrete optimization using local search metaheuristics in Java. The core contains many general components for both problem specification and search application. It includes a wide range of generic optimization algorithms to solve the specified problems. Moreover, the core provides implementations of specific components for subset selection.

License

License

GroupId

GroupId

org.jamesframework
ArtifactId

ArtifactId

james-core
Version

Version

1.2
Type

Type

jar
Description

Description

james-core
The JAMES core module is part of the JAMES framework for discrete optimization using local search metaheuristics in Java. The core contains many general components for both problem specification and search application. It includes a wide range of generic optimization algorithms to solve the specified problems. Moreover, the core provides implementations of specific components for subset selection.
Source Code Management

Source Code Management

https://github.com/hdbeukel/james-core

Download james-core 1.2


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

Dependencies

compile (1)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.12

test (2)

Group / Artifact Type Version
junit : junit jar 4.12
ch.qos.logback : logback-classic jar 1.1.3

Project Modules

There are no modules declared in this project.