--- kinness/kbrain ---


Filename: .cvsignore
Revision 1.2tangorn 2004-10-05 20:03:09None
Added DEPDIRS to cvsignores; Changed trajectory file output to only
write when the coordinate changes; Rewrote place field display for new
optimized input, it also handles old full input; Replaced deprecated
repaintNoErase with noAutoErase; Supposedly fixed progress bar for small
network loading.
Revision 1.1tangorn 2003-03-23 23:22:14None
Initial revision
Revision 1.1.1.1tangorn 2003-03-23 23:22:14None
Resurrection of CVS server for KInNeSS

Filename: Makefile.am
Revision 1.9tangorn 2008-06-05 12:43:34None
Interface for weights and axonal delays modified for better handling of external files
Revision 1.8tangorn 2005-12-20 14:55:37None
Fixed crash on gate resizing
Revision 1.7tangorn 2005-03-08 09:10:19None
New synapses are now fully ready for testing
Revision 1.6tangorn 2004-12-26 11:36:14None
Moved the basic image display to libkinprefs, so it can be used by any
part or plugin
Revision 1.5tangorn 2004-12-24 12:16:15None
This is reasonably correct version of LFP and CSD plotting, still a lot to work on
Revision 1.4tangorn 2004-01-11 04:54:36None
Added the shell for generic project environment with mutiple inputs that vary
through time
Revision 1.3tangorn 2004-01-03 15:03:47None
Fix for non-standard SANNDRA installation
Revision 1.2tangorn 2003-07-28 12:23:17None
Updated documentation; Changed status bar operation; Added progress bar;
Weights are not any longer reloaded on reset if the network or environment
changed; Populations are no longer recreated if edited; Error messages
updated for more understandability; Switched leakage to inverted gate in
standard channel; Changed leakage conductance units to pS; Changed item
correction editor to load specific page with error; Added weight bounds and
reduced learning rate 10 times; Set default salience to 100; Changed
gate pages to static to speed up editor loading; Made network description
static; Updated default channel and neuron files.
Revision 1.1tangorn 2003-03-23 23:22:14None
Initial revision
Revision 1.1.1.1tangorn 2003-03-23 23:22:14None
Resurrection of CVS server for KInNeSS

Filename: kbrainfactory.cpp
Revision 1.2tangorn 2007-11-09 10:10:34None
Fixed e-mail
Revision 1.1tangorn 2003-03-23 23:22:14None
Initial revision
Revision 1.1.1.1tangorn 2003-03-23 23:22:14None
Resurrection of CVS server for KInNeSS

Filename: kbrainfactory.h
Revision 1.2tangorn 2007-11-09 10:10:34None
Fixed e-mail
Revision 1.1tangorn 2003-03-23 23:22:14None
Initial revision
Revision 1.1.1.1tangorn 2003-03-23 23:22:14None
Resurrection of CVS server for KInNeSS

Filename: kbrainplugin.cpp
Revision 1.44tangorn 2008-06-10 05:50:23None
Removed global weight loading from interface
Revision 1.43tangorn 2007-11-30 12:28:23None
Adaptation for new weights and delays, unstable
Revision 1.42tangorn 2007-11-09 10:10:34None
Fixed e-mail
Revision 1.41tangorn 2005-09-30 08:24:56None
Changed code to compile with gcc-3.4.4. Partially implemented new address
scaling functionality
Revision 1.40tangorn 2005-08-25 17:19:51None
Update of the user manual, still incomplete; New input protocol editor,
still buggy if used with navigation environment, should be fine with
generic
Revision 1.39tangorn 2005-04-04 11:35:33None
Fix for input protocol not loading on first run
Revision 1.38tangorn 2005-03-08 21:27:45None
Changed trajectory recording to C file I/O for speed, corrected TSC readings
in Qt speed adjustment
Revision 1.37tangorn 2005-01-16 11:30:38None
Introduced input protocols
Revision 1.36tangorn 2004-12-25 15:15:16None
A fix for trajectory file not being flushed properly
Revision 1.35tangorn 2004-12-24 15:48:26None
Now LFP and CSD plotting is available for generic environment
Revision 1.34tangorn 2004-12-24 12:16:15None
This is reasonably correct version of LFP and CSD plotting, still a lot to work on
Revision 1.33tangorn 2004-10-18 07:47:43None
This should fix compillation problem for Qt < 3.3 and KDE < 3.2; Also added
our specific mime type for NeuroML (*.nml), can load both old (*.xml) and new extensions,
saves as new ones...
Revision 1.32tangorn 2004-10-09 03:32:56None
Made random reward restocking an option. This lifts the warning set in
Oct 1st commit, all new features are now configurable instead of hardcoded.
Also added grayscale display option for population activity display and
ability to save the picture of activity at any moment
Revision 1.31tangorn 2004-10-05 20:03:09None
Added DEPDIRS to cvsignores; Changed trajectory file output to only
write when the coordinate changes; Rewrote place field display for new
optimized input, it also handles old full input; Replaced deprecated
repaintNoErase with noAutoErase; Supposedly fixed progress bar for small
network loading.
Revision 1.30tangorn 2004-09-30 21:10:08None
WARNING! This commit brings in some stuff that makes navigational environment
to behave in unusual fasion. It is not intended for users, I just need to
transfer these files on other machine. They will be either removed or corrected
later.
Revision 1.29tangorn 2004-09-23 19:20:07None
Minor fixes of the interface
Revision 1.28tangorn 2004-05-28 16:42:19None
Finalized new NeuroML tags parsing, backward compatible, can read old, new,
or mixed format; saves in new. Stable.
Revision 1.27tangorn 2004-05-06 16:03:57None
Fixed the reset. Added a lot of standard shortcuts and their descriptions
in the manual. Made the trajectory recording optional.
Revision 1.26tangorn 2004-04-18 19:45:34None
SANNDRA API slightly changed, corresponding fixes.
Revision 1.25tangorn 2004-04-05 11:11:42None
First take on place field display
Revision 1.24tangorn 2004-04-04 15:39:12None
Added trajectory saving in trajectory.dat
Revision 1.23tangorn 2004-03-30 19:56:20None
Adding the fourth input channel: generic part handles it in the input editor and
display; not enabled in the network editor yet. Maze part handles it as a direct
command to move the animal to a clicked destination, later it will be done through cell
activity. Changed: animal speed now is less dependent on the traveling distance to
destination. Fixed: If the speed is not measured yet (or is never measured), the
movement will be done slowly (as if you have 1GHz processor), but realistically.
Revision 1.22tangorn 2004-02-09 20:29:23None
Fixing the spike generation; Partial interface for gap junctions; All voltage
gated channels now should have V0 relative to Vrest, the default channels
are fixed accordingly.
Revision 1.21tangorn 2004-01-29 10:15:05None
More critical bugfixes
Revision 1.20tangorn 2004-01-29 00:59:25None
New way of handling progress bar
Revision 1.19tangorn 2004-01-12 14:17:31None
Fixed enabling run inappropriately
Revision 1.18tangorn 2004-01-10 19:31:33None
Updated copyright information, also added Id tags to files changed in 2004
Revision 1.17tangorn 2004-01-09 16:27:30None
Fixed crash when switching back and forth between projects
Revision 1.16tangorn 2004-01-03 13:39:37None
Fixed disabling run if new environment created without a rat; added setting
the reduced equation to generate APs
Revision 1.15tangorn 2003-12-29 04:21:48None
Minor fixes of the graphics; fixed session management bug on KDE restore;
set threshold in learning rule to threshold in reduced equation.
Revision 1.14tangorn 2003-12-18 12:43:43None
Added a bit of session management; Fixed wrong starting path in weight save/load
dialog; Fixed statusbar not showing temporary messages.
Revision 1.13tangorn 2003-12-17 16:03:39None
Fixed the progress bar not moving if autoupdate is off; hack added to
reduce the speed by 10% after rat moves into new location
Revision 1.12tangorn 2003-12-13 11:31:41None
Conditional compillation for performance measure on TSC processors
Revision 1.11tangorn 2003-12-11 16:05:49None
Simplified Qt performance check
Revision 1.10tangorn 2003-12-11 12:01:48None
Continue to build autocorrection of animation speed
Revision 1.9tangorn 2003-12-10 14:48:09None
Attempt to control animation speed through measuring of the simulation
performance
Revision 1.8tangorn 2003-10-31 07:13:36None
Minor fix in setting the passive decay rate for learning; Started adding
placefield/synaptic strength display.
Revision 1.7tangorn 2003-10-26 11:00:03None
Separated KInput<T> and children into a file; Minor bugfixes in handling
leakage and voltage block gates; Reworked the projection source settings
and made possible to use fan input currents.
Revision 1.6tangorn 2003-09-21 13:26:10None
New version of status bar uses stack of messages, so several actions
can be performed and displayed correctly. Doxygen settings removed from CVS.
Revision 1.5tangorn 2003-09-21 11:41:55None
Set the progress bar to show progress during simulation run, currently
only works if Autoupdate is on and network controls behavior
Revision 1.4tangorn 2003-08-20 10:53:02None
Changed "display" tag to "monitor" for readability; fixed the step size of
g_bar widget; fixed resistance->conductance transform for gap junctions.
Revision 1.3tangorn 2003-07-28 12:23:17None
Updated documentation; Changed status bar operation; Added progress bar;
Weights are not any longer reloaded on reset if the network or environment
changed; Populations are no longer recreated if edited; Error messages
updated for more understandability; Switched leakage to inverted gate in
standard channel; Changed leakage conductance units to pS; Changed item
correction editor to load specific page with error; Added weight bounds and
reduced learning rate 10 times; Set default salience to 100; Changed
gate pages to static to speed up editor loading; Made network description
static; Updated default channel and neuron files.
Revision 1.2tangorn 2003-07-18 10:57:30None
Converted network editor to tree form, made all widgets for currents
unified. Fixed the proper timing of reward disappearance. Other minor
fixes.
Revision 1.1tangorn 2003-03-23 23:22:14None
Initial revision
Revision 1.1.1.1tangorn 2003-03-23 23:22:14None
Resurrection of CVS server for KInNeSS

