gekkowarez / gekkoga

Genetic Algorithm for solving optimization of trading strategies using Gekko
313 stars 104 forks source link

Enable nested properties for easier config #34

Closed H256 closed 6 years ago

H256 commented 6 years ago

Allow users to use nested properties in GA-Config, just like in gekko. Fixes things like https://github.com/gekkowarez/gekkoga/issues/30 or https://github.com/gekkowarez/gekkoga/issues/24 ...

Adds a new dependency on flat.js for flattening, deflattening the objects inside the mutate method.

generalectric commented 6 years ago

Wow great job man this is going to make things so much easier for alot of people!