Gamestudio Links
Zorro Links
Newest Posts
Data from CSV not parsed correctly
by EternallyCurious. 04/18/24 10:45
StartWeek not working as it should
by Zheka. 04/18/24 10:11
folder management functions
by VoroneTZ. 04/17/24 06:52
lookback setting performance issue
by 7th_zorro. 04/16/24 03:08
zorro 64bit command line support
by 7th_zorro. 04/15/24 09:36
Zorro FIX plugin - Experimental
by flink. 04/14/24 07:48
Zorro FIX plugin - Experimental
by flink. 04/14/24 07:46
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
4 registered members (7th_zorro, Quad, VoroneTZ, 1 invisible), 623 guests, and 2 spiders.
Key: Admin, Global Mod, Mod
Newest Members
EternallyCurious, 11honza11, ccorrea, sakolin, rajesh7827
19046 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
adviseLong return always 100 #480200
05/26/20 11:59
05/26/20 11:59
Joined: May 2015
Posts: 390
Czech Republic
G
Grat Offline OP
Senior Member
Grat  Offline OP
Senior Member
G

Joined: May 2015
Posts: 390
Czech Republic
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

Re: adviseLong return always 100 [Re: Grat] #480265
05/29/20 09:41
05/29/20 09:41
Joined: Apr 2008
Posts: 585
Austria
Petra Offline
Support
Petra  Offline
Support

Joined: Apr 2008
Posts: 585
Austria
Check out the DTREE and PERCEPTRON example scripts.


Moderated by  Petra 

Powered by UBB.threads™ PHP Forum Software 7.7.1