Filename: kbrainplugin.h
Revision 1.14tangorn 2008-06-10 05:50:23None
Removed global weight loading from interface
Revision 1.13tangorn 2007-11-09 10:10:34None
Fixed e-mail
Revision 1.12tangorn 2005-09-30 08:24:56None
Changed code to compile with gcc-3.4.4. Partially implemented new address
scaling functionality
Revision 1.11tangorn 2005-08-25 17:19:51None
Update of the user manual, still incomplete; New input protocol editor,
still buggy if used with navigation environment, should be fine with
generic
Revision 1.10tangorn 2005-01-16 11:30:38None
Introduced input protocols
Revision 1.9tangorn 2004-06-26 16:50:30None
Minor change in handling preference pages
Revision 1.8tangorn 2004-03-30 19:56:20None
Adding the fourth input channel: generic part handles it in the input editor and
display; not enabled in the network editor yet. Maze part handles it as a direct
command to move the animal to a clicked destination, later it will be done through cell
activity. Changed: animal speed now is less dependent on the traveling distance to
destination. Fixed: If the speed is not measured yet (or is never measured), the
movement will be done slowly (as if you have 1GHz processor), but realistically.
Revision 1.7tangorn 2004-02-09 20:29:23None
Fixing the spike generation; Partial interface for gap junctions; All voltage
gated channels now should have V0 relative to Vrest, the default channels
are fixed accordingly.
Revision 1.6tangorn 2003-12-11 16:05:49None
Simplified Qt performance check
Revision 1.5tangorn 2003-12-11 12:01:48None
Continue to build autocorrection of animation speed
Revision 1.4tangorn 2003-09-21 11:41:56None
Set the progress bar to show progress during simulation run, currently
only works if Autoupdate is on and network controls behavior
Revision 1.3tangorn 2003-07-28 12:23:17None
Updated documentation; Changed status bar operation; Added progress bar;
Weights are not any longer reloaded on reset if the network or environment
changed; Populations are no longer recreated if edited; Error messages
updated for more understandability; Switched leakage to inverted gate in
standard channel; Changed leakage conductance units to pS; Changed item
correction editor to load specific page with error; Added weight bounds and
reduced learning rate 10 times; Set default salience to 100; Changed
gate pages to static to speed up editor loading; Made network description
static; Updated default channel and neuron files.
Revision 1.2tangorn 2003-07-18 10:57:30None
Converted network editor to tree form, made all widgets for currents
unified. Fixed the proper timing of reward disappearance. Other minor
fixes.
Revision 1.1tangorn 2003-03-23 23:22:14None
Initial revision
Revision 1.1.1.1tangorn 2003-03-23 23:22:14None
Resurrection of CVS server for KInNeSS

Filename: kfieldpot.cpp
Revision 1.9tangorn 2007-08-15 19:23:59None
Fixed a bug in xml parsing of branched neurons, courtesy of Jasmin Leveille
Revision 1.8tangorn 2005-05-30 20:43:02None
Minor fix of the interface for the input current injection
Revision 1.7tangorn 2005-02-28 00:39:21None
Minor adjustments of scaling and event processing for CSD and LFP displays
Revision 1.6tangorn 2005-02-27 18:09:13None
Minor change of LFP calculation to fix the units
Revision 1.5tangorn 2005-01-08 11:48:02None
Couple fixes for LFP and CSD plotting widgets
Revision 1.4tangorn 2004-12-30 18:14:42None
This brings together all types of data visualisation that exist up to date:
based on the same classes they exibit similar behaviors like scaling, saving,
switching between color and grayscale pallette etc.
Revision 1.3tangorn 2004-12-28 14:07:47None
Added the basic shell for CSD, LFP and PF displays, currently disabled
Revision 1.2tangorn 2004-12-26 12:08:24None
Adapted basic plotter for better inheritance
Revision 1.1tangorn 2004-12-24 12:16:15None
This is reasonably correct version of LFP and CSD plotting, still a lot to work on

Filename: kfieldpot.h
Revision 1.6tangorn 2005-02-28 00:39:21None
Minor adjustments of scaling and event processing for CSD and LFP displays
Revision 1.5tangorn 2005-02-27 18:09:13None
Minor change of LFP calculation to fix the units
Revision 1.4tangorn 2005-01-08 11:48:02None
Couple fixes for LFP and CSD plotting widgets
Revision 1.3tangorn 2004-12-30 18:14:42None
This brings together all types of data visualisation that exist up to date:
based on the same classes they exibit similar behaviors like scaling, saving,
switching between color and grayscale pallette etc.
Revision 1.2tangorn 2004-12-27 09:07:59None
Now the placefield display is also built on image plotter
Revision 1.1tangorn 2004-12-24 12:16:15None
This is reasonably correct version of LFP and CSD plotting, still a lot to work on

Filename: kgatesparse.cpp
Revision 1.9tangorn 2008-06-10 06:04:48None
Generating and parsing synaptic weights: New style almost complete.
Remaining issue - one-to-one projections are not working properly
Revision 1.8tangorn 2007-11-30 12:28:23None
Adaptation for new weights and delays, unstable
Revision 1.7tangorn 2007-11-09 10:10:34None
Fixed e-mail
Revision 1.6tangorn 2007-09-06 10:18:40None
New handling of weights and axonal delays, THIS IS UNFINISHED
Revision 1.5tangorn 2007-08-15 19:23:59None
Fixed a bug in xml parsing of branched neurons, courtesy of Jasmin Leveille
Revision 1.4tangorn 2005-12-21 08:10:11None
Fixed crash on loading some environments with scaled connectivity
Revision 1.3tangorn 2005-12-20 19:52:27None
Fixed crash on switch from scaled to relative. Synapses seem fine, gap
junctions seem shifted towards origin
Revision 1.2tangorn 2005-12-20 18:03:26None
Almost finished scaled addressing. Might sometimes crash in populations
with many links from sources of different sizes
Revision 1.1tangorn 2005-12-20 14:55:37None
Fixed crash on gate resizing

Filename: kinbrain.rc
Revision 1.4tangorn 2008-06-10 05:50:23None
Removed global weight loading from interface
Revision 1.3tangorn 2004-01-15 16:03:36None
Generic part is ready now for Max to start testing; Common code from it
and maze part moved to project part
Revision 1.2tangorn 2003-07-18 10:57:30None
Converted network editor to tree form, made all widgets for currents
unified. Fixed the proper timing of reward disappearance. Other minor
fixes.
Revision 1.1tangorn 2003-03-23 23:22:14None
Initial revision
Revision 1.1.1.1tangorn 2003-03-23 23:22:14None
Resurrection of CVS server for KInNeSS

Filename: kinput.h
Revision 1.18tangorn 2007-11-30 12:28:23None
Adaptation for new weights and delays, unstable
Revision 1.17tangorn 2007-11-09 10:10:34None
Fixed e-mail
Revision 1.16tangorn 2006-09-12 20:20:56None
Fixed a compatibility issue with newer gcc
Revision 1.15tangorn 2005-12-16 09:44:24None
Unstable version using full functionality of scaled addressing
Revision 1.14tangorn 2005-11-22 07:50:24None
Preparing fo kernel families in address scaling; Fixed bug that overwrote
network file after Network->New menu selection
Revision 1.13tangorn 2005-09-30 08:24:56None
Changed code to compile with gcc-3.4.4. Partially implemented new address
scaling functionality
Revision 1.12tangorn 2005-08-30 11:33:05None
Oops, restoring lost changes
Revision 1.11tangorn 2005-08-25 17:19:51None
Update of the user manual, still incomplete; New input protocol editor,
still buggy if used with navigation environment, should be fine with
generic
Revision 1.10tangorn 2005-03-06 07:00:25None
Added interface and parsing to handle depleteable transmitters (unfinished)
and connection-specific axonal delays. Testing in progress.
Revision 1.9tangorn 2005-01-16 11:30:38None
Introduced input protocols
Revision 1.8tangorn 2004-05-26 15:40:47None
Added direct injected current (type "injection"); redid the interface for
input voltage (type "input") with backward compatibility check in the network
editor. Requires to open and save your old networks by the editor before running.
"AHP" dependency is now called "AHP/ADP", also should be backward compatible.
Fixed sliders in the SANNDRA preference page. Extended the ranges for
time constants up to 300/500 ms. Added a comment editor to the network editor,
do not use it yet though, I need to make it NeuroML compliant first. Fixed
the compartmental dimensions, note that interface still uses mm as units, but NeuroML
description now uses cm, so old networks should be manually corrected.
Revision 1.7tangorn 2004-04-26 17:06:18None
Added interface and parsing for the fourth input channel; Fixed a number
of interface bugs.
Revision 1.6tangorn 2004-04-21 10:29:45None
Final cleaning for the new gating API in SANNDRA
Revision 1.5tangorn 2004-04-20 13:21:39None
Fixed one memory leak in the process of following SANNDRA new API
Revision 1.4tangorn 2004-04-20 06:20:09None
Corresponds to UNSTABLE SANNDRA commit.
Revision 1.3tangorn 2004-01-29 10:15:05None
More critical bugfixes
Revision 1.2tangorn 2003-11-17 12:48:59None
Fixed minor bug in gating interface; expanded border handling to three types:
extend - no input from outside of the environment, wrap - input from (n+1)-th
pixel is equal to input from 1st pixel, expand - input from (n+1)-th pixel is
equal to input from n-th pixel.
Revision 1.1tangorn 2003-10-26 11:00:03None
Separated KInput<T> and children into a file; Minor bugfixes in handling
leakage and voltage block gates; Reworked the projection source settings
and made possible to use fan input currents.

