A Ruby gem for feature selection using several well-known metaheuristics. Developed for the Metaheuristics course at the Universidad de Granada.
bin/setup # will even install Ruby 2.3 if needed
bin/config
# Modify config.yml and bin/start to your liking
bin/start
Results will be saved in individual files inside directory out/
. You can use the R script at stats/stats.R
to process them.
- Ruby (>= 2.2) with gem bundler
- R (>= 3) is required to process the results
- Pandoc is required to generate the documentation
The documentation is generated via rake doc
. It's only available in Spanish.