Gamestudio Links
Zorro Links
Newest Posts
Zorro plugin for Hyperliquid.xyz
by MikeHe. 01/13/25 14:50
Zorro Trader GPT
by TipmyPip. 01/13/25 05:33
Trying To Make Sense of WED Scripting
by VoroneTZ. 01/07/25 17:34
Initial RithmicZorroPlugin Release.
by kzhao. 01/07/25 04:10
Rithmic connection?
by kzhao. 01/07/25 04:07
Illegal Indirection in Matrix
by AndrewAMD. 01/06/25 17:05
AUM Magazine
Latest Screens
Stug 3 Stormartillery
Iljuschin 2
Galactic Strike X
Zeal-X2
Who's Online Now
0 registered members (), 391 guests, and 15 spiders.
Key: Admin, Global Mod, Mod
Newest Members
eckaw, isshokenmei, shahbaziakbar135, k_ivan, Parallax
19099 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: 5
C
Cristoig2001 Offline OP
Newbie
Cristoig2001  Offline OP
Newbie
C

Joined: Jul 2024
Posts: 5
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,005
Frankfurt
jcl Offline

Chief Engineer
jcl  Offline

Chief Engineer

Joined: Jul 2000
Posts: 28,005
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: 5
C
Cristoig2001 Offline OP
Newbie
Cristoig2001  Offline OP
Newbie
C

Joined: Jul 2024
Posts: 5
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,005
Frankfurt
jcl Offline

Chief Engineer
jcl  Offline

Chief Engineer

Joined: Jul 2000
Posts: 28,005
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: 5
C
Cristoig2001 Offline OP
Newbie
Cristoig2001  Offline OP
Newbie
C

Joined: Jul 2024
Posts: 5
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: 303
Netherlands
G
Grant Offline
Senior Member
Grant  Offline
Senior Member
G

Joined: Aug 2017
Posts: 303
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,005
Frankfurt
jcl Offline

Chief Engineer
jcl  Offline

Chief Engineer

Joined: Jul 2000
Posts: 28,005
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