copy# AlgorithmConfig.copy(copy_frozen: bool | None = None) → Self[source]# Creates a deep copy of this config and (un)freezes if necessary. Parameters: copy_frozen (bool | None) – Whether the created deep copy is frozen or not. If None, keep the same frozen status that self currently has. Returns: A deep copy of self that is (un)frozen. Return type: Self