MCPcopy
hub / github.com/xviniette/FlappyLearning / Layer

Function Layer

Neuroevolution.js:101–104  ·  view source on GitHub ↗
(index)

Source from the content-addressed store, hash-verified

99 * @param {index} Index of this Layer in the Network.
100 */
101 var Layer = function (index) {
102 this.id = index || 0;
103 this.neurons = [];
104 }
105
106 /**
107 * Populate the Layer with a set of randomly weighted Neurons.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected