public class Neurons extends Feature
ABS_REF_PERIODS, BIAS, BP_TRAINING, decoder, DELAYS, evolver, FUNCTIONS, id, LINKS, maxValue, minValue, NEURONS, params, PATTERNS, REL_REF_PERIODS, RPROP_TRAINING, SPLINE, THRESHOLDS, valueCount, WEIGHTS
Constructor and Description |
---|
Neurons(Decoder decoder)
Constructs the feature.
|
Modifier and Type | Method and Description |
---|---|
void |
develop()
Develops the feature.
|
boolean |
isInputs()
Returns status of input neuron evolution.
|
boolean |
isOutputs()
Returns status of output neuron evolution.
|
void |
setInputs(boolean inputs)
Sets status of input neuron evolution.
|
void |
setOutputs(boolean outputs)
Sets status of output neuron evolution.
|
void |
setup(Evolver evolver)
Sets up the feature by counting the number of neurons to be evolved.
|
compareTo, getDecoder, getField, getId, getMaxValue, getMinValue, getValueCount, setDecoder, setMaxValue, setMinValue, setupFields, toString
public Neurons(Decoder decoder)
public boolean isInputs()
public void setInputs(boolean inputs)
inputs
- true, if input neuron evolutionpublic boolean isOutputs()
public void setOutputs(boolean outputs)
outputs
- true, if output neurons are evolved.public void setup(Evolver evolver)