soundasleep / iaml

Automatically exported from code.google.com/p/iaml
3 stars 1 forks source link

Inferring model elements does not update progress monitor correctly #213

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a model instance
2. Infer the model in-place
3. Observe the progress monitor as the inference is done

What is the expected output? What do you see instead?
Expected: As the different steps of inference are completed (i.e. from 1 to k), 
the progress monitor is updated.
Actual: The progress bar appears to stall.

Perhaps the weightings on the sub-progress monitor need to be adjusted. Also, 
the progress monitor should display the current iteration step (e.g. "Inferring 
model elements: Step 3 of 20").

Original issue reported on code.google.com by soundasleep on 15 Jul 2010 at 2:23

GoogleCodeExporter commented 9 years ago
mass tagging old issues to future work

Original comment by soundasleep on 26 Sep 2011 at 9:54