Automatic variable selection.

Hi Guys :)

I need to perform variable selection procedure for ordinary linear regression.

My starting data is 1000x1000 table and I need to select up to ten variables. Is there a way for performing this task other than backward feature elimination? Something like genetic algorithm?

Regards