Filename: klayer.cpp
Revision 1.46tangorn 2008-06-10 06:04:48None
Generating and parsing synaptic weights: New style almost complete.
Remaining issue - one-to-one projections are not working properly
Revision 1.45tangorn 2008-06-05 19:03:40None
Finished axonal delays saving/loading.
Revision 1.44tangorn 2008-06-05 18:28:43None
Debugging axonal delays loading/saving
Revision 1.43tangorn 2007-11-30 12:28:23None
Adaptation for new weights and delays, unstable
Revision 1.42tangorn 2007-11-09 10:10:34None
Fixed e-mail
Revision 1.41tangorn 2007-08-29 17:02:17None
And one more reversed
Revision 1.40tangorn 2007-08-29 16:29:44None
Forgot this file
Revision 1.39tangorn 2007-08-15 19:23:59None
Fixed a bug in xml parsing of branched neurons, courtesy of Jasmin Leveille
Revision 1.38tangorn 2005-12-20 14:55:37None
Fixed crash on gate resizing
Revision 1.37tangorn 2005-12-16 09:44:24None
Unstable version using full functionality of scaled addressing
Revision 1.36tangorn 2005-08-30 11:14:32None
Adding scaled adressing
Revision 1.35tangorn 2005-08-28 13:25:41None
Fixed the crash on switching from existing to new environment
Revision 1.34tangorn 2005-08-26 14:05:06None
Fixed full size gates from scaled populations; fixed couple of memory leaks
Revision 1.33tangorn 2005-08-26 10:02:24None
Debugging version: catching the crash in kinmaze on new environment
Revision 1.32tangorn 2005-08-25 17:19:51None
Update of the user manual, still incomplete; New input protocol editor,
still buggy if used with navigation environment, should be fine with
generic
Revision 1.31tangorn 2005-04-02 11:05:43None
Interface fixes: Properly sets recent files checkmark on restart;
Missing menu option Network->Create restored; Population size can be
scaled by integer factor from the size of environment
Revision 1.30tangorn 2005-03-08 21:27:45None
Changed trajectory recording to C file I/O for speed, corrected TSC readings
in Qt speed adjustment
Revision 1.29tangorn 2005-03-08 09:10:19None
New synapses are now fully ready for testing
Revision 1.28tangorn 2005-03-07 08:41:06None
Fixed a serious population resizing bug that might have been the cause of three
different types of crashes I have seen...
Revision 1.27tangorn 2005-03-06 07:00:25None
Added interface and parsing to handle depleteable transmitters (unfinished)
and connection-specific axonal delays. Testing in progress.
Revision 1.26tangorn 2004-12-30 18:14:42None
This brings together all types of data visualisation that exist up to date:
based on the same classes they exibit similar behaviors like scaling, saving,
switching between color and grayscale pallette etc.
Revision 1.25tangorn 2004-12-26 15:24:23None
Converted population display to a child of image plotter. Fixed minor
bugs in CSD and place field displays.
Revision 1.24tangorn 2004-12-25 10:01:09None
Fixed crash on exit
Revision 1.23tangorn 2004-12-24 15:48:26None
Now LFP and CSD plotting is available for generic environment
Revision 1.22tangorn 2004-12-23 19:51:51None
That fixes the width being to narrow
Revision 1.21tangorn 2004-12-23 14:36:28None
Partial fix for the population window sizing. It is initially proportional
to the population size and tries to keep the height to width ratio while
being resized. Currently messes up the layout if the width is either too
large (buttons slide out of view) or too small (button text is obscured).
Revision 1.20tangorn 2004-10-19 10:05:26None
As my priceless user poited out the backward compatibility fix was
not complete in yesterday commit. Here is the fix of the fix :)
Revision 1.19tangorn 2004-10-18 07:47:43None
This should fix compillation problem for Qt < 3.3 and KDE < 3.2; Also added
our specific mime type for NeuroML (*.nml), can load both old (*.xml) and new extensions,
saves as new ones...
Revision 1.18tangorn 2004-10-09 03:32:56None
Made random reward restocking an option. This lifts the warning set in
Oct 1st commit, all new features are now configurable instead of hardcoded.
Also added grayscale display option for population activity display and
ability to save the picture of activity at any moment
Revision 1.17tangorn 2004-09-22 06:26:46None
Depotentiation window length is a working parameter setting now
Revision 1.16tangorn 2004-09-19 19:24:21None
Making possible to change timestep between simulation segments. Minor fix
of gap junction meta info
Revision 1.15tangorn 2004-09-18 18:25:08None
Different way to plot place fields; separate check mark for spike and voltage
output
Revision 1.14tangorn 2004-05-28 16:42:19None
Finalized new NeuroML tags parsing, backward compatible, can read old, new,
or mixed format; saves in new. Stable.
Revision 1.13tangorn 2004-04-28 12:55:51None
Tested randomizing of axonal delay; also made the generator a static member of
KAxonLayer
Revision 1.12tangorn 2004-04-28 11:02:58None
Added (untested) randomization of axonal delays
Revision 1.11tangorn 2004-04-05 11:11:42None
First take on place field display
Revision 1.10tangorn 2004-04-04 15:01:10None
Critical fix: crash if changing the size of the environment when the network
has all-to-one connection from input-size population
Revision 1.9tangorn 2004-03-12 16:06:08None
Corrections for the new SANNDRA API
Revision 1.8tangorn 2004-02-26 13:48:39None
Fixed the population list update and caption update during population renaming.
Revision 1.7tangorn 2003-12-10 14:48:09None
Attempt to control animation speed through measuring of the simulation
performance
Revision 1.6tangorn 2003-10-31 07:13:36None
Minor fix in setting the passive decay rate for learning; Started adding
placefield/synaptic strength display.
Revision 1.5tangorn 2003-09-08 11:51:31None
Adjusted the display color coding for the new reduced equation
Revision 1.4tangorn 2003-08-20 10:53:02None
Changed "display" tag to "monitor" for readability; fixed the step size of
g_bar widget; fixed resistance->conductance transform for gap junctions.
Revision 1.3tangorn 2003-07-28 12:23:17None
Updated documentation; Changed status bar operation; Added progress bar;
Weights are not any longer reloaded on reset if the network or environment
changed; Populations are no longer recreated if edited; Error messages
updated for more understandability; Switched leakage to inverted gate in
standard channel; Changed leakage conductance units to pS; Changed item
correction editor to load specific page with error; Added weight bounds and
reduced learning rate 10 times; Set default salience to 100; Changed
gate pages to static to speed up editor loading; Made network description
static; Updated default channel and neuron files.
Revision 1.2tangorn 2003-07-18 10:57:30None
Converted network editor to tree form, made all widgets for currents
unified. Fixed the proper timing of reward disappearance. Other minor
fixes.
Revision 1.1tangorn 2003-03-23 23:22:14None
Initial revision
Revision 1.1.1.1tangorn 2003-03-23 23:22:14None
Resurrection of CVS server for KInNeSS

