Skip to content

Commit 5446555

Browse files
authored
Merge pull request #10 from DCM-UPB/remove_ffnn
Move away everything related to NN
2 parents 11658b8 + eebf8e1 commit 5446555

File tree

7 files changed

+1
-500
lines changed

7 files changed

+1
-500
lines changed

config_template.sh

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,3 @@ OPTFLAGS="-O3 -flto"
1414

1515
# Debuggin flags
1616
DEBUGFLAGS="-g -O0"
17-
18-
#FFNN Library (used in ex3)
19-
FFNN_FOLDER="/...../FeedForwardNeuralNetwork/lib/.libs"
20-
IFFNN="-I${FFNN_FOLDER}/../../include/"
21-
LFFNN="-L${FFNN_FOLDER}"
22-
LIBNAMEFFNN="ffnn"
23-
LIBFFNN="-lffnn"

examples/README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,3 @@
55
## Example 1
66

77
`ex1/`: integration of a 1-dimensional quadratic function, without and with a sampling function.
8-
9-
10-
## Example 2
11-
12-
`ex2/`: integration using a FeedForwardNeuralNetwork, making the integrals with and without MC.
13-
NOTE: this example requires the FeedForwardNeuralNetowrk library

examples/ex2/main.cpp

Lines changed: 0 additions & 292 deletions
This file was deleted.

examples/ex2/run.sh

Lines changed: 0 additions & 30 deletions
This file was deleted.

0 commit comments

Comments
 (0)