crowdrec / idomaar

CrowdRec reference framework
Apache License 2.0
32 stars 12 forks source link

Question: computing environment as part of algorithm #22

Closed alansaid closed 9 years ago

alansaid commented 10 years ago

When instantiating an algorithm, e.g. MyMediaLite, it should be regulated somewhere that the computing environment should be linux/mono, and not linux/java. Meaning that the computing environment could be configured in the algorithm directly instead.

Comments?

davidemalagoli commented 9 years ago

you are right (we have similar comment from Viktor), the problem is that in this way you can't test different platform configurations (e.g. number of machine, operative system config...) with the same algo

perhaps we should define an explicit compatibility relationship with one algo and one or more computing env?

davidemalagoli commented 9 years ago

merged computing env and algos