rev2004 / nemadiy

Automatically exported from code.google.com/p/nemadiy
0 stars 0 forks source link

Adding API for the test run #108

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
We need to implement the API for the test run before the formal submission.
 The Test run should run on a small dataset. The API should be able to
choose these datasets from the type of the flows and other parameters. 

Original issue reported on code.google.com by zgg...@gmail.com on 30 Apr 2010 at 7:29

GoogleCodeExporter commented 9 years ago
The task (which comes with a dataset) to be used in the test run should be 
chosen
using the 'subject_metadata' that the algorithm is expected to run on.

We should add a field to the task table to label tasks as test task 
(isTest=true),
then we can query the task table using the subject metadata and test flag 
(SELECT id
FROM task WHERE subject_metadata_id=? AND isTest=true).

Original comment by kris.west@gmail.com on 2 May 2010 at 4:38

GoogleCodeExporter commented 9 years ago
This has been bumped until after MIREX

Original comment by kris.west@gmail.com on 16 Jun 2010 at 2:19

GoogleCodeExporter commented 9 years ago

Original comment by kris.west@gmail.com on 22 Jun 2010 at 12:16