-
foxes.core.Engine(chunk_size_states=
None, chunk_size_points=None, n_procs=None, progress_bar=True, verbosity=1)[source] Constructor.
ParametersΒΆ
- chunk_size_states: int, optional
The size of a states chunk
- chunk_size_points: int, optional
The size of a points chunk
- n_procs: int, optional
The number of processes to be used, or None for automatic
- progress_bar: bool, optional
Use a progress bar instead of simply printing lines of reached percentages. Unless progress_bar is None, then neither
- verbosity: int
The verbosity level, 0 = silent