Skip to content
This repository has been archived by the owner on Feb 15, 2022. It is now read-only.

Could simulation be done on a GPU ? #999

Closed
albabosh opened this issue Dec 27, 2017 · 6 comments
Closed

Could simulation be done on a GPU ? #999

albabosh opened this issue Dec 27, 2017 · 6 comments

Comments

@albabosh
Copy link

This could be a usefull thing as one could run multiple simulations for a population at a reasonable time.

@Fredrik81
Copy link

I was running some heavy simulations for neural strat and noticed that only 1 CPU core was being used out of 8 on my zeon. Think it would be better to get it to use more cores as a first step so it can still be running on a headless server.

@JensvdHeydt
Copy link
Contributor

All backtester scripts currently spawn multiple processes of the simulation so basically you already have that feature.

@Fredrik81
Copy link

When doing a backtester on neural strat there was one simulation that was running one core 100% and i could see the seconds slowly moving in time. With more cores active it could at least make it run more then 2x normal speed.

@JensvdHeydt
Copy link
Contributor

You’re right and it’s also true for every other strategy. They all use one core only. That’s why the backtester usually starts multiple simulations at once. That’s what I was trying to say. Sorry if I didn’t explain it good enough.

@DeviaVir DeviaVir reopened this Dec 28, 2017
@albabosh
Copy link
Author

It is practically impossible to run genetic backtester with parameters shown in the readme (population=150, days=30, strategy=neural) on any cpu in a reasonable amount of time. Setting population & period to minimum makes no sence, as it gives bad results.

@DeviaVir
Copy link
Owner

Dear issue reporter,

We have slightly changed our github issue policy and would now kindly request folks that have questions that they ask them in our zenbot subreddit.

You can find it here: https://reddit.com/r/zenbot

This issue will be closed, but if you disagree with your ticket being marked as a question feel free to leave a comment defending your case.

Thanks for contributing time and effort!

Greetings,
🤖

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants