deeperwin.model.SymmetricFeatures
- class deeperwin.model.SymmetricFeatures(*args, **kwargs)[source]
 Bases:
haiku._src.module.Module- __init__(config: deeperwin.configuration.EmbeddingConfigFermiNet, mlp_config: deeperwin.configuration.MLPConfig, n_up, name='symm_features')[source]
 Initializes the current module with the given name.
Subclasses should call this constructor before creating other modules or variables such that those modules are named correctly.
- Parameters
 name – An optional string name for the class. Must be a valid Python identifier. If
nameis not provided then the class name for the current instance is converted tolower_snake_caseand used instead.
Methods
__init__(config, mlp_config, n_up[, name])Initializes the current module with the given name.