Jakob Richter

Results 158 comments of Jakob Richter

Unfortunately it is a bit hard to do it now because of the way the history is saved. I am working heavily on related issues at the moment and I...

Just by looking at the constraints it looks like they are too narrow (and partly don't make sense) Forbidden: `x2 >x1 | x3 > x4` In other words: x2 should...

In MOO there is no final best but only a set of points that are pareto optimal. You have to change makeMBOControl ``` control=makeMBOControl(propose.points=1) ```

The latest change prevents the random proposals to be to close of each other. Previously the random replacements did not get checked for their proximity.

Hi, you are using the initial design in a weird way. It is simply too small for your big search space. Why do you generate the design with `max.budget` points...

True, my answer is kind of restricted to the surrogate. However, I have doubts that the surrogate will work so well, especially the uncertainty estimation for unknown factors. I am...

Okay, this is not an easy fix because naturally the Adaptive Infill Crit needs a progress value which is not necessarily present for SMBO. Options: 1) Error if AdaCB is...

Okay. So we are waiting for [the PR in ParamHelpers for "splitVectorParamsFunction"](https://github.com/berndbischl/ParamHelpers/pull/151) and then we will refactor the code.

The component that is failing is the optimization of the infill criterion. At the moment it's hard for me to reproduce or yet think of a way to produce this...