ParameterVector

class ParameterVector(name, length=0)[source]

ParameterVector class to quickly generate lists of parameters.

Attributes

ParameterVector.name

Returns the name of the ParameterVector.

ParameterVector.params

Returns the list of parameters in the ParameterVector.

Methods

ParameterVector.__getitem__(key)

ParameterVector.__len__()

ParameterVector.resize(length)

Resize the parameter vector.