-
# Design considerations
**Goal:** organize classes for inference and posterior analysis API
* Continuous only, or also discrete parameters? (allow discrete data and generated quantities)
* …
-
implement 3D support
(should work with minor changes)
-
This looks cool, a GPU based powder toy would make it run so much faster.
-
Example:
```rust
let f = 1652185258.8058286;
let a: Decimal = f.to_string().parse().unwrap();
let b = Decimal::try_from(f).unwrap();
let c = Decimal::from_f64_retain(f).unwrap();
println!("try_f…
-
Hello nwchem developers
I found that https://github.com/quantumlib/OpenFermion project allows to make calculations on quantum computing and it can be very fruitful.
Implementation of quantum com…
-
When performing optimization, we collect different measurements. A careful review over the involved metrics and the necessary information should be considered.
This should be documented properly. …
-
### Name
PowerModels
### Screenshots
![PowerModels](https://user-images.githubusercontent.com/1105578/180256943-ba2efe85-dace-4b02-9b5f-9465295dffb0.png)
### Focus Topic
Steady-state tranmissio…
-
### Discussed in https://github.com/networkx/networkx/discussions/6314
Originally posted by **cam4ani** January 3, 2023
Hello,
I am trying to use the approximate_current_flow_betweenness_c…
-
@ybagdasa wrote
> @CamDavidsonPilon I'm trying to use compute_residuals on a dataframe with 5M observations and after tens of minutes it is unclear whether it will ever finish computing. I suspect…
-
Theoretical question:
Is the range `0.0:0.1:1.0`
A) a performance optimization that should behave identically to the vector `[0.0, 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 1.0]` or
B) does it rep…