Function evosim::brain::resource::inward_bulk_pass
source · fn inward_bulk_pass(
grouped_signal: &mut Vec<Vec<&mut InwardNNInputSignalUnit>>,
nnvec: &mut Vec<GenericNN>,
bulk_idx: usize
)
Expand description
Pass the signal from the leaf to the root layer by layer
bulk_idx can not be 0