License |
License |
---|---|
GroupId | GroupIdorg.cicirello |
ArtifactId | ArtifactIdself-tuning-lam-experiments |
Version | Version1.0.0 |
Type | Typejar |
Description |
DescriptionExperiments with the Self-Tuning Lam Annealing Schedule
This package contains Java programs for reproducing the
experiments, and analysis of experimental data, from the following
article: Vincent A. Cicirello. 2021. Self-Tuning Lam Annealing: Learning
Hyperparameters While Problem Solving. Applied Sciences, 11, 21, Article
9828 (November 2021). https://doi.org/10.3390/app11219828. Also available
at: https://www.cicirello.org/publications/applsci-11-09828.pdf
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.cicirello/self-tuning-lam-experiments/ -->
<dependency>
<groupId>org.cicirello</groupId>
<artifactId>self-tuning-lam-experiments</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.cicirello/self-tuning-lam-experiments/
implementation 'org.cicirello:self-tuning-lam-experiments:1.0.0'
// https://jarcasting.com/artifacts/org.cicirello/self-tuning-lam-experiments/
implementation ("org.cicirello:self-tuning-lam-experiments:1.0.0")
'org.cicirello:self-tuning-lam-experiments:jar:1.0.0'
<dependency org="org.cicirello" name="self-tuning-lam-experiments" rev="1.0.0">
<artifact name="self-tuning-lam-experiments" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.cicirello', module='self-tuning-lam-experiments', version='1.0.0')
)
libraryDependencies += "org.cicirello" % "self-tuning-lam-experiments" % "1.0.0"
[org.cicirello/self-tuning-lam-experiments "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.cicirello : chips-n-salsa | jar | 2.12.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit Optional | jar | 4.13.2 |