You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this issue is a tracker for all features that I consider(ed) to add, at some point, to the integraal crate; this only includes features related to the purpose of the crate, not all possible changes to this repository (e.g. having a better test coverage)
Feature list
Priority for the first "full" release
Complete implementation for any combination of method / function descriptor / domain descriptor:
add a matrix in doc indicating which methods are implemented for each parameters
Others
Complete the implementation for the Monte-Carlo method
Implement "execution back-ends" to handle multiple execution policy (e.g. sequential, parallel using rayon, parallel using wgpu) the 0.1.0 can be sequential only
Gate all additionnal computation methods / back-ends behind features; The result should be a fully additive list of features
Add support for multi-dimensional integral computations out of scope
Updates
12/05: Organize features for a potential 0.1.0 release
The text was updated successfully, but these errors were encountered:
Integraal roadmap
this issue is a tracker for all features that I consider(ed) to add, at some point, to the
integraal
crate; this only includes features related to the purpose of the crate, not all possible changes to this repository (e.g. having a better test coverage)Feature list
Priority for the first "full" release
ComputeMethod::Rectangle
byComputeMethod::RectangleLeft
&ComputeMethod::RectangleRight
f64
usage by a genericT: ...
: refactor!: replace f64 by generics #13num
dep bynum_traits
#17&mut self
bymut self
inIntegraal
methods' signatures #19Others
Implement "execution back-ends" to handle multiple execution policy (e.g. sequential, parallel usingtherayon
, parallel usingwgpu
)0.1.0
can be sequential onlyAdd support for multi-dimensional integral computationsout of scopeUpdates
0.1.0
releaseThe text was updated successfully, but these errors were encountered: