-
# 🚀 Feature Request
I would like to optimize the hyperparameters on a custom environment for PE-TS and other algorithms.
## Motivation
How did you find the optimal hyperparameters for the alg…
ss555 updated
2 years ago
-
While working on [reproducible builds](https://reproducible-builds.org/) for [openSUSE](https://en.opensuse.org/openSUSE:Reproducible_Builds), I found that our `colord` 1.4.6 build output varied depen…
-
I would like to suggest adding Optimization functions, machine learning and deep learning algorithms in this repository. This can be added in a separate folder called `machine_learning` folder. Furthe…
-
`__getitem__` is another important property for our `DataContainer` class, https://numpy.org/doc/stable/reference/c-api/array.html
```python
import numpy as np
xnp = np.random.randint(1,1…
-
- Momentum shouldn't be stored in the layers any more. This will free us up to use a broader set of optimisation algorithms. We will however need to provide a class for fast updates and manipulations …
-
Hello. I am currently using Mac M1. And running the following code. It shows the error from the pybind11 ``` ROL.Algorithm("Line Search", params)```. Does anyone know why``` "Line search"``` be recog…
-
What's the meaning of "learingRate" in struct "conv" of cnn_cifar_init.m. when i delete the hyperparameter,the net do not work?
-
### Scenario trees/lattice reading
Scenarios for multistage stochastic programs
https://www.karlin.mff.cuni.cz/~kopa/papers/vanc-ed.pdf
Overview of scenario tree generation methods, applied in …
msz13 updated
1 month ago
-
There is a problem when using poisson noise method from TestData and acquisitionData. Probably is some scaling issue using np.random.poisson
``` python
from ccpi.framework import ImageData, Ima…
-
Debrief uses a maths library maintained by a university professor:
http://www.ee.ucl.ac.uk/~mflanaga/java/
Whilst it was originally an Open Source library, it was unavailable for a period, and is now…