| License |
License |
|---|---|
| GroupId | GroupIdcom.github.hopshackle |
| ArtifactId | ArtifactIdNTBEA |
| Last Version | Last Version0.3.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionNTBEA
Parameter optimisation with the N-Tuple Bandit Evolutionary Algorithm
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| NTBEA-0.3.0.pom | |
| NTBEA-0.3.0.jar | 6 MB |
| NTBEA-0.3.0-sources.jar | 32 KB |
| NTBEA-0.3.0-javadoc.jar | 433 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.hopshackle/NTBEA/ -->
<dependency>
<groupId>com.github.hopshackle</groupId>
<artifactId>NTBEA</artifactId>
<version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hopshackle/NTBEA/
implementation 'com.github.hopshackle:NTBEA:0.3.0'
// https://jarcasting.com/artifacts/com.github.hopshackle/NTBEA/
implementation ("com.github.hopshackle:NTBEA:0.3.0")
'com.github.hopshackle:NTBEA:jar:0.3.0'
<dependency org="com.github.hopshackle" name="NTBEA" rev="0.3.0">
<artifact name="NTBEA" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hopshackle', module='NTBEA', version='0.3.0')
)
libraryDependencies += "com.github.hopshackle" % "NTBEA" % "0.3.0"
[com.github.hopshackle/NTBEA "0.3.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.4.10 |
| org.jetbrains.kotlin : kotlin-reflect | jar | 1.4.10 |
| org.apache.commons : commons-math3 | jar | 3.6.1 |
| gov.nist.math : jama | jar | 1.0.3 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |