Gamestudio Links
Zorro Links
Newest Posts
How to select between IB accounts by script?
by Jack_Zodiac. 06/12/26 23:17
Zorro tutorial ideas?
by pr0logic. 06/12/26 13:36
Max Number of Strategies in /Strategy folder
by Martin_HH. 06/12/26 08:50
Stooq now requires an API key
by AndrewAMD. 06/11/26 17:55
Z9 getting Error 058
by k_ivan. 06/10/26 14:38
ZorroGPT
by TipmyPip. 06/10/26 13:07
Z12 live performance
by alx. 06/09/26 20:42
Lapsa's very own thread
by Lapsa. 06/08/26 22:41
AUM Magazine
Latest Screens
Dorifto samurai
Shadow 2
Rocker`s Revenge
Stug 3 Stormartillery
Who's Online Now
2 registered members (Jack_Zodiac, TipmyPip), 4,800 guests, and 4 spiders.
Key: Admin, Global Mod, Mod
Newest Members
Student_64151, Koti, curry, DeepxKalsi, Samed
19219 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Multicore Optimize #488452
11/29/24 17:00
11/29/24 17:00
Joined: Jul 2024
Posts: 6
C
Cristoig2001 Offline OP
Newbie
Cristoig2001  Offline OP
Newbie
C

Joined: Jul 2024
Posts: 6
Can multiple cores be used for brute force optimizations? Without using walk forward?

Re: Multicore Optimize [Re: Cristoig2001] #488458
12/05/24 07:40
12/05/24 07:40
Joined: Jul 2000
Posts: 28,101
Frankfurt
jcl Offline

Chief Engineer
jcl  Offline

Chief Engineer

Joined: Jul 2000
Posts: 28,101
Frankfurt
Yes, but only with Walk Forward.

Re: Multicore Optimize [Re: Cristoig2001] #488459
12/05/24 11:17
12/05/24 11:17
Joined: Jul 2024
Posts: 6
C
Cristoig2001 Offline OP
Newbie
Cristoig2001  Offline OP
Newbie
C

Joined: Jul 2024
Posts: 6
Is it planned to include this functionality in a future version? It would greatly speed up the optimization

Re: Multicore Optimize [Re: Cristoig2001] #488464
12/09/24 10:53
12/09/24 10:53
Joined: Jul 2000
Posts: 28,101
Frankfurt
jcl Offline

Chief Engineer
jcl  Offline

Chief Engineer

Joined: Jul 2000
Posts: 28,101
Frankfurt
Why would you want to optimize without Walk Forward?

Re: Multicore Optimize [Re: Cristoig2001] #488467
12/09/24 14:58
12/09/24 14:58
Joined: Jul 2024
Posts: 6
C
Cristoig2001 Offline OP
Newbie
Cristoig2001  Offline OP
Newbie
C

Joined: Jul 2024
Posts: 6
If I have 32 cores and if i use 5 walkforward periods, the strategy only uses 5 cores. It would be nice to be able to use all the cores. Also, when testing new ideas before applying the walkforward, I run several optimizations without walkforward. It would be great to take full advantage of the computer's power

Re: Multicore Optimize [Re: Cristoig2001] #488468
12/09/24 21:06
12/09/24 21:06
Joined: Aug 2017
Posts: 318
Netherlands
G
Grant Offline
Senior Member
Grant  Offline
Senior Member
G

Joined: Aug 2017
Posts: 318
Netherlands
Use NumCores to set the number of cores.

https://zorro-project.com/manual/en/numcores.htm

Re: Multicore Optimize [Re: Cristoig2001] #488470
12/10/24 08:48
12/10/24 08:48
Joined: Jul 2000
Posts: 28,101
Frankfurt
jcl Offline

Chief Engineer
jcl  Offline

Chief Engineer

Joined: Jul 2000
Posts: 28,101
Frankfurt
Testing ideas by in-sample optimizing is not a good idea. First, it is slower, second, the results are misleading.

You can use multiple cores only for tasks that can be parallelized, such as the cycles of a Walk Forward optimization. A single cycle with a single asset cannot be further parallelized.


Moderated by  Petra 

Powered by UBB.threads™ PHP Forum Software 7.7.1