Filename: klayer.h
Revision 1.37tangorn 2008-10-22 16:20:23None
Added interface and parsing for random injection current
Revision 1.36tangorn 2008-06-10 06:04:48None
Generating and parsing synaptic weights: New style almost complete.
Remaining issue - one-to-one projections are not working properly
Revision 1.35tangorn 2007-11-30 12:28:23None
Adaptation for new weights and delays, unstable
Revision 1.34tangorn 2007-09-06 10:18:40None
New handling of weights and axonal delays, THIS IS UNFINISHED
Revision 1.33tangorn 2007-08-15 19:23:59None
Fixed a bug in xml parsing of branched neurons, courtesy of Jasmin Leveille
Revision 1.32tangorn 2007-08-10 09:57:26None
Rough draft of branching dendrites added, thus version number updated to 0.3.4
Revision 1.31tangorn 2006-03-18 20:36:35None
ompiles with gcc-4.0.2 now
Revision 1.30tangorn 2005-12-20 19:52:27None
Fixed crash on switch from scaled to relative. Synapses seem fine, gap
junctions seem shifted towards origin
Revision 1.29tangorn 2005-12-20 18:03:26None
Almost finished scaled addressing. Might sometimes crash in populations
with many links from sources of different sizes
Revision 1.28tangorn 2005-12-20 14:55:37None
Fixed crash on gate resizing
Revision 1.27tangorn 2005-12-16 09:44:24None
Unstable version using full functionality of scaled addressing
Revision 1.26tangorn 2005-09-30 08:24:56None
Changed code to compile with gcc-3.4.4. Partially implemented new address
scaling functionality
Revision 1.25tangorn 2005-08-26 14:05:06None
Fixed full size gates from scaled populations; fixed couple of memory leaks
Revision 1.24tangorn 2005-08-25 17:19:51None
Update of the user manual, still incomplete; New input protocol editor,
still buggy if used with navigation environment, should be fine with
generic
Revision 1.23tangorn 2005-03-08 16:00:19None
Changed the sizes of SANNDRA integer parameters
Revision 1.22tangorn 2005-03-07 08:41:06None
Fixed a serious population resizing bug that might have been the cause of three
different types of crashes I have seen...
Revision 1.21tangorn 2005-03-06 07:00:25None
Added interface and parsing to handle depleteable transmitters (unfinished)
and connection-specific axonal delays. Testing in progress.
Revision 1.20tangorn 2004-12-30 18:14:42None
This brings together all types of data visualisation that exist up to date:
based on the same classes they exibit similar behaviors like scaling, saving,
switching between color and grayscale pallette etc.
Revision 1.19tangorn 2004-12-24 15:48:26None
Now LFP and CSD plotting is available for generic environment
Revision 1.18tangorn 2004-10-09 03:32:56None
Made random reward restocking an option. This lifts the warning set in
Oct 1st commit, all new features are now configurable instead of hardcoded.
Also added grayscale display option for population activity display and
ability to save the picture of activity at any moment
Revision 1.17tangorn 2004-09-23 11:01:19None
Continue to test randomized weights
Revision 1.16tangorn 2004-09-22 06:26:46None
Depotentiation window length is a working parameter setting now
Revision 1.15tangorn 2004-09-19 19:24:21None
Making possible to change timestep between simulation segments. Minor fix
of gap junction meta info
Revision 1.14tangorn 2004-09-18 18:25:08None
Different way to plot place fields; separate check mark for spike and voltage
output
Revision 1.13tangorn 2004-05-28 16:42:19None
Finalized new NeuroML tags parsing, backward compatible, can read old, new,
or mixed format; saves in new. Stable.
Revision 1.12tangorn 2004-04-28 12:55:51None
Tested randomizing of axonal delay; also made the generator a static member of
KAxonLayer
Revision 1.11tangorn 2004-04-05 11:11:42None
First take on place field display
Revision 1.10tangorn 2004-04-04 15:01:10None
Critical fix: crash if changing the size of the environment when the network
has all-to-one connection from input-size population
Revision 1.9tangorn 2004-03-12 16:06:08None
Corrections for the new SANNDRA API
Revision 1.8tangorn 2004-03-09 17:52:53None
Fixed renaming the populations (so that they appear on the source combo
when the editor kicks in for missing source); Added most of gap junctions
code; still missing: adding new sources to list when the compartment is
added or cloning is used, All-to-one kernels causes crash.
Revision 1.7tangorn 2003-10-31 07:13:36None
Minor fix in setting the passive decay rate for learning; Started adding
placefield/synaptic strength display.
Revision 1.6tangorn 2003-09-22 06:52:45None
Fixed the bug in saving the population settings after canceling the editor
Revision 1.5tangorn 2003-09-16 09:44:42None
Added interface and handling of voltage-dependent block (i.e. Mg block in NMDA)
Revision 1.4tangorn 2003-08-20 10:53:02None
Changed "display" tag to "monitor" for readability; fixed the step size of
g_bar widget; fixed resistance->conductance transform for gap junctions.
Revision 1.3tangorn 2003-07-28 12:23:17None
Updated documentation; Changed status bar operation; Added progress bar;
Weights are not any longer reloaded on reset if the network or environment
changed; Populations are no longer recreated if edited; Error messages
updated for more understandability; Switched leakage to inverted gate in
standard channel; Changed leakage conductance units to pS; Changed item
correction editor to load specific page with error; Added weight bounds and
reduced learning rate 10 times; Set default salience to 100; Changed
gate pages to static to speed up editor loading; Made network description
static; Updated default channel and neuron files.
Revision 1.2tangorn 2003-07-18 10:57:30None
Converted network editor to tree form, made all widgets for currents
unified. Fixed the proper timing of reward disappearance. Other minor
fixes.
Revision 1.1tangorn 2003-03-23 23:22:15None
Initial revision
Revision 1.1.1.1tangorn 2003-03-23 23:22:15None
Resurrection of CVS server for KInNeSS

