Gamestudio Links
Zorro Links
Newest Posts
Blobsculptor tools and objects download here
by NeoDumont. 03/28/24 03:01
Issue with Multi-Core WFO Training
by aliswee. 03/24/24 20:20
Why Zorro supports up to 72 cores?
by Edgar_Herrera. 03/23/24 21:41
Zorro Trader GPT
by TipmyPip. 03/06/24 09:27
VSCode instead of SED
by 3run. 03/01/24 19:06
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
2 registered members (AndrewAMD, VoroneTZ), 831 guests, and 5 spiders.
Key: Admin, Global Mod, Mod
Newest Members
sakolin, rajesh7827, juergen_wue, NITRO_FOREVER, jack0roses
19043 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
about optimization #476535
03/08/19 09:44
03/08/19 09:44
Joined: May 2018
Posts: 65
T
tuuPaul Offline OP
Junior Member
tuuPaul  Offline OP
Junior Member
T

Joined: May 2018
Posts: 65
Hello all, i wrote script with optimize function. Part of script is below. But after i clicked train button this result appeared "Selected p1[5]=0.000 => 0.95". I tnink 0.000 is the one sample of range(0.00001->0.00003). How to fully appear 0.000?

set(PARAMETERS);
var Shinjuur1 = optimize(0.00002,0.00001,0.00003,0.000002);

Re: about optimization [Re: tuuPaul] #476538
03/08/19 10:58
03/08/19 10:58
Joined: Jul 2000
Posts: 27,977
Frankfurt
jcl Offline

Chief Engineer
jcl  Offline

Chief Engineer

Joined: Jul 2000
Posts: 27,977
Frankfurt
Optimize parameters should be in a normal number range, like 0.1 to 1000, since they are stored in text files. 0.000002 is no good parameter value. Multiply them with a factor so that they can be stored with not more than 3 decimals.

Re: about optimization [Re: jcl] #476541
03/08/19 13:30
03/08/19 13:30
Joined: May 2018
Posts: 65
T
tuuPaul Offline OP
Junior Member
tuuPaul  Offline OP
Junior Member
T

Joined: May 2018
Posts: 65
thank you


Moderated by  Petra 

Powered by UBB.threads™ PHP Forum Software 7.7.1