Navigation
API > API/Plugins > API/Plugins/Learning
References
| Module | Learning |
| Header | /Engine/Plugins/Experimental/LearningAgents/Source/Learning/Public/LearningCMAOptimizer.h |
| Include | #include "LearningCMAOptimizer.h" |
Syntax
struct FCMAOptimizerSettings
Remarks
Settings for the CMA Optimizer
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | InitialStepSize | The size of the initial exploration region for CMA. | |
| float | SurvialRatio | What ratio of samples are used to update the covariance matrix and how many are discarded. |