MCPcopy Create free account

hub / github.com/davidrmiller/biosim4 / types & classes

Types & classes29 in github.com/davidrmiller/biosim4

↓ 68 callersClassCoord
src/basicTypes.h:64
↓ 53 callersClassDir
src/basicTypes.h:63
↓ 12 callersClassPolar
src/basicTypes.h:65
↓ 1 callersClassColumn
src/signals.h:20
↓ 1 callersClassColumn
src/grid.h:28
↓ 1 callersClassLayer
src/signals.h:29
↓ 1 callersClassSignal
Callback functions (so called slots) can be connected to a signal and will be called when the signal is called (Signal implements __c
tests/pylib/threadutils.py:29
EnumAction
Place the action neuron you want enabled prior to NUM_ACTIONS. Any that are after NUM_ACTIONS will be disabled in the simulator. If new items are adde
src/sensors-actions.h:68
EnumAction
src/executeActions.cpp:73
EnumCompass
src/basicTypes.h:61
ClassGene
src/genome-neurons.h:23
ClassGrid
src/peeps.h:14
ClassGrid
src/grid.h:24
ClassImageFrameData
This holds all data needed to construct one image frame. The data is cached in this structure so that the image writer can work on it in a separate th
src/imageWriter.h:20
ClassImageWriter
src/imageWriter.h:31
ClassIndiv
src/peeps.h:13
ClassIndiv
src/indiv.h:16
ClassNeuralNet
src/genome-neurons.h:70
ClassNeuron
src/genome-neurons.h:73
ClassNode
This structure is used while converting the connection list to a neural net. This helps us to find neurons that don't feed anything so that they can b
src/genome.cpp:21
ClassParamManager
src/params.h:73
ClassParams
src/params.h:24
ClassPeeps
This class keeps track of alive and dead Indiv's and where they are in the Grid. Peeps allows spawning a live Indiv at a random or specific location i
src/peeps.h:31
ClassRandomUintGenerator
src/random.h:12
EnumRunMode
src/params.h:17
EnumSensor
Place the sensor neuron you want enabled prior to NUM_SENSES. Any that are after NUM_SENSES will be disabled in the simulator. If new items are added
src/sensors-actions.h:36
ClassSignals
src/signals.h:19
ClassTestConfig
Return a config parser object with default values.
tests/pylib/config.py:21
ClassTimer
a simple timer (used for stuff like keepalive)
tests/pylib/threadutils.py:105