Navigation
API > API/Plugins > API/Plugins/Learning
References
| Module | Learning |
| Header | /Engine/Plugins/Experimental/LearningAgents/Source/Learning/Public/LearningNeuralNetwork.h |
| Include | #include "LearningNeuralNetwork.h" |
Syntax
struct FNeuralNetworkFunction
Remarks
Neural-network based function object.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FNeuralNetworkFunction
(
const int32 InMaxInstanceNum, |
Constructs a Neural Network Function from the given Neural Network |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Evaluate
(
TLearningArrayView< 2, float > Output, |
Evaluate this network for the given instances. | |
| const TSharedPtr< FNeuralNetwork > & | Gets the NeuralNetwork associated with this function | ||
| void | UpdateNeuralNetwork
(
const TSharedPtr< FNeuralNetwork >& NewNeuralNetwork |
Sets the NeuralNetwork and re-creates the NeuralNetworkInference object. |