For code/output blocks: Use ``` (aka backtick or grave accent) in a single line before and after the block. See: http://commonmark.org/help/
when optimizing, always get MemoryError
-
when I am optimizing, memory is always not enough, it will consume all the memory from 30% to 100%. Finally, it will crash down.
1.the error code is :
multiprocessing.pool.MaybeEncodingError: Error sending result: '[<backtrader.cerebro.OptReturn object at 0x0000026A8C3C9FA0>]'. Reason: 'MemoryError()'2.backtrader version: 1.9.76.123
3.computer RAM/memory: 16GB
-