-
Hello,
I am using RBFopt to optimize a blackbox function with expensive evaluations. It also has a large response surface so i need a lot of evaluations. I have implemented the optimization using t…
-
## Steps to reproduce the issue
I am using Yosys to model a small circuit with some discrete parts. In the attached zip file this circuit is found in aux_bus.v, with blackbox parts in serdes. When …
-
Hi,
I have followed https://github.com/padhi-homelab/services/tree/master/unms to setup UNMS but when starting up it fails due to migration errors in UNMS.
Logs from the UNMS container:
```
ya…
-
I run optimization and get different results. Sometimes it hits the optimum (I have independent "slow" exhaustive search to know the optimum). Sometimes it does not hit it. Are there known rules of th…
-
Good evening!
I try to solve reliability analysis problem using SORM with the Cobyla optimization algorithm. I've set the MaximumEvaluationsNumber to 3, but I'd get much more calls of the PythonFunct…
-
The reset() method in BacktestDataProducer hints that running a backtest with the same data can be repeated
I have not found any trace of its use on the system, but the idea is good
maybe it makes…
-
-
The `COPY(src, dst)` function copies character data from character array `src` to `dst`.
At most `LEN(dst)` characters are copied, and copying stops when a terminating 0X is found. This is the implem…
-
I am trying to use verilator on the .sv (or .v) output from Clash, the high level HDL. Clash has successfully generated netlists and .sv files in Test/TestBench/ but when I run verilator .. -ITest/Te…
-
While running the latest tests from 1.1.0, it seems the `ReaderTest` hangs indefinitely.
This is being ran on Alpine Linux, if that matters.