Filename: klayerparse.cpp
Revision 1.63tangorn 2008-10-22 16:20:23None
Added interface and parsing for random injection current
Revision 1.62tangorn 2008-02-20 19:34:32None
Fixed intercompartmental currents and gap junctions
Revision 1.61tangorn 2008-01-28 18:38:23None
Preparation for release
Revision 1.60tangorn 2007-11-30 12:28:23None
Adaptation for new weights and delays, unstable
Revision 1.59tangorn 2007-09-06 10:18:40None
New handling of weights and axonal delays, THIS IS UNFINISHED
Revision 1.58tangorn 2007-08-29 17:02:00None
Seems like it is ubuntu that is wrong, not the code`
Revision 1.57tangorn 2007-08-29 15:06:06None
Some ubuntu with gcc-4.1.2 fixes
Revision 1.56tangorn 2007-08-18 10:01:19None
New way to calculate intercompartmental current
Revision 1.55tangorn 2007-08-15 19:23:59None
Fixed a bug in xml parsing of branched neurons, courtesy of Jasmin Leveille
Revision 1.54tangorn 2007-08-10 09:57:26None
Rough draft of branching dendrites added, thus version number updated to 0.3.4
Revision 1.53tangorn 2005-12-21 08:10:11None
Fixed crash on loading some environments with scaled connectivity
Revision 1.52tangorn 2005-12-20 19:52:27None
Fixed crash on switch from scaled to relative. Synapses seem fine, gap
junctions seem shifted towards origin
Revision 1.51tangorn 2005-12-20 14:55:37None
Fixed crash on gate resizing
Revision 1.50tangorn 2005-12-16 13:45:10None
Fixed the crash, but 3->5 still does not scale properly
Revision 1.49tangorn 2005-12-16 09:44:24None
Unstable version using full functionality of scaled addressing
Revision 1.48tangorn 2005-12-05 15:39:45None
Generation of scaled Gaussian kernels should work now
Revision 1.47tangorn 2005-11-30 18:18:22None
Fixed kernel creation for non-scaled projections
Revision 1.46tangorn 2005-11-22 07:50:24None
Preparing fo kernel families in address scaling; Fixed bug that overwrote
network file after Network->New menu selection
Revision 1.45tangorn 2005-09-30 08:24:56None
Changed code to compile with gcc-3.4.4. Partially implemented new address
scaling functionality
Revision 1.44tangorn 2005-08-31 19:14:24None
Clean up
Revision 1.43tangorn 2005-08-26 14:05:06None
Fixed full size gates from scaled populations; fixed couple of memory leaks
Revision 1.42tangorn 2005-08-25 17:19:51None
Update of the user manual, still incomplete; New input protocol editor,
still buggy if used with navigation environment, should be fine with
generic
Revision 1.41tangorn 2005-04-02 11:05:43None
Interface fixes: Properly sets recent files checkmark on restart;
Missing menu option Network->Create restored; Population size can be
scaled by integer factor from the size of environment
Revision 1.40tangorn 2005-03-07 08:41:06None
Fixed a serious population resizing bug that might have been the cause of three
different types of crashes I have seen...
Revision 1.39tangorn 2005-03-06 07:00:25None
Added interface and parsing to handle depleteable transmitters (unfinished)
and connection-specific axonal delays. Testing in progress.
Revision 1.38tangorn 2004-12-29 00:26:45None
Fixed the crash on simulation reset when the All-to-one gate has been removed
from the network
Revision 1.37tangorn 2004-10-01 12:41:25None
Bugfix of modulation
Revision 1.36tangorn 2004-09-23 11:01:19None
Continue to test randomized weights
Revision 1.35tangorn 2004-09-21 10:30:22None
Better interface to handle new learning rules. Interface allows to set basic
weight (the one that will be approached with
learning if no correlation is present) and maximal weight now. Initial
weights are calculated as following:

a) If the connection is flat (one-to-one or all-to-one) the starting weight is
set to the basic weight.

b) If the connection is Gaussian, the weights are calculated as before, using
maximal weight for the peak of the Gaussian.

Instructions for loading old networks: until you open the network/population
editor and click save - nothing changes in the behavior of your old network.
If you open the editor, you will see that old weights are now maximal
weights, while new basic weights are set to 0.5 of maximal. That means, all
your Gaussian projections are good to go as they are, but for every flat
projection the starting weight is half of what it was. Manual correction is
the solution.
Revision 1.34tangorn 2004-09-19 19:24:21None
Making possible to change timestep between simulation segments. Minor fix
of gap junction meta info
Revision 1.33tangorn 2004-06-29 13:44:22None
More metainfo creation, should be complete now
Revision 1.32tangorn 2004-06-27 12:12:05None
Aside from adding metainfo for gap junctions fixed a bug in new channel
creation
Revision 1.31tangorn 2004-06-26 17:28:31None
Cleaned some debugging output
Revision 1.30tangorn 2004-06-26 10:47:24None
Changed the version to 0.3.3. Starting from this commit it can only
compile against SANNDRA 1.1.x. kinness-0.3.2 (until this commit) can
compile against either 1.1.x or 1.0.x.

So far kinness just gives
SANNDRA some metainfo to mess with, will be used to add stiff integration
Revision 1.29tangorn 2004-05-28 16:42:19None
Finalized new NeuroML tags parsing, backward compatible, can read old, new,
or mixed format; saves in new. Stable.
Revision 1.28tangorn 2004-05-26 15:40:47None
Added direct injected current (type "injection"); redid the interface for
input voltage (type "input") with backward compatibility check in the network
editor. Requires to open and save your old networks by the editor before running.
"AHP" dependency is now called "AHP/ADP", also should be backward compatible.
Fixed sliders in the SANNDRA preference page. Extended the ranges for
time constants up to 300/500 ms. Added a comment editor to the network editor,
do not use it yet though, I need to make it NeuroML compliant first. Fixed
the compartmental dimensions, note that interface still uses mm as units, but NeuroML
description now uses cm, so old networks should be manually corrected.
Revision 1.27tangorn 2004-05-06 16:03:57None
Fixed the reset. Added a lot of standard shortcuts and their descriptions
in the manual. Made the trajectory recording optional.
Revision 1.26tangorn 2004-04-24 14:23:01None
Fully compatible with SANNDRA RC1
Revision 1.25tangorn 2004-04-21 10:29:45None
Final cleaning for the new gating API in SANNDRA
Revision 1.24tangorn 2004-04-20 13:21:39None
Fixed one memory leak in the process of following SANNDRA new API
Revision 1.23tangorn 2004-04-20 06:20:09None
Corresponds to UNSTABLE SANNDRA commit.
Revision 1.22tangorn 2004-04-18 19:45:34None
SANNDRA API slightly changed, corresponding fixes.
Revision 1.21tangorn 2004-04-04 15:01:10None
Critical fix: crash if changing the size of the environment when the network
has all-to-one connection from input-size population
Revision 1.20tangorn 2004-03-22 13:27:47None
Fixed the bug in setting axial resistance.
Revision 1.19tangorn 2004-03-22 12:12:10None
Fixed the crash with all-to-one gap junctions.
Revision 1.18tangorn 2004-03-21 13:58:47None
Added parsing of the default compartmental leakage
Revision 1.17tangorn 2004-03-20 19:17:24None
Fixed setting proper compartment names for gap junctions when adding new compartment.
Fixed parsing of leakage reverse potential. Fixed parsing of NMDA.
Revision 1.16tangorn 2004-03-12 16:06:08None
Corrections for the new SANNDRA API
Revision 1.15tangorn 2004-03-09 17:52:53None
Fixed renaming the populations (so that they appear on the source combo
when the editor kicks in for missing source); Added most of gap junctions
code; still missing: adding new sources to list when the compartment is
added or cloning is used, All-to-one kernels causes crash.
Revision 1.14tangorn 2004-02-26 13:48:39None
Fixed the population list update and caption update during population renaming.
Revision 1.13tangorn 2004-02-26 07:13:53None
Fixed: leakage current; default voltages in voltage gated channel parsing;
conductance ranges; labels for m/tau description of voltage dependency.
Added: explicit representation for compartmental dimensions
Revision 1.12tangorn 2004-02-09 20:29:23None
Fixing the spike generation; Partial interface for gap junctions; All voltage
gated channels now should have V0 relative to Vrest, the default channels
are fixed accordingly.
Revision 1.11tangorn 2004-01-28 19:47:21None
Long live valgrind. Bugfixes.
Revision 1.10tangorn 2003-12-30 14:28:43None
Added interface and parsing for m/tau voltage dependence and the interface
for setting taus in Ca++ channels; two default Ca++ channels added
Revision 1.9tangorn 2003-10-26 11:00:03None
Separated KInput<T> and children into a file; Minor bugfixes in handling
leakage and voltage block gates; Reworked the projection source settings
and made possible to use fan input currents.
Revision 1.8tangorn 2003-09-29 12:25:56None
Minor fix of neuromodulation of spiking threshold in reduced channel
Revision 1.7tangorn 2003-09-16 09:44:42None
Added interface and handling of voltage-dependent block (i.e. Mg block in NMDA)
Revision 1.6tangorn 2003-09-08 11:51:31None
Adjusted the display color coding for the new reduced equation
Revision 1.5tangorn 2003-08-28 16:44:07None
Reworked the reduced channel interface, now leakage is included and parameters
are set by setting the threshold voltage and membrane constant; fixed layout
management in chemical channels; fixed suffixes in conductance widget; fixed
disabling the run on population editor cancellation.
Revision 1.4tangorn 2003-08-20 10:53:02None
Changed "display" tag to "monitor" for readability; fixed the step size of
g_bar widget; fixed resistance->conductance transform for gap junctions.
Revision 1.3tangorn 2003-07-28 12:23:17None
Updated documentation; Changed status bar operation; Added progress bar;
Weights are not any longer reloaded on reset if the network or environment
changed; Populations are no longer recreated if edited; Error messages
updated for more understandability; Switched leakage to inverted gate in
standard channel; Changed leakage conductance units to pS; Changed item
correction editor to load specific page with error; Added weight bounds and
reduced learning rate 10 times; Set default salience to 100; Changed
gate pages to static to speed up editor loading; Made network description
static; Updated default channel and neuron files.
Revision 1.2tangorn 2003-07-18 10:57:30None
Converted network editor to tree form, made all widgets for currents
unified. Fixed the proper timing of reward disappearance. Other minor
fixes.
Revision 1.1tangorn 2003-03-23 23:22:15None
Initial revision
Revision 1.1.1.1tangorn 2003-03-23 23:22:15None
Resurrection of CVS server for KInNeSS

Filename: ksim.cpp
Revision 1.42tangorn 2007-11-30 12:28:23None
Adaptation for new weights and delays, unstable
Revision 1.41tangorn 2007-11-09 10:10:34None
Fixed e-mail
Revision 1.40tangorn 2007-08-15 19:23:59None
Fixed a bug in xml parsing of branched neurons, courtesy of Jasmin Leveille
Revision 1.39tangorn 2006-02-26 10:43:14None
Fixed a crash at the end of simulation due to calling GUI from simulation thread
Revision 1.38tangorn 2005-12-20 14:55:37None
Fixed crash on gate resizing
Revision 1.37tangorn 2005-09-30 08:24:56None
Changed code to compile with gcc-3.4.4. Partially implemented new address
scaling functionality
Revision 1.36tangorn 2005-08-30 11:14:32None
Adding scaled adressing
Revision 1.35tangorn 2005-08-28 13:25:41None
Fixed the crash on switching from existing to new environment
Revision 1.34tangorn 2005-08-26 10:02:24None
Debugging version: catching the crash in kinmaze on new environment
Revision 1.33tangorn 2005-08-25 17:19:51None
Update of the user manual, still incomplete; New input protocol editor,
still buggy if used with navigation environment, should be fine with
generic
Revision 1.32tangorn 2005-03-08 21:27:45None
Changed trajectory recording to C file I/O for speed, corrected TSC readings
in Qt speed adjustment
Revision 1.31tangorn 2005-03-07 08:41:06None
Fixed a serious population resizing bug that might have been the cause of three
different types of crashes I have seen...
Revision 1.30tangorn 2005-03-06 07:00:25None
Added interface and parsing to handle depleteable transmitters (unfinished)
and connection-specific axonal delays. Testing in progress.
Revision 1.29tangorn 2005-01-16 11:30:38None
Introduced input protocols
Revision 1.28tangorn 2004-12-30 18:14:42None
This brings together all types of data visualisation that exist up to date:
based on the same classes they exibit similar behaviors like scaling, saving,
switching between color and grayscale pallette etc.
Revision 1.27tangorn 2004-12-25 15:15:16None
A fix for trajectory file not being flushed properly
Revision 1.26tangorn 2004-12-24 15:48:26None
Now LFP and CSD plotting is available for generic environment
Revision 1.25tangorn 2004-12-24 12:16:15None
This is reasonably correct version of LFP and CSD plotting, still a lot to work on
Revision 1.24tangorn 2004-10-09 03:32:56None
Made random reward restocking an option. This lifts the warning set in
Oct 1st commit, all new features are now configurable instead of hardcoded.
Also added grayscale display option for population activity display and
ability to save the picture of activity at any moment
Revision 1.23tangorn 2004-10-05 20:03:09None
Added DEPDIRS to cvsignores; Changed trajectory file output to only
write when the coordinate changes; Rewrote place field display for new
optimized input, it also handles old full input; Replaced deprecated
repaintNoErase with noAutoErase; Supposedly fixed progress bar for small
network loading.
Revision 1.22tangorn 2004-10-03 17:17:22None
Fixed the time getting off in trajectory file for long simulations
Revision 1.21tangorn 2004-09-30 21:10:08None
WARNING! This commit brings in some stuff that makes navigational environment
to behave in unusual fasion. It is not intended for users, I just need to
transfer these files on other machine. They will be either removed or corrected
later.
Revision 1.20tangorn 2004-06-26 10:47:24None
Changed the version to 0.3.3. Starting from this commit it can only
compile against SANNDRA 1.1.x. kinness-0.3.2 (until this commit) can
compile against either 1.1.x or 1.0.x.

So far kinness just gives
SANNDRA some metainfo to mess with, will be used to add stiff integration
Revision 1.19tangorn 2004-05-28 16:42:19None
Finalized new NeuroML tags parsing, backward compatible, can read old, new,
or mixed format; saves in new. Stable.
Revision 1.18tangorn 2004-05-26 15:40:47None
Added direct injected current (type "injection"); redid the interface for
input voltage (type "input") with backward compatibility check in the network
editor. Requires to open and save your old networks by the editor before running.
"AHP" dependency is now called "AHP/ADP", also should be backward compatible.
Fixed sliders in the SANNDRA preference page. Extended the ranges for
time constants up to 300/500 ms. Added a comment editor to the network editor,
do not use it yet though, I need to make it NeuroML compliant first. Fixed
the compartmental dimensions, note that interface still uses mm as units, but NeuroML
description now uses cm, so old networks should be manually corrected.
Revision 1.17tangorn 2004-05-10 19:37:46None
Manual almost done, plus minor fix of UI
Revision 1.16tangorn 2004-05-06 16:03:57None
Fixed the reset. Added a lot of standard shortcuts and their descriptions
in the manual. Made the trajectory recording optional.
Revision 1.15tangorn 2004-04-26 17:06:18None
Added interface and parsing for the fourth input channel; Fixed a number
of interface bugs.
Revision 1.14tangorn 2004-04-24 14:23:01None
Fully compatible with SANNDRA RC1
Revision 1.13tangorn 2004-04-18 19:45:34None
SANNDRA API slightly changed, corresponding fixes.
Revision 1.12tangorn 2004-04-05 11:11:42None
First take on place field display
Revision 1.11tangorn 2004-04-04 15:39:12None
Added trajectory saving in trajectory.dat
Revision 1.10tangorn 2004-04-03 22:40:25None
Adding the trajectory output
Revision 1.9tangorn 2004-01-29 10:15:05None
More critical bugfixes
Revision 1.8tangorn 2004-01-15 16:03:36None
Generic part is ready now for Max to start testing; Common code from it
and maze part moved to project part
Revision 1.7tangorn 2004-01-12 14:35:14None
Delete the default element tree in destructor; still leaks memory somewhwere
Revision 1.6tangorn 2004-01-10 19:15:50None
Test of ID in the file
Revision 1.5tangorn 2003-12-18 12:43:43None
Added a bit of session management; Fixed wrong starting path in weight save/load
dialog; Fixed statusbar not showing temporary messages.
Revision 1.4tangorn 2003-12-10 14:48:09None
Attempt to control animation speed through measuring of the simulation
performance
Revision 1.3tangorn 2003-09-21 13:26:10None
New version of status bar uses stack of messages, so several actions
can be performed and displayed correctly. Doxygen settings removed from CVS.
Revision 1.2tangorn 2003-07-28 12:23:17None
Updated documentation; Changed status bar operation; Added progress bar;
Weights are not any longer reloaded on reset if the network or environment
changed; Populations are no longer recreated if edited; Error messages
updated for more understandability; Switched leakage to inverted gate in
standard channel; Changed leakage conductance units to pS; Changed item
correction editor to load specific page with error; Added weight bounds and
reduced learning rate 10 times; Set default salience to 100; Changed
gate pages to static to speed up editor loading; Made network description
static; Updated default channel and neuron files.
Revision 1.1tangorn 2003-03-23 23:22:15None
Initial revision
Revision 1.1.1.1tangorn 2003-03-23 23:22:15None
Resurrection of CVS server for KInNeSS

Filename: ksim.h
Revision 1.32tangorn 2007-11-30 12:28:23None
Adaptation for new weights and delays, unstable
Revision 1.31tangorn 2007-08-10 09:57:26None
Rough draft of branching dendrites added, thus version number updated to 0.3.4
Revision 1.30tangorn 2006-02-26 10:43:14None
Fixed a crash at the end of simulation due to calling GUI from simulation thread
Revision 1.29tangorn 2005-09-30 08:24:56None
Changed code to compile with gcc-3.4.4. Partially implemented new address
scaling functionality
Revision 1.28tangorn 2005-08-25 17:19:51None
Update of the user manual, still incomplete; New input protocol editor,
still buggy if used with navigation environment, should be fine with
generic
Revision 1.27tangorn 2005-03-08 09:10:19None
New synapses are now fully ready for testing
Revision 1.26tangorn 2005-03-07 08:41:06None
Fixed a serious population resizing bug that might have been the cause of three
different types of crashes I have seen...
Revision 1.25tangorn 2005-03-06 07:00:25None
Added interface and parsing to handle depleteable transmitters (unfinished)
and connection-specific axonal delays. Testing in progress.
Revision 1.24tangorn 2005-01-16 11:30:38None
Introduced input protocols
Revision 1.23tangorn 2004-12-27 09:07:59None
Now the placefield display is also built on image plotter
Revision 1.22tangorn 2004-12-25 15:15:16None
A fix for trajectory file not being flushed properly
Revision 1.21tangorn 2004-12-24 15:48:26None
Now LFP and CSD plotting is available for generic environment
Revision 1.20tangorn 2004-12-24 12:16:15None
This is reasonably correct version of LFP and CSD plotting, still a lot to work on
Revision 1.19tangorn 2004-10-09 03:32:56None
Made random reward restocking an option. This lifts the warning set in
Oct 1st commit, all new features are now configurable instead of hardcoded.
Also added grayscale display option for population activity display and
ability to save the picture of activity at any moment
Revision 1.18tangorn 2004-09-30 21:10:08None
WARNING! This commit brings in some stuff that makes navigational environment
to behave in unusual fasion. It is not intended for users, I just need to
transfer these files on other machine. They will be either removed or corrected
later.
Revision 1.17tangorn 2004-06-26 16:50:30None
Minor change in handling preference pages
Revision 1.16tangorn 2004-04-26 11:17:57None
Minor fix of speed adjustment and part of user manual update.
Revision 1.15tangorn 2004-04-24 14:23:01None
Fully compatible with SANNDRA RC1
Revision 1.14tangorn 2004-04-05 11:11:42None
First take on place field display
Revision 1.13tangorn 2004-04-04 15:39:12None
Added trajectory saving in trajectory.dat
Revision 1.12tangorn 2004-04-03 22:40:25None
Adding the trajectory output
Revision 1.11tangorn 2004-03-12 16:06:08None
Corrections for the new SANNDRA API
Revision 1.10tangorn 2004-01-29 00:59:25None
New way of handling progress bar
Revision 1.9tangorn 2004-01-15 16:03:36None
Generic part is ready now for Max to start testing; Common code from it
and maze part moved to project part
Revision 1.8tangorn 2003-12-30 14:48:38None
Fixed the crash on destruction of KAxonUnit (happened on some systems)
Revision 1.7tangorn 2003-12-10 14:48:09None
Attempt to control animation speed through measuring of the simulation
performance
Revision 1.6tangorn 2003-10-26 11:00:03None
Separated KInput<T> and children into a file; Minor bugfixes in handling
leakage and voltage block gates; Reworked the projection source settings
and made possible to use fan input currents.
Revision 1.5tangorn 2003-09-22 06:52:45None
Fixed the bug in saving the population settings after canceling the editor
Revision 1.4tangorn 2003-09-21 11:41:56None
Set the progress bar to show progress during simulation run, currently
only works if Autoupdate is on and network controls behavior
Revision 1.3tangorn 2003-07-28 12:23:17None
Updated documentation; Changed status bar operation; Added progress bar;
Weights are not any longer reloaded on reset if the network or environment
changed; Populations are no longer recreated if edited; Error messages
updated for more understandability; Switched leakage to inverted gate in
standard channel; Changed leakage conductance units to pS; Changed item
correction editor to load specific page with error; Added weight bounds and
reduced learning rate 10 times; Set default salience to 100; Changed
gate pages to static to speed up editor loading; Made network description
static; Updated default channel and neuron files.
Revision 1.2tangorn 2003-07-18 10:57:30None
Converted network editor to tree form, made all widgets for currents
unified. Fixed the proper timing of reward disappearance. Other minor
fixes.
Revision 1.1tangorn 2003-03-23 23:22:15None
Initial revision
Revision 1.1.1.1tangorn 2003-03-23 23:22:15None
Resurrection of CVS server for KInNeSS

Filename: ksimparse.cpp
Revision 1.36tangorn 2007-11-30 12:28:23None
Adaptation for new weights and delays, unstable
Revision 1.35tangorn 2007-08-29 17:02:00None
Seems like it is ubuntu that is wrong, not the code`
Revision 1.34tangorn 2007-08-29 15:06:06None
Some ubuntu with gcc-4.1.2 fixes
Revision 1.33tangorn 2007-08-10 09:57:26None
Rough draft of branching dendrites added, thus version number updated to 0.3.4
Revision 1.32tangorn 2005-08-25 17:19:51None
Update of the user manual, still incomplete; New input protocol editor,
still buggy if used with navigation environment, should be fine with
generic
Revision 1.31tangorn 2005-04-02 11:05:43None
Interface fixes: Properly sets recent files checkmark on restart;
Missing menu option Network->Create restored; Population size can be
scaled by integer factor from the size of environment
Revision 1.30tangorn 2005-03-31 13:50:20None
Fixed crash on exit if no environment was selected; Fixed CSD/LFP being not able
to find cell description
Revision 1.29tangorn 2005-03-07 08:41:06None
Fixed a serious population resizing bug that might have been the cause of three
different types of crashes I have seen...
Revision 1.28tangorn 2005-03-06 07:00:26None
Added interface and parsing to handle depleteable transmitters (unfinished)
and connection-specific axonal delays. Testing in progress.
Revision 1.27tangorn 2005-02-28 00:39:21None
Minor adjustments of scaling and event processing for CSD and LFP displays
Revision 1.26tangorn 2004-12-30 18:14:42None
This brings together all types of data visualisation that exist up to date:
based on the same classes they exibit similar behaviors like scaling, saving,
switching between color and grayscale pallette etc.
Revision 1.25tangorn 2004-12-27 09:07:59None
Now the placefield display is also built on image plotter
Revision 1.24tangorn 2004-12-25 15:15:16None
A fix for trajectory file not being flushed properly
Revision 1.23tangorn 2004-12-24 15:48:26None
Now LFP and CSD plotting is available for generic environment
Revision 1.22tangorn 2004-12-24 12:16:15None
This is reasonably correct version of LFP and CSD plotting, still a lot to work on
Revision 1.21tangorn 2004-09-30 21:10:08None
WARNING! This commit brings in some stuff that makes navigational environment
to behave in unusual fasion. It is not intended for users, I just need to
transfer these files on other machine. They will be either removed or corrected
later.
Revision 1.20tangorn 2004-06-29 13:44:22None
More metainfo creation, should be complete now
Revision 1.19tangorn 2004-06-27 12:12:05None
Aside from adding metainfo for gap junctions fixed a bug in new channel
creation
Revision 1.18tangorn 2004-05-28 16:42:19None
Finalized new NeuroML tags parsing, backward compatible, can read old, new,
or mixed format; saves in new. Stable.
Revision 1.17tangorn 2004-05-26 23:55:30None
More NeuroML compliance
Revision 1.16tangorn 2004-05-26 22:22:05None
Updated the top-level NeuroML hierarchy to match current examples on their
web site. Backward compatible with old format.
Revision 1.15tangorn 2004-04-28 11:02:58None
Added (untested) randomization of axonal delays
Revision 1.14tangorn 2004-04-05 11:11:42None
First take on place field display
Revision 1.13tangorn 2004-04-04 15:39:12None
Added trajectory saving in trajectory.dat
Revision 1.12tangorn 2004-03-12 16:06:08None
Corrections for the new SANNDRA API
Revision 1.11tangorn 2004-01-29 10:15:05None
More critical bugfixes
Revision 1.10tangorn 2004-01-12 14:17:31None
Fixed enabling run inappropriately
Revision 1.9tangorn 2004-01-10 19:31:33None
Updated copyright information, also added Id tags to files changed in 2004
Revision 1.8tangorn 2004-01-09 16:45:03None
Removed comments for loading default neurons
Revision 1.7tangorn 2003-12-29 04:21:48None
Minor fixes of the graphics; fixed session management bug on KDE restore;
set threshold in learning rule to threshold in reduced equation.
Revision 1.6tangorn 2003-09-22 06:52:45None
Fixed the bug in saving the population settings after canceling the editor
Revision 1.5tangorn 2003-09-21 13:26:10None
New version of status bar uses stack of messages, so several actions
can be performed and displayed correctly. Doxygen settings removed from CVS.
Revision 1.4tangorn 2003-08-28 16:44:07None
Reworked the reduced channel interface, now leakage is included and parameters
are set by setting the threshold voltage and membrane constant; fixed layout
management in chemical channels; fixed suffixes in conductance widget; fixed
disabling the run on population editor cancellation.
Revision 1.3tangorn 2003-07-28 12:23:17None
Updated documentation; Changed status bar operation; Added progress bar;
Weights are not any longer reloaded on reset if the network or environment
changed; Populations are no longer recreated if edited; Error messages
updated for more understandability; Switched leakage to inverted gate in
standard channel; Changed leakage conductance units to pS; Changed item
correction editor to load specific page with error; Added weight bounds and
reduced learning rate 10 times; Set default salience to 100; Changed
gate pages to static to speed up editor loading; Made network description
static; Updated default channel and neuron files.
Revision 1.2tangorn 2003-07-18 10:57:30None
Converted network editor to tree form, made all widgets for currents
unified. Fixed the proper timing of reward disappearance. Other minor
fixes.
Revision 1.1tangorn 2003-03-23 23:22:15None
Initial revision
Revision 1.1.1.1tangorn 2003-03-23 23:22:15None
Resurrection of CVS server for KInNeSS

