Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!wuarchive!uwm.edu!bionet!agate!darkstar!terra!dirk From: dirk@terra.ucsc.edu (Dirk Coldewey) Newsgroups: comp.ai.neural-nets Subject: RCS causes aching wetware Message-ID: <14610@darkstar.ucsc.edu> Date: 17 Apr 91 04:57:12 GMT Sender: usenet@darkstar.ucsc.edu Reply-To: dirk@terra.ucsc.edu (Dirk Coldewey) Organization: University of California, Santa Cruz Lines: 19 I've been trying to implement a rather large neural network using the Rochester Connectionist Simulator (version 4.2), and ran into a rather annoying problem under SunOS 4.1 on Sun 4 systems when I use the floating point version: Using dbx to debug my programs, in the site function local variables always get assigned a value of 0.0, although not by any obvious means. By this I mean that I can make an assignment like local_variable = global_variable[index].field where dbx tells me that the value of global_variable[index].field = 1, and local_variable is 0 after the assignment. Another student here mentioned that he experienced similar problems. Has anyone else experienced this problem, and is there a known remedy? Thanks in advance, Dirk