araujolma / SOAR

7 stars 5 forks source link

Memory error with prob101 #65

Closed munizlgmn closed 6 years ago

munizlgmn commented 6 years ago

In prob101: after 150 grad iterations, function restRnds present an error called "Memory Error".

araujolma commented 6 years ago

I left my computer running prob101, and it passed well through 1000 grad iterations without any problem. Weird...

munizlgmn commented 6 years ago

Maybe the problem is related to the sequential mode (non parallel mode) of the SOAR. Still having problems with prob9_1 and prob9_2.

araujolma commented 6 years ago

I ran prob9_1 and no error. Let's debug this properly, shall we?

Which "case" are you running, exactly? When does this memory error show up? Always at the same "time"?

munizlgmn commented 6 years ago

I think the problem is solved. I updated Python package dill (pickle....) and the memory error is no longer occurring.