Daniel Mahler
Daniel Mahler
I use Chromer in web heads mode. Occasionally I have had all webheads disappear, prseumably due to a crash. Some I think sometimes it Chromer has asked me to reopen...
When i try to run the following scenario ``` scenario = Scenario({ "run_obj": "quality", # Optimize quality (alternatively runtime) "runcount-limit": 64, "limit_resources": False, "deterministic": False, 'abort_on_first_run_crash': False, "cs": cs, })...
Both SMAC4MF and the [HpBandSter](https://github.com/automl/HpBandSter) package are implementations of the BOHB algorithms by the same github org. HpBandSter does not appear to be actively developed. What are the differences between...
When I set {... 'limit_resources': True ...} in my scenario, the optimization exists in under a minute regardless of what I set 'cutoff' to and all the costs in the...
## Summary Reading and writing Pyomo models to and from MiniZinc and FlatZinc files. ### Rationale Pyomo & MiniZinc share similar goal as solver agnostic tools for specifying optimization problems....
What are the minimum preconditions for `pyzx.extract_circuit` to work? i presume equal number of inputs & outputs is the barest minimum, but I am not clear on the rest. I...
Is it possible to extract intermediate data from plot or do I need to call `reduce` and `cluster` separately in order to capture the intermediate data
animate=False renders static plots, but animate=True renders static empty boxes. https://colab.research.google.com/drive/10LoEodWC7PeMYfMnEf85eK97rXNtS7lh#scrollTo=vpUphrib4qGs
Is there a way to have a hierarchicaly structured configuration space such include arrays or dicts of scalar variables? For example to group say 5 float hyperparameters in a single...
I am experiencing the the issue exactly as described in #12 with emacs 25 and or 8.3 with ob-python freshly installed from MELPA, version 20151010.307 I am running on Linux...