Last Version

Experiments with the Self-Tuning Lam Annealing Schedule 1.0.0

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

License

License

GroupId

GroupId

org.cicirello
ArtifactId

ArtifactId

self-tuning-lam-experiments
Version

Version

1.0.0
Type

Type

jar
Description

Description

Experiments 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

https://github.com/cicirello/self-tuning-lam-experiments
Project Organization

Project Organization

Cicirello.Org
Source Code Management

Source Code Management

http://github.com/cicirello/self-tuning-lam-experiments/tree/main

Download self-tuning-lam-experiments 1.0.0


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

Dependencies

compile (1)

Group / Artifact Type Version
org.cicirello : chips-n-salsa jar 2.12.1

test (1)

Group / Artifact Type Version
junit : junit Optional jar 4.13.2

Project Modules

There are no modules declared in this project.