jakobbossek / ecr3vis

An evolutionary algorithm framework for R (currently limited to performance assessment of multi-objective randomized search heuristics).
https://jakobbossek.github.io/ecr3vis/
GNU General Public License v3.0
1 stars 0 forks source link

Interface for non-R-users #15

Open jakobbossek opened 3 years ago

jakobbossek commented 3 years ago

Would be nice to allow non-R users to use at least the multi-objective indicators via command line. This could be done by a shell script that calls Rscript. However, I believe a python script would be better (using rpy2) since python is available for unix, linux, macos and windows (see #4).