| Trees | Indices | Help |
|
|---|
|
|
Version: $Revision: 11324 $
|
|||
|
ParameterizedFunction Acts like a Python function, but with arguments that are Parameters. |
|||
|
normalize_path Convert a UNIX-style path to the current OS's format, typically for creating a new file or directory. |
|||
| _generate | |||
|
CommandMetaclass A class having this as a metaclass will have its __call__() method automatically wrapped so that any exception occurring inside __call__() will be passed to the class's _except() method. |
|||
|
Command Parameterized command: any error when the command is run (called) will not raise an exception, but will instead generate a warning. |
|||
|
ImportErrorObject Raises an ImportError on any attempt to access an attribute, call, or get an item. |
|||
|
ImportErrorRaisingFakeModule Returns an ImportErrorObject for any attribute request. |
|||
|
_VersionPrinter When unpickled, prints version & release information about snapshot. |
|||
| param_formatter | |||
|
run_batch Run a Topographica simulation in batch mode. |
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
vc_topographica_dir =
|
|||
default_analysis_plotgroups =
|
|||
__package__ =
|
|||
k =
|
|||
v =
|
|||
|
|||
Present the specified test patterns for the specified duration. Given a set of input patterns (dictionary of GeneratorSheetName:PatternGenerator pairs), installs them into the specified GeneratorSheets, runs the simulation for the specified length of time, then restores the original patterns and the original simulation time. Thus this input is not considered part of the regular simulation, and is usually for testing purposes. As a special case, if 'inputs' is just a single pattern, and not a dictionary, it is presented to all GeneratorSheets. If a simulation is not provided, the active simulation, if one exists, is requested. If this process is interrupted by the user, the temporary patterns may still be installed on the retina. If overwrite_previous is true, the given inputs overwrite those previously defined. If plastic is False, overwrites the existing values of Sheet.plastic to disable plasticity, then reenables plasticity. In order to to see the sequence of values presented, use the back arrow history mechanism in the GUI. Note that the GUI's Activity window must be open and the display parameter set to true (display=True). |
Save a snapshot of the network's current state. The snapshot is saved as a gzip-compressed Python binary pickle. (xml snapshots are currently experimental, and will not be useful for most users.) As this function uses Python's 'pickle' module, it is subject to the same limitations (see the pickle module's documentation) - with the notable exception of class attributes. Python does not pickle class attributes, but this function stores class attributes of any Parameterized class that is declared within the topo package. See the param.parameterized.PicklableClassAttributes class for more information. |
Save the current simulation as a Topographica script. Generates a script that, if run, would generate a simulation with the same architecture as the one currently in memory. This can be useful when defining networks in place, so that the same general configuration can be recreated later. It also helps when comparing two similar networks generated with different scripts, so that the corresponding items can be matched rigorously. Note that the result of this operation is usually just a starting point for further editing, because it will not usually be runnable as-is (for instance, some parameters may not have runnable representations). Even so, this is usually a good start. |
|
|
Estimate the minimum memory needed for the Sheets in this Simulation, in bytes. This estimate is a lower bound only, based primarily on memory for the matrices used for activity and connections. |
|
|||
default_analysis_plotgroups
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Thu Aug 5 14:59:19 2010 | http://epydoc.sourceforge.net |