I was just checking the math/deoptim demo under jwdp and found that although the plot updates in real-time, the other outputs (static controls - Generations, Cost-Value etc) only update when the finishes. Under jwdw they all update in real-time as the optimization progresses. Is it possible to get everything updating in real-time under jwdp too?
To test: Install 'math/deoptim' using Package Manager. Try the Demo in jwdw & jwdp: load 'math/deoptim/eg_deoptim' Trackbar behaviour also seems differ between jwdp & jwdw. Whereas under jwdp, dragging the trackbar fires the button event during the drag (on mouse-move) - meaning it becomes an interactive tool, that is not the case under jwdw, where the button event only seems to fire once the slider is dropped (i.e. on mouse-up). The jwdp behaviour is preferable in this case, is the same possible in jwdw? To test: Use 'math/deoptim' as above or: Install the 'media/wav' addon using Package Manager. Try dragging the trackbar in the Wave Form Viewer in jwdw & jwdp: load 'media/wav/view' wavview '~addons/media/wav/test1.wav' ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
