numl icon indicating copy to clipboard operation
numl copied to clipboard

Add Genetic Algorithms

Open bdschrisk opened this issue 10 years ago • 0 comments

Add the ability to solve any problem using genetic algorithms, should be extensible to allow defining of custom problems and solving heuristics. Properties would include population growth rate, cross over rate, elitists and other genetic metrics.

Use case; An ARIMA type regression algorithm using moving genetic solvers, allowing time series predictors to modulate over time.

bdschrisk avatar Oct 08 '15 00:10 bdschrisk