Closed bwpriest closed 1 year ago
Presently, brittle conditionals still proliferate in the codebase. We need to eventually remove all of this stuff with proper object-oriented design and inheritance to avoid yucky updates when we have to add features.
PR #190 makes the treatment of loss functions ifless.
PR #193 makes sigma_sq ifless.
sigma_sq
addressed by v0.8.0
Presently, brittle conditionals still proliferate in the codebase. We need to eventually remove all of this stuff with proper object-oriented design and inheritance to avoid yucky updates when we have to add features.