-
Thanks to @kcoffau and @purcell-lab, there seems to be possibly a few bugs in the battery optimization that either freezes the optimization or generates incorrect output. Version: `0.11.x`
## Param…
-
运行在容器中 running in a container
使用gpu会报显存不足 use gpu
```shell
ERROR: Model running Error: CUDA out of memory. Tried to allocate 2.37 GiB. GPU 0 has a total capacty of 23.69 GiB of which 2.03 GiB is fr…
-
I have a question regarding how climate constraints, such as target temperature or radiative forcing for the year 2100, actually function within the GCAM model.
From what I understand, GCAM creates a …
-
### What should we add?
[1] proposed an efficient way to synthesize the following special pattern of two-body terms (`IZZ` and `ZZI`) and three-body term (`ZZZ`) (Fig. 2 [1]).
It can halve the number…
-
Currently we have `Symbol.__repr__()` implemented
```python
In [1]: from dwave.optimization import Model
In [2]: model = Model()
In [3]: i = model.integer()
In [5]: repr(i)
Out[5]: ''
```
However,…
-
**Describe the bug**
My model use deepspeed `PipelineModule(num_stages=4)` split into 4 parts, and my `deepspeed.moe.layer.MoE` is only set in the pipeline stage1 layer. When my model `train_batch`, t…
-
**Huber Loss**
**Metric's category - Regression**
**Metrics formula**
![Huber Loss](https://github.com/user-attachments/assets/17d8de77-1766-4f1c-8576-fe18c22759f2)
**Describe the metrics us…
-
Thank you very much for providing the valuable benchmark for the MU community.
I notice that you report the IRA and CRA metrics for the SEOT method in Table.2 . After I check your script in `sampli…
-
To evaluate the behavior of the two agent types—**IndividualAgent** (competitive, individualistic behavior) and **SystemAgent** (collaborative, cooperative behavior)—design a series of experiments tha…
-
This ticket is a recreation and shortening of a mail conversation between @Heizmann , @alexandernutz , @jhoenicke and @danieldietsch .
@Heizmann proposed the following change to our memory model:
…