Opened 7 years ago
Closed 7 years ago
#59 closed enhancement (fixed)
f4: effectors/neurons should not be hardcoded (N|@), but rather use general oper_fx functions
Reported by: | Maciej Komosinski | Owned by: | Grzegorz Latosiński |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | genetic representations | Version: | |
Keywords: | Cc: |
Description
...to support all available neuron classes. See for example parseNeuroClass()
and also sources of getRandomNeuroClassWithOutput()
and getRandomNeuroClass()
.
So now in f4 we support
N[inputs][inputs...]
N@[inputs][inputs...]
N|[inputs][inputs...]
and we want to allow for
AnyNeuronClassWithOutput[inputs_if_needed...][inputs_if_needed...]
plus two special cases to support old genotypes, i.e.
N@[inputs][inputs...]
N|[inputs][inputs...]
where we have two neurons in sequence.
Note: See
TracTickets for help on using
tickets.