David Walz

Results 9 issues of David Walz

Hi, I noticed that ParEGO fails once the dataset has >= 512 entries. ## To reproduce ```python import torch from botorch.acquisition.monte_carlo import qExpectedImprovement from botorch.acquisition.objective import GenericMCObjective from botorch.fit import...

bug
upstream issue

``` sh >>> git submodule update Cloning into 'static'... Warning: Permanently added the RSA host key for IP address '192.30.252.128' to the list of known hosts. Permission denied (publickey). fatal:...

@beangoben First of all, thanks for providing model and data in form of a well formatted notebook. It's exciting to see that this good practice is spreading more and more...

Sophia occasionally crashes with `sophiaevent: theta < -1.D0: -1.0000067840120266` reported by @DavidWit

bug (physics)
more-info-needed

``` Exception in crpropa::ModuleList::run: nuclearMass: nucleus not found 86, 44 ``` ``` Exception in crpropa::ModuleList::run: nuclearMass: nucleus not found 114, 55 ``` simulation setup ``` ModuleList SimplePropagation: Step size =...

bug (physics)
more-info-needed

AffineTransform.augment should readd columns at the original position. This is just optics but it helps readibility.

enhancement

The intent of the target value in ``Minimize` and `Maximize` is for when the objective is used as an output constraint. For example `Maximize("stability", target=0.5)` requires stability > 0.5. This...

```python smaller_problem = subproblem( problem, outputs=list_of_output_names, ) ```