- class foxes.core.FData(foxes.core.Data)[source]
Container for foxes farm data.
Each farm data entry has (n_states, n_turbines) shape, except the dimensions.
Public members¶
- property n_states
The number of states
- property n_turbines
The number of turbines
- __getitem__(key)[source]
x.__getitem__(y) <==> x[y]