-
**Broad Scope**
This package will serve as the source for line search algorithms in SciML packages for nonlinear and optimization solvers. Multiple dispatch should be ensured so that downstream pac…
-
Right now, we have a challenge API, but it does not allow to use black-box operations on it.
For example, if I generate the challenge, I can produce a primitive expression, using Expression::Challe…
-
What I'm looking for is a way to force yosys to use a signal without looking at "where / how" that signal is generated when optimizing.
So for instance, take that snippet of code :
```verilog
w…
-
Hello.
I am running some simulations and I am trying to optimize for some parameter. The simulation fails sometimes when I give a large value of m, n (say m=n=100) by giving an error related to a sin…
ghost updated
7 years ago
-
On a recent study (https://dl.acm.org/doi/abs/10.1145/3597312) I've noticed that the difference between the top-N (N = 15 or more) algorithms in most datasets are insignificant. They only differ on a …
-
Is there a code example for implementation of parallelizing the optimization on a computer cluster?
Thanks
-
Can we get an update for Python version 3.9 as well?
-
I believe it would be useful to be able to run designs through the alpha-release flow while setting an enumerated list of modules to black boxes to get statistics on the design as early feedback to th…
-
Benchmarks frequently need to prevent certain compiler optimizations that may optimize away parts of the code the programmer intends to benchmark. Usually, this comes up in two situations where the be…
-
Hi, thanks for the great package! Very interesting new methods.
I wanted to check: what's the best way to deal with an external function? For example, I have data X and Y data from a black-box func…