Skip to main content

Module hyperparameter

Module hyperparameter 

Source
Expand description

Hyperparameter adaptation mechanisms

This module provides various approaches to hyperparameter control in evolutionary algorithms, following Eiben et al.’s classification:

  1. Deterministic Control (Schedules): Parameters change according to a predetermined schedule
  2. Adaptive Control: Parameters adapt based on feedback from the search process
  3. Self-Adaptive Control: Parameters are encoded in the genome and evolve
  4. Bayesian Learning: Parameters are inferred using probabilistic methods

Modules§

adaptive
Adaptive control mechanisms
bayesian
Bayesian hyperparameter learning
prelude
schedules
Parameter schedules for deterministic control
self_adaptive
Self-adaptive control mechanisms