deepfold.config.ViolationLossConfig

class deepfold.config.ViolationLossConfig(weight: 'float' = 0.0, violation_tolerance_factor: 'float' = 12.0, average_clashes: 'bool' = False, clash_overlap_tolerance: 'float' = 1.5, eps: 'float' = 1e-06)[source]
__init__(weight: float = 0.0, violation_tolerance_factor: float = 12.0, average_clashes: bool = False, clash_overlap_tolerance: float = 1.5, eps: float = 1e-06) None

Methods

__init__([weight, ...])

Attributes

average_clashes

clash_overlap_tolerance

eps

violation_tolerance_factor

weight