ApolloResearch / rib

Library for methods related to the Local Interaction Basis (LIB)
MIT License
2 stars 0 forks source link

Move ablation schedule from fn to instance methods #281

Closed danbraunai-apollo closed 8 months ago

danbraunai-apollo commented 8 months ago

Move ablation schedule from fn to instance methods

Description

As requested in https://github.com/ApolloResearch/rib/pull/260#discussion_r1453258501, moves the calculation of ablation config to instance methods on subclasses of ScheduleConfig

Does this PR introduce a breaking change?

No