deepfold.config.ExperimentallyResolvedLossConfig

class deepfold.config.ExperimentallyResolvedLossConfig(weight: 'float' = 0.0, min_resolution: 'float' = 0.1, max_resolution: 'float' = 3.0, eps: 'float' = 1e-08)[source]
__init__(weight: float = 0.0, min_resolution: float = 0.1, max_resolution: float = 3.0, eps: float = 1e-08) None

Methods

__init__([weight, min_resolution, ...])

Attributes

eps

max_resolution

min_resolution

weight