jar

org.cicirello : self-tuning-lam-experiments

Maven & Gradle

Oct 22, 2021
0 stars

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

Table Of Contents

Latest Version

Download org.cicirello : self-tuning-lam-experiments JAR file - Latest Versions:

All Versions

Download org.cicirello : self-tuning-lam-experiments JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window self-tuning-lam-experiments-1.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.cicirello.experiments.selftuninglam

├─ org.cicirello.experiments.selftuninglam.LamTrackingContinuousProblems.class - [JAR]

├─ org.cicirello.experiments.selftuninglam.LamTrackingHolland.class - [JAR]

├─ org.cicirello.experiments.selftuninglam.LamTrackingMix.class - [JAR]

├─ org.cicirello.experiments.selftuninglam.LamTrackingOneMax.class - [JAR]

├─ org.cicirello.experiments.selftuninglam.LamTrackingPlateaus.class - [JAR]

├─ org.cicirello.experiments.selftuninglam.LamTrackingPorcupine.class - [JAR]

├─ org.cicirello.experiments.selftuninglam.LamTrackingRoyalRoads.class - [JAR]

├─ org.cicirello.experiments.selftuninglam.LamTrackingTSP2.class - [JAR]

├─ org.cicirello.experiments.selftuninglam.LamTrackingTrap.class - [JAR]

├─ org.cicirello.experiments.selftuninglam.LamTrackingTwoMax.class - [JAR]

├─ org.cicirello.experiments.selftuninglam.RuntimeComparison.class - [JAR]

org.cicirello.search.sa

├─ org.cicirello.search.sa.SelfTuningLam.class - [JAR]

Advertisement