simsab-ufcg / Promethee2

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

It's unclear how to run the samples #58

Open Kodiologist opened 4 years ago

Kodiologist commented 4 years ago

In particular, samples/*/input use a textual input format of some kind, whereas main.py seems to expects a TIFF. There are some example invocations in the README, like python main.py -fp AEMMF.tif 0.5 -type=linear 1 -size=2048 -proc=4, but no AEMMF.tif is provided.

gabrielfelipeg commented 4 years ago

Textual input format is an old pattern, I will update the docs.

danielmitre commented 4 years ago

Any updates @gabrielfelipeg?

Kodiologist commented 4 years ago

Forgive me if this is out of line, but I figure it's worth mentinoing since code for outranking methods is so sparse on GitHub: I'm working on a new VDA method, Artiruno.

danielmitre commented 2 years ago

The docs even says that the Vanilla implementation accepts the text format 😞