Menu

Commit [r1562]  Maximize  Restore  History

Simplified the updateNet() function. Removed the

array storing neuron indices (neurons are thought
to be sorted in ascending mode from inputs to outputs,
i.e. hidden neurons have indices from <ninputs> to
<ninputs + nhiddens>). Moved the update of the number
of neurons in the setParameters() function. Modified
other functions too.

pablo84 2016-05-20

changed /branches/paolo/experiments/evorobot/src/displaycontroller.cpp
changed /branches/paolo/experiments/include/evonet.h
changed /branches/paolo/experiments/src/evonet.cpp
/branches/paolo/experiments/evorobot/src/displaycontroller.cpp Diff Switch to side-by-side view
Loading...
/branches/paolo/experiments/include/evonet.h Diff Switch to side-by-side view
Loading...
/branches/paolo/experiments/src/evonet.cpp Diff Switch to side-by-side view
Loading...