Saturday, December 15, 2007

Toolset Minor Update - Dec 15th '07

Cycle detection uses a Genetic Algorithm to find the optimal sine wave or pair of sine waves to represent price data. We have already described the difficulty in reaching an optimal solution, not only because of Shannon, but because there are too many good solutions close to the optimum (fairly flat error curve).

A possible solution is to push the G.A. a bit, but since it is a computing intensive process, i have added the following GA settings:

SearchMult
CrossoverRate
MutationRate

as well as a debug parameter to write calcs to file (which will disappear in the release version).

Please contact me to try and test this new version. Note though that it can be only of interest those having a very fast PC.