removed Cellular encoding

This commit is contained in:
2016-10-30 20:45:06 +01:00
parent 006810a49c
commit 02217393d5
13 changed files with 0 additions and 1041 deletions

View File

@@ -76,9 +76,6 @@ set (LIBRARY_SOURCES
src/NeuralNetwork/Neuron.cpp
src/NeuralNetwork/IMPL.cpp
src/NeuralNetwork/ConstructiveAlgorithms/CellularEncoding/CellularEncoding.cpp
src/NeuralNetwork/ConstructiveAlgorithms/CellularEncoding/Cell.cpp
)
add_library(NeuralNetwork STATIC ${LIBRARY_SOURCES})