EXNN.Connectome

Stores genomes forming the system, with their inner information.

On boot it expands a pattern of the form:

[sensor: [S_ID_1, S_ID_2, ..., S_ID_l], neuron: {N_1, N_2, …, N_m}, actuator: [A_ID_1, A_ID_2, ..., A_ID_n]

where N_s, N_i, N_a are natural numbers, into a linking information between nodes with m hidden layers each of size N_i

Summary

all()

returns the list of all genomes

get(id)
neurons()

returns all neuron genomes

start_link()
update(id, dict)

accepts anything map or dict like

Functions

all()

returns the list of all genomes

get(id)
neurons()

returns all neuron genomes

start_link()
update(id, dict)

accepts anything map or dict like