emadtawfeek / optimizing-RVFL-with-Jellyfish-search-algorithm

optimizing RVFL with Jellyfish search algorithm based on paper on PLoS One
1 stars 0 forks source link

error in fsrnca (line 3) #1

Open ericleonardo opened 2 years ago

ericleonardo commented 2 years ago

Hi! I'm getting an error message when running the Main.m file. Do you have a solution?

 - iteration :  1 
 - r :  56 

Out of memory. The likely cause is an infinite recursion within the program.

Error in fsrnca (line 3)
    md1 = fsrnca(X, y);

My pc has 24 GB RAM. Matlab R2021b (x64).

Thanks for sharing this great work!

emadtawfeek commented 2 years ago

Please read our paper, we use matlab R2020a

And code is working till now