René Sass
René Sass
With this option ``` "targets": { "build": { "executor": "@nx/webpack:webpack", "outputs": ["{options.outputPath}"], "defaultConfiguration": "production", "options": { "target": "node", "compiler": "tsc", "outputPath": "dist/apps/api", "main": "apps/api/src/main.ts", "tsConfig": "apps/api/tsconfig.app.json", "assets": ["apps/api/src/assets"], "isolatedConfig": true,...
Unfortunately not :( I tried for too long and then give up switching to typebox. Maybe you have better luck?
Please use the version of the development branch. The team is pushing hard to release v2.0.0b2 asap, which solves this problem. Sorry for the inconvenience.
Hey David, you can indeed leave out the instance features. Please read https://automl.github.io/SMAC3/v2.0.0b1/advanced_usage/1_components.html#surrogate-model how instance features influence the results. And you are right, the instance feature values need to be...
Your configspace is too small. Try increasing retries in the intensifier.
The `None` option sounds decent. Haven't thought about that - thanks for pointing out :)
Hey, > I think this may be somewhat related to https://github.com/automl/SMAC3/issues/804, but I'm a bit confused by the [docs](https://automl.github.io/SMAC3/main/advanced_usage/10_continue.html), as t[here](https://github.com/automl/SMAC3/blob/ca4ffba84490a362623f5c11b2cd4c699b0b60ab/docs/advanced_usage/10_continue.rst) is no clear example of this. The v2.0.0a2 docs...
I get what you mean and it probably makes sense. It basically would make the runner useless (basically only parsing), resulting in less code. However, much code has to be...
I often used the walrus operator. Since deepcave depends on nothing, we should just drop python 3.7 here.