|
|
lucid
0.0.2
Lifting-based Uncertain Control Invariant Dynamics
|
Simple dataclass used to store the configuration of the program. More...
#include <Configuration.h>
Public Types | |
| enum class | Optimiser { GUROBI , ALGLIB , HIGHS , SOPLEX } |
| Underlying optimiser to use. More... | |
| enum class | Estimator { KERNEL_RIDGE_REGRESSOR , MODEL_ESTIMATOR } |
| Estimator class to use for regression. More... | |
| enum class | Kernel { GAUSSIAN_KERNEL } |
| Kernel class to use for the estimator. More... | |
| enum class | FeatureMap { LINEAR_TRUNCATED_FOURIER_FEATURE_MAP , CONSTANT_TRUNCATED_FOURIER_FEATURE_MAP , LOG_TRUNCATED_FOURIER_FEATURE_MAP } |
| Feature map class to use for transformation. More... | |
Simple dataclass used to store the configuration of the program.
|
strong |
|
strong |
|
strong |
|
strong |