Module OPTIMA.core
Collection of modules that supply core functionality of the optimization framework.
Expand source code
# -*- coding: utf-8 -*-
"""Collection of modules that supply core functionality of the optimization framework."""
Sub-modules
OPTIMA.core.evaluation-
A module that provides functionality to evaluate the trained models.
OPTIMA.core.inputs-
A module that provides functionality to handle the training inputs.
OPTIMA.core.model-
A module that provides abstract functionality to interact with models from different libraries.
OPTIMA.core.search_space-
A module that provides general functionality to handle the hyperparameter search space.
OPTIMA.core.tools-
Collection of helper functions.
OPTIMA.core.training-
A module that provides general functionality for the training and crossvalidation.
OPTIMA.core.variable_optimization-
Collection of classes and functions needed to perform the input variable optimization.