Core Hunter with base data structures

Core Hunter 3 is a fast and flexible tool for multi-purpose core subset selection.

Лицензия

Лицензия

Группа

Группа

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

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

corehunter-base
Последняя версия

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

3.2.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

Core Hunter with base data structures
Core Hunter 3 is a fast and flexible tool for multi-purpose core subset selection.
Система контроля версий

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

http://github.com/corehunter/corehunter3/tree/master/corehunter-base

Скачать corehunter-base

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

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

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
org.jamesframework : james-extensions jar 1.2
uno.informatics.common : informatics-data-impl jar 1.5.0

test (3)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.11
org.seleniumhq.selenium : selenium-java jar 2.44.0
com.opera : operadriver jar 1.5

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

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

Core Hunter 3

Latest release

Coverage Status Build Status

Development snapshot

Coverage Status Build Status

Core Hunter is a tool to sample diverse, representative subsets from large germplasm collections, with minimum redundancy. Such so-called core collections have applications in plant breeding and genetic resource management in general. Core Hunter can construct cores based on genetic marker data, phenotypic traits or precomputed distance matrices, optimizing one of many provided evaluation measures depending on the precise purpose of the core (e.g. high diversity, representativeness, or allelic richness). In addition, multiple measures can be simultaneously optimized as part of a weighted index to bring the different perspectives closer together. Version 3 has been recoded from scratch using the JAMES framework which provides the applied optimization algorithms.

The Core Hunter library is implemented in Java 8 as an open source project (see http://www.corehunter.org). The latest releases can be found on Maven Central or JCenter with your favourite build tool

For example for base library version 3.2.0 using maven, you can use.

<dependency>
    <groupId>org.corehunter</groupId>
    <artifactId>corehunter-base</artifactId>
    <version>3.2.0</version>
</dependency>

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

Версия
3.2.0
3.1.0
3.0.0