MeafQ

Results 10 comments of MeafQ

It seems Windows doesn't like deap=1.2.0, here is a discussion and also a solution to my warnings: - [DEAP/deap#240](https://github.com/DEAP/deap/issues/240) 1.0.2.post2 or 1.2.2 versions work fine.

@Gab0 Warnings have disappeared but it still getting stuck without any errors on Locale2 with any version.

``` The profits reported here depends on backtest interpreter function; interpreter v3: if > 0: = - else = C:/Gekko/japonicus/japonicus.py -gck --strat PPO Evolving PPO strategy; evaluated parameters ranges: short...

Okay, I runned japonicus without -k and it helped.

@Gab0 I have the same problem, but mine could crash on the first epoch. I'm using **neuralnet** by zschro (with little edits to eliminate text parametrs). After the update it...

[neuralnet.zip](https://github.com/Gab0/japonicus/files/2260153/neuralnet.zip) My version of neuralnet if needed.

@Gab0 I'm on the last stable version of Gekko. Some simplier strategy will work better. I tried PPO it was fine but at some point I saw that japonicus dissapeared....

@Gab0 Thank you for the tip. Also a small bug with **plotly**, it repeatedly asks about credentials as user warning even without enabled web interface. This is not very crucial...

@nmikaty @Gab0 Thank you for the tips. I have got the same error. It happens after saving results. About plotly. I tried to at least eliminate warnings when dash/flask are...

As I understand now about over-fitting. It makes sense to make more locales of the same dataset (with random time spawn etc), right? But what about **eval_dataset**? What does it...