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.

Лицензия

Лицензия

Группа

Группа

org.jamesframework
Идентификатор

Идентификатор

james-core
Последняя версия

Последняя версия

1.2
Дата

Дата

Тип

Тип

jar
Описание

Описание

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.
Система контроля версий

Система контроля версий

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

Скачать james-core

Как подключить последнюю версию

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

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
org.slf4j : slf4j-api jar 1.7.12

test (2)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.12
ch.qos.logback : logback-classic jar 1.1.3

Модули Проекта

Данный проект не имеет модулей.

JAMES Core Module

Build Status Coverage Status Maven Central

The JAMES core module is part of the JAMES framework.

The core module includes many general components for both problem specification and search application.

A wide range of local search algorithms are provided out-of-the-box, including

  1. Random descent (basic local search)
  2. Steepest descent
  3. Tabu search
  4. Variable neighbourhood search
  5. Metropolis search
  6. Parallel tempering
  7. ...

Exhaustive search is also available, which is of course only feasible for problems with a reasonably small search space.

In addition, the core contains specific components for subset selection such as a predefined solution type, a generic problem specification and various subset neighbourhoods, as well as a greedy subset sampling heuristic (LR subset search).

Documentation

More information, user documentation and examples of how to use the framework are provided at the website. Additional developer documentation is posted on the wiki.

License and copyright

The JAMES core 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.

Версии библиотеки

Версия
1.2
1.1
1.0
0.2
0.1