Make learnerND datastructures immutable where possible
At the moment there are a few datastructures that are described as "sets". where possible we should make these frozenset to remove the possibility of them being modified.
Due to a scheduled major TU Delft data center maintenance, this server will be unavailable in the period 10–17 December 2026. We apologize for disruptions; please plan accordingly.
At the moment there are a few datastructures that are described as "sets". where possible we should make these frozenset to remove the possibility of them being modified.