TianningGao

Results 8 comments of TianningGao

> Hi, sorry for the late reply, optimizing the acquisition function values are not parallelized: https://github.com/automl/SMAC3/blob/master/smac/optimizer/ei_optimization.py#L351 > > DASK is only applied to run your target function parallelly , but...

Thank you for your responding! Also, is there any example of the seed configuration file? I need to know the data format in that file.

Got it. Thank you so much!

Is it possible to run PSD-MADS in NOMAD4 just like in NOMAD3? For example, if I set `BB_EXE "$python3 my_func.py"` and `PSD_MADS_OPTIMIZATION TRUE` in "param.txt", will it call PSD-MADS if...

@ctribes Got it, thanks.

Forgot to mention that PSD-MADS is called from python: ``` # already has "$NOMAD_HOME/bin" in "PATH" environment variable. import subprocess, sys cmd = 'nomad nomad4_param.txt' tmp = subprocess.run(cmd, stdout=sys.stdout, stderr=sys.stderr,...

OK, I will try it. Just being curious, in the terminal output there is a warning saying that model is disabled due to high dimensions. Does PSD-MADS still use models...

I tried adding the parameters you mentioned but it still crashed after repeating the experiment 29 times. I will increase display degree to see what NOMAD outputs.