Zorro S crashes during training with advise commands

Posted By: jmlocatelli

Zorro S crashes during training with advise commands - 04/23/18 18:21

Hi,
During training with advise commands, Zorro S crashes depending on the given inputs.
For example, training a script with these commands, commenting adviseLong it works, commmenting adviseShort it chashes:

bool LongSig = adviseLong(DTREE,0,Signals,numSignals) > AdviseThreshold;
bool ShortSig = adviseShort(DTREE,0,Signals,numSignals) > AdviseThreshold;

And it depends on the inputs.
Any hint? Or can it be a bug?

rgds,
jl
Posted By: jcl

Re: Zorro S crashes during training with advise commands - 04/24/18 16:14

Well, without seeing your code it's a bit hard to tell where and why it crashes.
© 2024 lite-C Forums