Main Neurospaces logo neurospaces 0.1675 Thu, 27 Dec 2007 15:58:18 -0600 hugo

Index of group ./specifications/algorithms/grid


Index
Up

grid algorithm

1. Force a reload of the network
2. Increase number of references (cells)
3. Boundary condition : one reference
4. Boundary condition : no references

1. Force a reload of the network

Startup command : ./neurospacesparse -q legacy/populations/granule.ndf



2. Increase number of references (cells)

Startup command : ./neurospacesparse -v 1 -q legacy/populations/granule.ndf


Comments, Preparation, Reparation

1. Preparation needed before the commands below :
Creating a population with 14400 cells
2. And repared afterwards using :
Restoring old population

2.1. Is neurospaces startup successful ?

1. Part of expected output
./neurospacesparse: No errors for .+?/legacy/populations/granule.ndf.

2.2. How many granule cells do we have ?

1. Executed command
cellcount /GranulePopulation
2. Part of expected output
Number of cells : 14400

2.3. What do the algorithm classes and instances report of what they have done ?

1. Executed command
algorithmset
2. Part of expected output
---
number_of_algorithm_classes: 8
---
name: ConnectionCheckerClass
report:
    number_of_created_instances: 0
---
name: RandomizeClass
report:
    number_of_created_instances: 0
---
name: SpinesClass
report:
    number_of_created_instances: 0
---
name: ProjectionRandomizedClass
report:
    number_of_created_instances: 0
---
name: ProjectionVolumeClass
report:
    number_of_created_instances: 0
---
name: InserterClass
report:
    number_of_created_instances: 0
---
name: Grid3DClass
report:
    number_of_created_instances: 1
---
name: DendrogramClass
report:
    number_of_created_instances: 0
---
number_of_algorithm_instances: 1
---
name: Grid3DInstance GranuleGrid
report:
    number_of_created_components: 14400
    Grid3DInstance_prototype: Granule_cell
    Grid3DInstance_options: 160 0.000050 18 0.000038 5 0.900000

3. Boundary condition : one reference

Startup command : ./neurospacesparse -v 1 -q legacy/populations/granule.ndf


Comments, Preparation, Reparation

1. Preparation needed before the commands below :
Creating a population with one cell
2. And repared afterwards using :
Restoring old population

3.1. Is neurospaces startup successful ?

1. Part of expected output
./neurospacesparse: No errors for .+?/legacy/populations/granule.ndf.

3.2. How many granule cells do we have ?

1. Executed command
cellcount /GranulePopulation
2. Part of expected output
Number of cells : 1

3.3. What do the algorithm classes and instances report of what they have done ?

1. Executed command
algorithmset
2. Part of expected output
---
number_of_algorithm_classes: 8
---
name: ConnectionCheckerClass
report:
    number_of_created_instances: 0
---
name: RandomizeClass
report:
    number_of_created_instances: 0
---
name: SpinesClass
report:
    number_of_created_instances: 0
---
name: ProjectionRandomizedClass
report:
    number_of_created_instances: 0
---
name: ProjectionVolumeClass
report:
    number_of_created_instances: 0
---
name: InserterClass
report:
    number_of_created_instances: 0
---
name: Grid3DClass
report:
    number_of_created_instances: 1
---
name: DendrogramClass
report:
    number_of_created_instances: 0
---
number_of_algorithm_instances: 1
---
name: Grid3DInstance GranuleGrid
report:
    number_of_created_components: 1
    Grid3DInstance_prototype: Granule_cell
    Grid3DInstance_options: 1 0.000050 1 0.000038 1 0.900000

4. Boundary condition : no references

Startup command : ./neurospacesparse -v 1 -q legacy/populations/granule.ndf


Comments, Preparation, Reparation

1. Preparation needed before the commands below :
Creating a population without cells
2. And repared afterwards using :
Restoring old population

4.1. Is neurospaces startup successful ?

1. Part of expected output
./neurospacesparse: No errors for .+?/legacy/populations/granule.ndf.

4.2. How many granule cells do we have ?

1. Executed command
cellcount /GranulePopulation
2. Part of expected output
Number of cells : 0

4.3. What do the algorithm classes and instances report of what they have done ?

1. Executed command
algorithmset
2. Part of expected output
---
number_of_algorithm_classes: 8
---
name: ConnectionCheckerClass
report:
    number_of_created_instances: 0
---
name: RandomizeClass
report:
    number_of_created_instances: 0
---
name: SpinesClass
report:
    number_of_created_instances: 0
---
name: ProjectionRandomizedClass
report:
    number_of_created_instances: 0
---
name: ProjectionVolumeClass
report:
    number_of_created_instances: 0
---
name: InserterClass
report:
    number_of_created_instances: 0
---
name: Grid3DClass
report:
    number_of_created_instances: 1
---
name: DendrogramClass
report:
    number_of_created_instances: 0
---
number_of_algorithm_instances: 1
---
name: Grid3DInstance GranuleGrid
report:
    number_of_created_components: 0
    Grid3DInstance_prototype: Granule_cell
    Grid3DInstance_options: 0 0.000050 8 0.000038 1 0.900000