Filename: kunit.cpp
Revision 1.66tangorn 2008-10-22 16:20:23None
Added interface and parsing for random injection current
Revision 1.65tangorn 2008-06-12 15:45:06None
Added <?xml version='1.0' ?> tag to beginning of all saved xml documents. KInNeSS does not use it, so old files are still valid.
Revision 1.64tangorn 2008-06-10 06:04:48None
Generating and parsing synaptic weights: New style almost complete.
Remaining issue - one-to-one projections are not working properly
Revision 1.63tangorn 2008-06-05 19:03:40None
Finished axonal delays saving/loading.
Revision 1.62tangorn 2008-06-05 18:28:43None
Debugging axonal delays loading/saving
Revision 1.61tangorn 2007-11-30 12:28:23None
Adaptation for new weights and delays, unstable
Revision 1.60tangorn 2007-11-08 16:01:14None
Axonal delays are almost added, only file loading remains. Requires update
of SANNDRA
Revision 1.59tangorn 2007-11-08 12:31:00None
Fixed couple of bugs in 1.3 NeuroML parser, continue to work on new weights
and delays, still broken...
Revision 1.58tangorn 2007-09-06 10:18:40None
New handling of weights and axonal delays, THIS IS UNFINISHED
Revision 1.57tangorn 2007-08-29 17:02:00None
Seems like it is ubuntu that is wrong, not the code`
Revision 1.56tangorn 2007-08-29 15:06:06None
Some ubuntu with gcc-4.1.2 fixes
Revision 1.55tangorn 2007-08-15 19:23:59None
Fixed a bug in xml parsing of branched neurons, courtesy of Jasmin Leveille
Revision 1.54tangorn 2007-08-10 09:57:26None
Rough draft of branching dendrites added, thus version number updated to 0.3.4
Revision 1.53tangorn 2006-03-18 20:36:35None
ompiles with gcc-4.0.2 now
Revision 1.52tangorn 2005-12-20 21:39:46None
Fixed one to one adressing
Revision 1.51tangorn 2005-12-20 19:59:04None
Opps, wrong file was committed in previous committ. Gap junctions are good.
Revision 1.50tangorn 2005-12-20 19:52:27None
Fixed crash on switch from scaled to relative. Synapses seem fine, gap
junctions seem shifted towards origin
Revision 1.49tangorn 2005-12-20 18:03:26None
Almost finished scaled addressing. Might sometimes crash in populations
with many links from sources of different sizes
Revision 1.48tangorn 2005-12-16 13:45:10None
Fixed the crash, but 3->5 still does not scale properly
Revision 1.47tangorn 2005-12-16 09:44:24None
Unstable version using full functionality of scaled addressing
Revision 1.46tangorn 2005-12-10 15:59:22None
Fixed wrong assignment of masks in border effects for wrap/expand
Revision 1.45tangorn 2005-11-30 17:12:21None
Made the third option for offset: absolute, relative, and scaled.
Revision 1.44tangorn 2005-11-22 07:50:24None
Preparing fo kernel families in address scaling; Fixed bug that overwrote
network file after Network->New menu selection
Revision 1.43tangorn 2005-09-30 08:24:56None
Changed code to compile with gcc-3.4.4. Partially implemented new address
scaling functionality
Revision 1.42tangorn 2005-08-30 11:33:05None
Oops, restoring lost changes
Revision 1.41tangorn 2005-08-30 11:14:32None
Adding scaled adressing
Revision 1.40tangorn 2005-08-29 14:07:50None
Following the int sizes in SANNDRA
Revision 1.39tangorn 2005-08-25 17:19:51None
Update of the user manual, still incomplete; New input protocol editor,
still buggy if used with navigation environment, should be fine with
generic
Revision 1.38tangorn 2005-03-09 18:45:15None
Corrected random axonal delays
Revision 1.37tangorn 2005-03-08 16:00:19None
Changed the sizes of SANNDRA integer parameters
Revision 1.36tangorn 2005-03-08 09:10:19None
New synapses are now fully ready for testing
Revision 1.35tangorn 2005-03-06 07:00:26None
Added interface and parsing to handle depleteable transmitters (unfinished)
and connection-specific axonal delays. Testing in progress.
Revision 1.34tangorn 2005-01-16 11:30:38None
Introduced input protocols
Revision 1.33tangorn 2004-09-22 06:26:47None
Depotentiation window length is a working parameter setting now
Revision 1.32tangorn 2004-09-21 10:30:22None
Better interface to handle new learning rules. Interface allows to set basic
weight (the one that will be approached with
learning if no correlation is present) and maximal weight now. Initial
weights are calculated as following:

a) If the connection is flat (one-to-one or all-to-one) the starting weight is
set to the basic weight.

b) If the connection is Gaussian, the weights are calculated as before, using
maximal weight for the peak of the Gaussian.

Instructions for loading old networks: until you open the network/population
editor and click save - nothing changes in the behavior of your old network.
If you open the editor, you will see that old weights are now maximal
weights, while new basic weights are set to 0.5 of maximal. That means, all
your Gaussian projections are good to go as they are, but for every flat
projection the starting weight is half of what it was. Manual correction is
the solution.
Revision 1.31tangorn 2004-09-20 18:35:16None
Handles new learning rules (well, almost, I suspect new ksim.cpp might
be needed, but it has too much untested junk in it tonight)
Revision 1.30tangorn 2004-06-09 14:32:37None
Adjusted the interface to new learning rules.
Revision 1.29tangorn 2004-05-28 16:42:19None
Finalized new NeuroML tags parsing, backward compatible, can read old, new,
or mixed format; saves in new. Stable.
Revision 1.28tangorn 2004-05-26 15:40:47None
Added direct injected current (type "injection"); redid the interface for
input voltage (type "input") with backward compatibility check in the network
editor. Requires to open and save your old networks by the editor before running.
"AHP" dependency is now called "AHP/ADP", also should be backward compatible.
Fixed sliders in the SANNDRA preference page. Extended the ranges for
time constants up to 300/500 ms. Added a comment editor to the network editor,
do not use it yet though, I need to make it NeuroML compliant first. Fixed
the compartmental dimensions, note that interface still uses mm as units, but NeuroML
description now uses cm, so old networks should be manually corrected.
Revision 1.27tangorn 2004-04-26 17:06:18None
Added interface and parsing for the fourth input channel; Fixed a number
of interface bugs.
Revision 1.26tangorn 2004-04-20 06:20:09None
Corresponds to UNSTABLE SANNDRA commit.
Revision 1.25tangorn 2004-04-18 19:45:34None
SANNDRA API slightly changed, corresponding fixes.
Revision 1.24tangorn 2004-03-21 13:58:47None
Added parsing of the default compartmental leakage
Revision 1.23tangorn 2004-03-20 19:17:24None
Fixed setting proper compartment names for gap junctions when adding new compartment.
Fixed parsing of leakage reverse potential. Fixed parsing of NMDA.
Revision 1.22tangorn 2004-03-12 16:06:08None
Corrections for the new SANNDRA API
Revision 1.21tangorn 2004-03-09 17:52:53None
Fixed renaming the populations (so that they appear on the source combo
when the editor kicks in for missing source); Added most of gap junctions
code; still missing: adding new sources to list when the compartment is
added or cloning is used, All-to-one kernels causes crash.
Revision 1.20tangorn 2004-02-26 07:13:53None
Fixed: leakage current; default voltages in voltage gated channel parsing;
conductance ranges; labels for m/tau description of voltage dependency.
Added: explicit representation for compartmental dimensions
Revision 1.19tangorn 2004-02-09 20:29:23None
Fixing the spike generation; Partial interface for gap junctions; All voltage
gated channels now should have V0 relative to Vrest, the default channels
are fixed accordingly.
Revision 1.18tangorn 2004-01-29 10:15:05None
More critical bugfixes
Revision 1.17tangorn 2004-01-29 00:59:25None
New way of handling progress bar
Revision 1.16tangorn 2004-01-28 19:47:21None
Long live valgrind. Bugfixes.
Revision 1.15tangorn 2004-01-10 19:31:33None
Updated copyright information, also added Id tags to files changed in 2004
Revision 1.14tangorn 2004-01-03 13:39:37None
Fixed disabling run if new environment created without a rat; added setting
the reduced equation to generate APs
Revision 1.13tangorn 2003-12-29 04:21:48None
Minor fixes of the graphics; fixed session management bug on KDE restore;
set threshold in learning rule to threshold in reduced equation.
Revision 1.12tangorn 2003-12-18 12:43:43None
Added a bit of session management; Fixed wrong starting path in weight save/load
dialog; Fixed statusbar not showing temporary messages.
Revision 1.11tangorn 2003-11-17 12:48:59None
Fixed minor bug in gating interface; expanded border handling to three types:
extend - no input from outside of the environment, wrap - input from (n+1)-th
pixel is equal to input from 1st pixel, expand - input from (n+1)-th pixel is
equal to input from n-th pixel.
Revision 1.10tangorn 2003-11-02 11:59:55None
Removed manipulating speed hack in kmaze, animal moves normally as before hack;
Added decay rate settings widgets in editor and use of decay rates in simulation
Revision 1.9tangorn 2003-10-31 07:13:36None
Minor fix in setting the passive decay rate for learning; Started adding
placefield/synaptic strength display.
Revision 1.8tangorn 2003-10-26 11:00:03None
Separated KInput<T> and children into a file; Minor bugfixes in handling
leakage and voltage block gates; Reworked the projection source settings
and made possible to use fan input currents.
Revision 1.7tangorn 2003-10-21 05:40:08None
Fixed little bug with voltage block handling
Revision 1.6tangorn 2003-10-10 00:48:13None
Minor gate counting bug fixed
Revision 1.5tangorn 2003-09-21 11:41:56None
Set the progress bar to show progress during simulation run, currently
only works if Autoupdate is on and network controls behavior
Revision 1.4tangorn 2003-08-28 16:44:07None
Reworked the reduced channel interface, now leakage is included and parameters
are set by setting the threshold voltage and membrane constant; fixed layout
management in chemical channels; fixed suffixes in conductance widget; fixed
disabling the run on population editor cancellation.
Revision 1.3tangorn 2003-07-28 12:23:17None
Updated documentation; Changed status bar operation; Added progress bar;
Weights are not any longer reloaded on reset if the network or environment
changed; Populations are no longer recreated if edited; Error messages
updated for more understandability; Switched leakage to inverted gate in
standard channel; Changed leakage conductance units to pS; Changed item
correction editor to load specific page with error; Added weight bounds and
reduced learning rate 10 times; Set default salience to 100; Changed
gate pages to static to speed up editor loading; Made network description
static; Updated default channel and neuron files.
Revision 1.2tangorn 2003-07-18 10:57:30None
Converted network editor to tree form, made all widgets for currents
unified. Fixed the proper timing of reward disappearance. Other minor
fixes.
Revision 1.1tangorn 2003-03-23 23:22:15None
Initial revision
Revision 1.1.1.1tangorn 2003-03-23 23:22:15None
Resurrection of CVS server for KInNeSS

Filename: kunit.h
Revision 1.9tangorn 2008-06-10 06:04:48None
Generating and parsing synaptic weights: New style almost complete.
Remaining issue - one-to-one projections are not working properly
Revision 1.8tangorn 2008-06-05 18:28:43None
Debugging axonal delays loading/saving
Revision 1.7tangorn 2007-11-09 10:10:34None
Fixed e-mail
Revision 1.6tangorn 2005-12-20 21:39:46None
Fixed one to one adressing
Revision 1.5tangorn 2005-12-20 19:52:27None
Fixed crash on switch from scaled to relative. Synapses seem fine, gap
junctions seem shifted towards origin
Revision 1.4tangorn 2005-12-20 18:03:26None
Almost finished scaled addressing. Might sometimes crash in populations
with many links from sources of different sizes
Revision 1.3tangorn 2005-09-30 08:24:56None
Changed code to compile with gcc-3.4.4. Partially implemented new address
scaling functionality
Revision 1.2tangorn 2005-08-30 11:14:32None
Adding scaled adressing
Revision 1.1tangorn 2005-03-08 09:10:19None
New synapses are now fully ready for testing

Filename: ndisplay.cpp
Revision 1.15tangorn 2005-02-03 18:34:59None
Fix for new automake warning, fix for 64 bit arch, some debug output added
Revision 1.14tangorn 2004-12-30 18:14:42None
This brings together all types of data visualisation that exist up to date:
based on the same classes they exibit similar behaviors like scaling, saving,
switching between color and grayscale pallette etc.
Revision 1.13tangorn 2004-12-28 14:07:47None
Added the basic shell for CSD, LFP and PF displays, currently disabled
Revision 1.12tangorn 2004-12-26 15:24:23None
Converted population display to a child of image plotter. Fixed minor
bugs in CSD and place field displays.
Revision 1.11tangorn 2004-12-23 14:36:28None
Partial fix for the population window sizing. It is initially proportional
to the population size and tries to keep the height to width ratio while
being resized. Currently messes up the layout if the width is either too
large (buttons slide out of view) or too small (button text is obscured).
Revision 1.10tangorn 2004-10-19 10:05:26None
As my priceless user poited out the backward compatibility fix was
not complete in yesterday commit. Here is the fix of the fix :)
Revision 1.9tangorn 2004-10-18 07:47:43None
This should fix compillation problem for Qt < 3.3 and KDE < 3.2; Also added
our specific mime type for NeuroML (*.nml), can load both old (*.xml) and new extensions,
saves as new ones...
Revision 1.8tangorn 2004-10-09 03:32:56None
Made random reward restocking an option. This lifts the warning set in
Oct 1st commit, all new features are now configurable instead of hardcoded.
Also added grayscale display option for population activity display and
ability to save the picture of activity at any moment
Revision 1.7tangorn 2004-10-05 20:03:09None
Added DEPDIRS to cvsignores; Changed trajectory file output to only
write when the coordinate changes; Rewrote place field display for new
optimized input, it also handles old full input; Replaced deprecated
repaintNoErase with noAutoErase; Supposedly fixed progress bar for small
network loading.
Revision 1.6tangorn 2004-04-05 11:11:42None
First take on place field display
Revision 1.5tangorn 2004-01-29 10:15:05None
More critical bugfixes
Revision 1.4tangorn 2004-01-28 19:47:21None
Long live valgrind. Bugfixes.
Revision 1.3tangorn 2003-10-31 07:13:36None
Minor fix in setting the passive decay rate for learning; Started adding
placefield/synaptic strength display.
Revision 1.2tangorn 2003-09-08 11:51:31None
Adjusted the display color coding for the new reduced equation
Revision 1.1tangorn 2003-03-23 23:22:15None
Initial revision
Revision 1.1.1.1tangorn 2003-03-23 23:22:15None
Resurrection of CVS server for KInNeSS

Filename: ndisplay.h
Revision 1.10tangorn 2007-11-09 10:10:34None
Fixed e-mail
Revision 1.9tangorn 2004-12-30 18:14:42None
This brings together all types of data visualisation that exist up to date:
based on the same classes they exibit similar behaviors like scaling, saving,
switching between color and grayscale pallette etc.
Revision 1.8tangorn 2004-12-26 15:24:23None
Converted population display to a child of image plotter. Fixed minor
bugs in CSD and place field displays.
Revision 1.7tangorn 2004-12-23 14:36:28None
Partial fix for the population window sizing. It is initially proportional
to the population size and tries to keep the height to width ratio while
being resized. Currently messes up the layout if the width is either too
large (buttons slide out of view) or too small (button text is obscured).
Revision 1.6tangorn 2004-10-09 03:32:56None
Made random reward restocking an option. This lifts the warning set in
Oct 1st commit, all new features are now configurable instead of hardcoded.
Also added grayscale display option for population activity display and
ability to save the picture of activity at any moment
Revision 1.5tangorn 2004-04-05 11:11:42None
First take on place field display
Revision 1.4tangorn 2004-01-29 10:15:05None
More critical bugfixes
Revision 1.3tangorn 2004-01-28 19:47:21None
Long live valgrind. Bugfixes.
Revision 1.2tangorn 2003-10-31 07:13:36None
Minor fix in setting the passive decay rate for learning; Started adding
placefield/synaptic strength display.
Revision 1.1tangorn 2003-03-23 23:22:15None
Initial revision
Revision 1.1.1.1tangorn 2003-03-23 23:22:15None
Resurrection of CVS server for KInNeSS