Class YAMLParameterSpace

java.lang.Object
org.uma.evolver.parameter.ParameterSpace
org.uma.evolver.parameter.yaml.YAMLParameterSpace

public class YAMLParameterSpace extends ParameterSpace
A YAML-based parameter space implementation that loads multi-objective metaheuristic parameter configurations from YAML files.

This class extends ParameterSpace to provide dynamic parameter loading capabilities from YAML configuration files. It supports various parameter types including categorical, integer, and double parameters, with full support for nested and conditional parameter structures commonly found in metaheuristic algorithm configurations.

Since:
1.0
Version:
1.0, 1.0
Author:
Antonio J. Nebro, Antonio J. Nebro
See Also: