-
Dear Scikit-Optimize maintainers,
This is Dr. Zaikun Zhang from The Hong Kong Polytechnic University. Together with Professor [N.I.M. Gould](https://www.numerical.rl.ac.uk/people/nimg/), I am respo…
-
Hello,
Let me start by saying that I am a fan of your work here. I have recently open-sourced by GNN-based meta-learning method for optimization. I have applied it to the sparse index-tracking prob…
-
Hello GSoC mentors,
My name is Abhi Jadhav, and I am an undergraduate student at Duke University studying biomedical engineering and computer science. Throughout my studies, I have developed a pas…
a1pha updated
5 years ago
-
Hello, I am very interested in your outstanding work and would like to reproduce your project. Therefore, I would like to inquire about the specific environment for executing the steps of STEP 2 Ampli…
-
We plan to use [the handshake type system](https://github.com/EPFL-LAP/dynamatic/blob/main/docs/Specs/TypeSystem.md) to support a variety of optimization strategies like multi-threaded or speculative …
-
The following code runs around 300% slower on Zen 4 when optimized for `znver4` or `skylake` than when optimized for `znver3` or other targets.
```rust
pub fn sum(a: &[i64]) -> i64 {
let mut …
-
I [tried this code](https://play.rust-lang.org/?version=stable&mode=release&edition=2021&gist=9078cfb7b98e213bb02373f54e8b19b2):
```rust
pub fn foo() -> (usize, usize, bool) {
let a: *const u…
-
Recently, I tried to write a unit-test about memory allocation & deallocation for my embedded system, with usage of `Global.allocate_zeroed` (in fact `Global.allocate` also reproduces this bug) and `#…
-
Your work is excellent, but I have a few questions:
1. In the adversarial loss for dodging attacks, why is the cosine distance between the generated identity and the target identity used as the fir…
-
Copied from the discussion in #1252:
> I am not sure that this change in API makes a big difference. It means that if one wants to have more specialised callbacks, then one can recycle some code by…