[This is preliminary documentation and is subject to change.]

Generates a QBPNetwork

Namespace: Clarion.Framework
Assembly: CLARIONLibrary (in CLARIONLibrary.dll) Version: 6.1.0.7 (6.1.0.7)

Syntax

C#
public QBPNetwork Generate(
	params Object[] parameters
)

Parameters

parameters
Type: array<System..::..Object>[]()[][]
The optional list of parameters to be used for initializing the Q-learning backpropagation network

Return Value

A Q-learning backpropagation network initialized with the specified parameters

Implements

IimplicitComponentFactory<(Of <(<'T>)>)>..::..Generate(array<Object>[]()[][])

See Also