adviseLong return always 100

Posted By: Grat

adviseLong return always 100 - 05/26/20 11:59

Hi,

I have this code:

Code
		var kL = adviseLong(PERCEPTRON,0,
		  _R_ACT_M15,    
		  _R_F1_M15,     
		  _R_F4_M15,     
			_ERR_M15,     
		  _R_ACT_H1,    
		  _R_F1_H1,     
		  _R_F2_H1,
		  _ERR_H1     
		);

		var kS = adviseShort(PERCEPTRON,0,
		  _R_ACT_M15,    
		  _R_F1_M15,     
		  _R_F4_M15,     
			_ERR_M15,     
		  _R_ACT_H1,    
		  _R_F1_H1,     
		  _R_F2_H1,
		  	_ERR_H1
			);

		watch("\n",kL,kS);


all the variable is var and fill before call advise. But in the watch I see always only the 100. All value in the variable is between -100/100. Also I trying the DTREE, the same.

Maybe I blind frown

thanks
Posted By: Petra

Re: adviseLong return always 100 - 05/29/20 09:41

Check out the DTREE and PERCEPTRON example scripts.
© 2024 lite-C Forums