File: TODO

package info (click to toggle)
python-csa 0.1.13-1
  • links: PTS
  • area: main
  • in suites: sid
  • size: 572 kB
  • sloc: python: 2,444; cpp: 320; sh: 49; makefile: 39
file content (27 lines) | stat: -rw-r--r-- 860 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
* Flip y-axis in show.  Flip axes.

* Go through how RNG:s are seeded, especially when one CS is used
  repeatedly as component of other CSs

* Go through use of and rename classes Finite and FiniteMask.

* Avoid intersection at top of MaskPartition

* Implement CSetPartition

* Implement lazy evaluation in BinaryCSet.makeValueSetMap

* Implement SubMaskContainer (startIteration etc) to avoid code duplication

* eliminate code duplication in _elementary.FanInRandomMask

* loosen up criteria on Finite connection sets to BoundedConnectivity
  (Masks with upper bounds on the number of connections per source or
  target.)

* generalize FanInRandomMask to work on BoundedInConnectivityMask:s, for
  example block masks of BoundedInConnectivityMask:s

* generalize SampleNRandomMask to work on Finite masks

* make value sets returned by value(c,k) iterable