cmake: iRProp+
This commit is contained in:
@@ -61,11 +61,12 @@ endif(USE_SSE)
|
||||
set (LIBRARY_SOURCES
|
||||
src/sse_mathfun.cpp
|
||||
|
||||
src/NeuralNetwork/Learning/BatchPropagation.cpp
|
||||
src/NeuralNetwork/Learning/BatchPropagation.cpp
|
||||
src/NeuralNetwork/Learning/BackPropagation.cpp
|
||||
#src/NeuralNetwork/Learning/QuickPropagation.cpp
|
||||
src/NeuralNetwork/Learning/QuickPropagation.cpp
|
||||
src/NeuralNetwork/Learning/PerceptronLearning.cpp
|
||||
src/NeuralNetwork/Learning/RProp.cpp
|
||||
src/NeuralNetwork/Learning/iRPropPlus.cpp
|
||||
|
||||
src/NeuralNetwork/ConstructiveAlgorithms/CascadeCorrelation.cpp
|
||||
src/NeuralNetwork/ConstructiveAlgorithms/Cascade2.cpp
|
||||
|
||||
Reference in New Issue
Block a user