CustomComputingGroup / MLO

Machine Learning Optimizer
2 stars 3 forks source link

polish off gui and architecture (option windows mainly) #21

Closed mk306 closed 11 years ago

mk306 commented 11 years ago

1.graph specification mechanism should be updated to include different visualizers for different trial types ( not used currently) 2.add possibility in options to change graph generation range. Regenerating images within a range of the main iterator ( generations usually).

icltc commented 11 years ago

Cool!! Have you update the code?? I saw the gui is run separately by Mac OS and None-Mac, have you change both?? Because I found there is no image showing in my run in the Mac OS. I also found this, are the trial names suppose to be what I input as the run name?? image

mk306 commented 11 years ago

they should be unique - thats it. You can change the naming convention if you need to (I dont mind).

"I saw the gui is run separately by Mac OS and None-Mac, have you change both?" - what do you mean? The visualizer is different (Mac OS uses SingleThreadVisualizer) cause apparently there were some issues with using multiple threads for visualization under Mac OS. I updated the class so it should work now, Ill include it in a new commit before 6 today.