ZHUO Qiang
ZHUO Qiang
I like the idea of independent normalization function. It is more flexible and extensible. while the normalize parameter could use str as argument for build-in normalization functions, it could be...
My workflow is like this: 1. Edit the paired python file in Emacs 2. Refresh the corresponding notebook in browser to get the updated content 3. Re run the updated...
Done --- account: zhuoqiang email: [email protected]
I would like to confirm which version/tag is currently hosted in conan.io as mdspan 0.1.0? It seems there's no `dextents` alias there. Is there any plan to update latest version...
same issue here in Windows x64. The punctuations are randomly overlapped with other char in Emacs/GDB, etc.
I have confirmed there is no such issue in `v1.0.181` and this bug appears at least in `v1.0.188` (maybe early but definitaly not before 181)
> Hello @zhuoqiang > > In #3065, we added the "+" button to the nav bar to add URLs. > > So it is now possible. @remychantenay thank you very...
@krzysztof-jusiak Any luck finding the version with additional param in `process_event()`?
is it possible to add a `filter` / `checker` / `transformator` layer in between sampling from space and call the objective function? So that parameters could be checked / transformed...
The problem of including filtering/validation function into the so-called objective function is that the `max_evals` still count for the invalid paramters. Maybe we could provide a flag to `fmin()` to...