Skip to content

Commit

Permalink
removed neural network
Browse files Browse the repository at this point in the history
  • Loading branch information
Robosturm committed Oct 6, 2023
1 parent 9ff3616 commit e91044a
Show file tree
Hide file tree
Showing 18 changed files with 64 additions and 4,355 deletions.
9 changes: 1 addition & 8 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -726,20 +726,13 @@ set(${PROJECT_NAME}_SRCS
ai/coreai_predefinedai.cpp
ai/proxyai.cpp ai/proxyai.h
ai/normalai.cpp ai/normalai.h
ai/heavyai.cpp ai/heavyai.h
ai/heavyai/heavyaiproduction.cpp
ai/heavyai/heavyaitraining.cpp
ai/heavyai/heavyai.cpp ai/heavyai/heavyai.h
ai/influencefrontmap.cpp ai/influencefrontmap.h
ai/dummyai.h ai/dummyai.cpp
ai/aiprocesspipe.h ai/aiprocesspipe.cpp
# production system
ai/productionSystem/simpleproductionsystem.h ai/productionSystem/simpleproductionsystem.cpp

# neuralnetwork
ai/neuralnetwork/neural/edge.cpp ai/neuralnetwork/neural/edge.h
ai/neuralnetwork/neural/layer.cpp ai/neuralnetwork/neural/layer.h
ai/neuralnetwork/neural/neuralnetwork.cpp ai/neuralnetwork/neural/neuralnetwork.h
ai/neuralnetwork/neural/neuron.cpp ai/neuralnetwork/neural/neuron.h
# decision tree
ai/decisiontree/leaf.cpp ai/decisiontree/leaf.h
ai/decisiontree/decisionnode.cpp ai/decisiontree/decisionnode.h
Expand Down
1,848 changes: 0 additions & 1,848 deletions ai/heavyai.cpp

This file was deleted.

Loading

0 comments on commit e91044a

Please sign in to comment.