Gamestudio Links
Zorro Links
Newest Posts
ZorroGPT
by TipmyPip. 03/08/26 18:50
zorro with ccxt?
by opm. 03/03/26 03:17
WFO Training with parallel cores Zorro64
by Martin_HH. 02/26/26 16:03
Zorro version 3.0 prerelease!
by TipmyPip. 02/25/26 16:38
AUM Magazine
Latest Screens
Dorifto samurai
Shadow 2
Rocker`s Revenge
Stug 3 Stormartillery
Who's Online Now
2 registered members (Aku_Aku, 1 invisible), 15,822 guests, and 0 spiders.
Key: Admin, Global Mod, Mod
Newest Members
the1, alx, ApprenticeInMuc, PatrickH90, USER0328
19200 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
if it's really necessary to set TESTNOW in the INITRUN? #489069
01/05/26 14:03
01/05/26 14:03
Joined: Jan 2023
Posts: 52
Q
qin Offline OP
Junior Member
qin  Offline OP
Junior Member
Q

Joined: Jan 2023
Posts: 52
The manual says TESTNOW flag must be set in the INITRUN and before calling asset().
But the example in the manual doesn't put it in if(is(INITRUN)){set(PARAMETERS,TESTNOW);}.
An example from the manual is as follows. I am confused if it's really necessary to set TESTNOW in the INITRUN?
// anchored WFO, 10 cycles
function run()
{
NumWFOCycles = -10;
DataSplit = 80; // 20% test cycle
DataSlope = 2; // more weight to more recent data
set(PARAMETERS,TESTNOW); // run a test immediately after WFO
...
}

Re: if it's really necessary to set TESTNOW in the INITRUN? [Re: qin] #489070
01/05/26 16:47
01/05/26 16:47
Joined: Jul 2000
Posts: 28,083
Frankfurt
jcl Offline

Chief Engineer
jcl  Offline

Chief Engineer

Joined: Jul 2000
Posts: 28,083
Frankfurt
No, it needs not be set in the INITRUN, at least I know no reason for that. This sentence in the manual was probably a leftover from copy/paste, you can ignore it.


Moderated by  Petra 

Powered by UBB.threads™ PHP Forum Software 7.7.1