Gamestudio Links
Zorro Links
Newest Posts
Zorro FIX plugin - Experimental
by flink. 04/21/24 07:12
Data from CSV not parsed correctly
by EternallyCurious. 04/20/24 21:39
M1 Oversampling
by 11honza11. 04/20/24 20:57
Scripts not found
by juergen_wue. 04/20/24 18:51
zorro 64bit command line support
by 7th_zorro. 04/20/24 10:06
StartWeek not working as it should
by jcl. 04/20/24 08:38
folder management functions
by VoroneTZ. 04/17/24 06:52
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
2 registered members (Quad, AndrewAMD), 385 guests, and 1 spider.
Key: Admin, Global Mod, Mod
Newest Members
EternallyCurious, howardR, 11honza11, ccorrea, sakolin
19047 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
How many cores can I use for simple genetic optimizacion? #482778
03/27/21 21:49
03/27/21 21:49
Joined: Mar 2021
Posts: 24
A
antoniorenar Offline OP
Newbie
antoniorenar  Offline OP
Newbie
A

Joined: Mar 2021
Posts: 24
How many cores can I use for simple genetic optimizacion?

I have a code whit 16 parameters and 100 steps by parameter but the optimization use only one core of 128 that I have

I have Zorro S

Anybody can tell me what's the solution?

or Zorro is not faster and better than MT5 in that?
Thanks

Re: How many cores can I use for simple genetic optimizacion? [Re: antoniorenar] #482780
03/27/21 22:52
03/27/21 22:52
Joined: Aug 2020
Posts: 59
London
Neb Offline
Junior Member
Neb  Offline
Junior Member

Joined: Aug 2020
Posts: 59
London

You can use parameter like this:

NumCores = -1; //using all except one core

But with 16 parameters, you will end in over-optimisation and your strategy will not perform well in a real-time.
If you want robust strategy, you should not go over 4-5 parameters the max.
And for every of them you should get at least 30-50 trades.

N.

Re: How many cores can I use for simple genetic optimizacion? [Re: antoniorenar] #482782
03/28/21 04:59
03/28/21 04:59
Joined: Mar 2021
Posts: 24
A
antoniorenar Offline OP
Newbie
antoniorenar  Offline OP
Newbie
A

Joined: Mar 2021
Posts: 24
Your response works for use more cores, not 128, but more than 50%
the problem now is every core use less 4% per core, the max use of CPU is 5% and 5% of ram
about my portafolio, actually have 7 months +38% 5% DD

Re: How many cores can I use for simple genetic optimizacion? [Re: antoniorenar] #482783
03/28/21 05:01
03/28/21 05:01
Joined: Mar 2021
Posts: 24
A
antoniorenar Offline OP
Newbie
antoniorenar  Offline OP
Newbie
A

Joined: Mar 2021
Posts: 24
And about your statistical significance is very funny
You need at least 422 trades for a credible level of confidence. take note noob


Moderated by  Petra 

Powered by UBB.threads™ PHP Forum Software 7.7.1