james-examples

The JAMES examples module is part of the JAMES framework for discrete optimization using local search metaheuristics in Java. It provides a series of example problem implementations where different algorithms are applied to obtain solutions.

License

License

GroupId

GroupId

org.jamesframework
ArtifactId

ArtifactId

james-examples
Last Version

Last Version

1.2
Release Date

Release Date

Type

Type

jar
Description

Description

james-examples
The JAMES examples module is part of the JAMES framework for discrete optimization using local search metaheuristics in Java. It provides a series of example problem implementations where different algorithms are applied to obtain solutions.
Source Code Management

Source Code Management

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

Download james-examples

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
org.jamesframework : james-core jar 1.2
org.jamesframework : james-extensions jar 1.2
org.slf4j : slf4j-api jar 1.7.12

test (3)

Group / Artifact Type Version
org.jamesframework : james-core test-jar 1.2
junit : junit jar 4.12
ch.qos.logback : logback-classic jar 1.1.3

Project Modules

There are no modules declared in this project.

JAMES Examples Module

Build Status Maven Central

The JAMES examples module is part of the JAMES framework.

This module provides a series of example problem implementations.

Documentation

Documentation for all implemented examples is provided at the website.

License and copyright

The JAMES examples module is licensed under the Apache License, Version 2.0, see LICENSE file or http://www.apache.org/licenses/LICENSE-2.0. Copyright information is stated in the NOTICE file.

User forum

Users may post questions on the forum. Instructions for participating without a Google account are available at the website.

Developers

The JAMES framework is developed and maintained by

Please use the forum instead of directly mailing the developers whenever possible, so that others may benefit from or contribute to the discussion as well.

Changes

A list of changes is provided in the CHANGES file.

Versions

Version
1.2
1.1.1
1.1
1.0
0.2.1
0.2
0.1