changelog
来自「也是遗传算法的源代码」· 代码 · 共 12 行
TXT
12 行
Amygdala-0.3pre1 - 0.3pre2:-------------------------------* Removed Network::InputLayerSize()* Removed Network::HiddenLayerSize()* Removed Network::OutputLayerSize()* Removed Network::AddNeuron(LayerType lType)* Changed the return type of the Network::AddNeuron functions from AmIdInt (the neuronID) to Neuron*. If anyone needs a neuronID after calling AddNeuron(), it can be found with Neuron::GetID().* Changed Network::getNeuron() to Network::GetNeuron() to be consistent with other function names.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?