-
With this ```x.smi``` file: ```O=C(O)CCCCC``` I run this command:
```
obabel -i smi x.smi -o xyz -O x1.xyz --gen3d
```
The produced outputs are a little bit different with every run:
```
$ dif…
-
From a discussion on Discord with StraightShoota about scoped variables. I think it could be useful to be able to limit the scope of a variable in a syntactically sound manner, for example:
```cr
…
-
**Is your design idea/issue related to a use case or problem? Please describe.**
There is a zoo of quantum states and special representations they admit:
* computational basis states (which can b…
-
Below listed the lint issues. Will there be a fix?
```
…
-
Hello,
I would like to divide population by crossover method, calculate the feature value of each crossover method, and return the value as credit.
Is there a way to divide population by crossove…
-
# Introduction
I've been doing a lot of testing using the bias calculation method used in the repo lately, and I wanted to calculate the best possible bias (the bias that would occur if swapping on…
-
The docs say:
> Randomization. In contrast with scikit-learn, estimators in fairlearn can produce randomized predictors. Randomization of predictions is required to satisfy many definitions of fair…
-
I found this while porting some existing Ruby code to Crystal.
This seems like a useful feature and it'd be nice to maintain the rand/srand symmetry that Ruby has.
Thanks!
-
## Summary
Introduce a `Immutable` trait which indicates that a type contains no `UnsafeCell`s. Allow `FromZeros`, `FromBytes`, and `AsBytes` on types with `UnsafeCell`s and use `Immutable` as a bo…
-
The discussion about enforcing (ensuring?) determinism in WASI has already been started and touched upon in a couple of issues here and there (#185, #118, bytecodealliance/wasmtime#748, if I missed an…