Skip to content

Multi-core optimization problem #10

Open
@hamedasgari20

Description

@hamedasgari20

Thanks to the support team

I have recently used Backtrader. During optimization, the package works properly when the input data is low. But when the input data is high or the number of modes I want to multi-core optimization, I get the following error:

Out of memory error when running optstrategy

After checking, I realized that because the results are stored in a list, in this case, despite the 32 GB of RAM, this list is full and the package gives an error.

How can I solve this problem?

Thanks to the support team

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions