Martin van der Schelling

Results 36 issues of Martin van der Schelling

# The problem The `latin` en `sobol` sampler are dependent on a 3rd party library, and should be an examples of implementing a sampler from a 3rd party library instead...

# The problem The package has some dependencies that are not part of the functionalities of the code: - `matplotlib`: there is no need to put this as a dependency,...

The current debug and info logging is not really structured. Especially when debugging an application using f3dasm it would be helpful if clear messages could be logged when certain experiments...

The documentation on the store and load protocol should explicitely say that the extension of the path file needs to be included in the return

documentation

- Explicit naming of samplers: from `grid`, `random` to `grid_sampler`, `randm_sampler` etc.

Some loading methods for custom objects do require other arguments than a `self.path` in order to be loaded into memory. One example is an `equinox.Module` with [`equinox.tree_deserialise_leaves(path_or_file: Union[str, pathlib.Path, BinaryIO],...