-
### Environment
- **Qiskit Algorithms version**: 1.0.1
- **Python version**: 3.11
- **Operating system**: Linux
### What is happening?
There is only one small error that prevents ADAM fro…
-
I have a loss function that returns `(loss_value, extra_data)`. Native jax supports this kind of construct with `jax.value_and_grad(loss_fn, has_aux=True)` ([doc](https://jax.readthedocs.io/en/latest/…
-
### What happened + What you expected to happen
I am trying to run a regression test on the cartpole example and am running into the issue below.
```
rayvenv) shpa7847@UCB-TDLQ372645 bsk_rl % pyth…
-
### Description
This inquires about the possibility of adding several algorithms to the Mealpy library. These algorithms are detailed on our project website at: https://nci-rc.com/project/.
The al…
-
Cell #1:
```
import numpy as np
import matplotlib.pyplot as plt
from docplex.mp.model import Model
from qiskit import BasicAer
from qiskit.algorithms import QAOA, NumPyMinimumEigens…
-
# **AI-Powered Image Processing for Monitoring Counter Services**
AI system will analyze real-time CCTV footage to detect various events such as customer congestion, idle counters, long waiting times…
-
MS's STL already uses metaprogramming to help the optimizer produce
optimized code. As an example, `std::fill` delegates to `std::memset`
if safe, which has the advantage of guaranteed good performa…
-
- Optimizer
- GradientDescentOptimizer
- AdagradOptimizer
- AdagradDAOptimizer
- MomentumOptimizer
- AdamOptimizer
- FtrlOptimizer
- RMSPropOptimizer
# Reference
- [ ] [An over…
-
Please fix the following issues. To test locally, run:
```
pydocstyle path-to-file --count
```
Run this command before and after fixing the errors. This command prints out the number of errors at th…
-
Penalizer 'Borderlines' from #15 was added in 895526f9732fccc6735c5e8257ac7f1c409166ed. However, it works only with following settings:
- Optimizer is set to Matryoshka.
- Optimizer's `use_borderlin…