HopfieldNetworker
Programmer
I am writing creating a java simulation of a Hopfield Neural Netwrok and am using a swing based GUI. The recollection part of teh networks operation is done by a seperate thread started only when needed. however as soon as this thread starts the GUI stalls- righting its self when the second thread has completed its task. I would like to be able to update the GUI with intermediate steps from the recollection process, how can I do this? please help!