smartpy.montecarlo.LHS.run
- LHS.run(compression=None)
Run the simulations for the sample of parameter sets.
- Parameters
- compression:
boolorint Whether the sample output file should be compressed. If the output file format is
'csv', aboolis expected (Trueif compression is requested). If the output file format is'netcdf', aboolor anintis expected to determine the complevel of the Python packagenetCDF4which ranges between 1 and 9 (ifTrue, set to compression level of 6, ifintis provided, the integer value is the complevel). If not provided, set to default valueNone(i.e. no compression is performed).
- compression: