JuliaDynamics/ComplexityMeasures.jl
Performance of `AAPE` is suboptimal
Aperta
#217 aperta il 22 dic 2022
good first issuelow priorityperformance
Metriche repository
- Star
- (79 stelle)
- Metriche merge PR
- (Metriche PR in attesa)
Descrizione
internal function AAPE has really bad performance, allocating 10 vectors for each element of a dataset... Thankfully it is easy to optimize it to do 0 allocations so I leave this here for a newcomer that would like to contribute.