removed Cellular encoding
This commit is contained in:
@@ -28,12 +28,6 @@ target_link_libraries(recurrent NeuralNetwork gtest gtest_main)
|
||||
add_executable(quickpropagation quickpropagation.cpp)
|
||||
target_link_libraries(quickpropagation NeuralNetwork gtest gtest_main)
|
||||
|
||||
add_executable(celular_code celular_code.cpp)
|
||||
target_link_libraries(celular_code NeuralNetwork gtest gtest_main)
|
||||
|
||||
add_executable(genetic_programing genetic_programing.cpp)
|
||||
target_link_libraries(genetic_programing NeuralNetwork gtest gtest_main)
|
||||
|
||||
# PERF
|
||||
|
||||
add_executable(backpropagation_function_cmp backpropagation_function_cmp.cpp)
|
||||
|
||||
Reference in New Issue
Block a user