wangjohn / wallace

Framework for distributed evolutionary algorithms
MIT License
5 stars 1 forks source link

Heuristics for initialization. #43

Open wangjohn opened 10 years ago

wangjohn commented 10 years ago

One nice thing to do would be to have initialization heuristics, i.e. the ability to initialize the probabilities of using independent variables according to a lasso regression or using something like that.

wangjohn commented 10 years ago

Should go into a canonical initialization stage of the algorithm that uses all possible data transformations. At the end of the stage, eliminate variables with negligible probabilities of being involved.