07-06-2018, 07:24 PM
Hey all,
I'm attempting to use the run-ga-parallel.js script but after running it for a while I don't get any results. I can see in terminal that its changing the parameters with each run, and the epochs are stacking up, but it always returns "profit 0$" at the top and this at the bottom...
As far as I can tell, no errors are being generated and the same strategy works via CLI, Web UI, and the standard GekkoGA.
Also (might be related), but can someone explain the "writer" parameters? I assume it writes the results to the specified path, but I can't get this to work either.
Thanks,
PT
I'm attempting to use the run-ga-parallel.js script but after running it for a while I don't get any results. I can see in terminal that its changing the parameters with each run, and the epochs are stacking up, but it always returns "profit 0$" at the top and this at the bottom...
Quote:Other metrics of global maximum:
Global maximum so far:
false
As far as I can tell, no errors are being generated and the same strategy works via CLI, Web UI, and the standard GekkoGA.
Also (might be related), but can someone explain the "writer" parameters? I assume it writes the results to the specified path, but I can't get this to work either.
Code:
"writer": {
"enabled": true,
"logpath": "logs/test"
},
Thanks,
PT