signaflo / java-timeseries

Time series analysis in Java
MIT License
195 stars 49 forks source link

computation time and memory issue #25

Open Arjun-Arjun opened 5 years ago

Arjun-Arjun commented 5 years ago

hey jacob,

when i'm forecasting weekly timeseries , it's taking a lot time to compute with ML strategy of using BFGS optimzer, i read that L-BFGS can slove this memory and computation time, is it possible ? if it is possible , the output results will be same or not?