simsab-ufcg / Promethee2

Implementation of Promethee with optimization
MIT License
12 stars 7 forks source link

consider using args instead of input files #36

Closed thiagomanel closed 5 years ago

thiagomanel commented 6 years ago

For example, we can use something like -criterion name path/to/data function_name arg0 arg1 -criterion name path/to/data function_name arg0 arg1 -criterion name path/to/data function_name arg0 arg1 -o /path/to/output

Note that, we can made available python/bash script to translate our current file based configuration files to this args style

gabrielfelipeg commented 5 years ago

Our current Umbu, Opt and Fast implementation using args instead of input files, only Vanilla still is using input files.