Fabio Muratore

Results 14 issues of Fabio Muratore

Hi there, I am rather new to normalizing flows and recently started looking into your library. Therefore I would like to answer the following question: In the readme, you append...

## What? This is a minimal PR providing the possibibility to pass the same flags to `OmegaConf.load()` that can be used when calling `OmegaConf.create()`. ## Why? I created a custom...

## What does this implement/fix? Explain your changes ... ## Does this close any currently open issues? Fixes #743 ## Any relevant code examples, logs, error output, etc? ... ##...

When running the tests using pytest in PyCharm (Community Edition 2023/3) I got the following error ``` Fatal Python error: init_import_size: Failed to import the site module Python runtime state:...

Hi PyJulia team, I'm just getting started with porting a Julia package to a Python module. On the Python side, all the interaction will be with PyTorch tensors. I noticed...

See issue #101 Do not cast sigma to a builtin float but keep it as a torch.Tensor. Now the return type also matches with the superclass.

I suspect this to be a bug, however, did not spend much time with your CMAES implementation. [This line](https://github.com/nnaisense/evotorch/blob/master/src/evotorch/algorithms/cmaes.py#L392) tries to cast `self.sigma` to a building float. I think that...

Hi there, I want to export a very basic Simulink model as a Co-Simulation FMU (v2) from Windows for Linux. To achieve this, I was following [your tutorial](https://github.com/CATIA-Systems/FMIKit-Simulink/blob/main/docs/fmu_export.md). I am...

Even after reading the classification tutorial, I did not fully understand when and how to use the `proxy_ineq_defect`. In my case, I am running a dynamics simulation given a set...

enhancement

## Enhancement A tutorial example for the generation of time series data w.r.t. to constrains on the values. An open question to me is if the inequalities below should result...

enhancement
todo