|
SmartEngine
1.6.0
|
Data used to construct a choice node instance More...
#include <CommonNodes.h>
Public Attributes | |
| IGraphNode * | input = nullptr |
| Node to choose from. This should have no activation applied when using a random decision algorithm. More... | |
| ChoiceType | type = ChoiceType::Random |
| The decision algorithm to use. More... | |
| int | axis = 1 |
| Axis to take choices from. 0 = row, 1 = column More... | |
Public Attributes inherited from SmartEngine::GraphNodeCInfo | |
| const char * | name = nullptr |
| The name of this node. More... | |
| IContext * | context = nullptr |
| Context this node belongs to. Only graph nodes of the same context can be connected. More... | |
Data used to construct a choice node instance
| int SmartEngine::ChoiceNodeCInfo::axis = 1 |
Axis to take choices from. 0 = row, 1 = column
| IGraphNode* SmartEngine::ChoiceNodeCInfo::input = nullptr |
Node to choose from. This should have no activation applied when using a random decision algorithm.
| ChoiceType SmartEngine::ChoiceNodeCInfo::type = ChoiceType::Random |
The decision algorithm to use.