LinearDemandFunction.save_to_numpy¶
- LinearDemandFunction.save_to_numpy(file: str, **kwargs) None ¶
Save object into a single file in uncompressed
.npz
format.- Parameters
- filestr or file
Filename as str or open file.
- kwargskeyword arguments, optional
Keyword arguments saved to file.
See also
make_save_dict
numpy.savez
numpy.lib.npyio.NpzFile