ApolloResearch / rib

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

[WIP] Allow centered neuron basis #315

Closed nix-apollo closed 5 months ago

nix-apollo commented 6 months ago

Centered Neuron basis

Description

Previously when implementing centered basis I hadn't bothered to do it for the neuron basis. I do so now.

How Has This Been Tested?

Added it to the bases in the centered tests.

Does this PR introduce a breaking change?

No.

nix-apollo commented 6 months ago

The constant direction doesn't have the same meaning and thus the tests don't pass. I'm kinda confused about what should happen here. I'll see if I'm inspired to figure it out in the next few days and close if I'm not.