Open fazerlicourice7 opened 9 months ago
The calculations used to be O(m) where m is number of diff functions / operators. Add a representation that is number of operator of type x that is quick to query. These linear operations will add up.
For example, passive power calculation in simulate.py
The calculations used to be O(m) where m is number of diff functions / operators. Add a representation that is number of operator of type x that is quick to query. These linear operations will add up.