diff --git a/CMakeCache.txt b/CMakeCache.txt
new file mode 100644
index 0000000000000000000000000000000000000000..bdb6ae094c6f23fa5817c96316a19a1198e89bef
--- /dev/null
+++ b/CMakeCache.txt
@@ -0,0 +1,374 @@
+# This is the CMakeCache file.
+# For build in directory: /home/fluffymoo/4NEURO_BIATCH/4Neuro
+# It was generated by CMake: /usr/local/bin/cmake
+# You can edit this file to change values found and used by cmake.
+# If you do not want to change any of the values, simply exit the editor.
+# If you do want to change a value, simply edit, save, and exit the editor.
+# The syntax for the file is as follows:
+# KEY:TYPE=VALUE
+# KEY is the name of a variable in the cache.
+# TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!.
+# VALUE is the current value for the KEY.
+
+########################
+# EXTERNAL cache entries
+########################
+
+//No help, variable specified on the command line.
+BUILD_EXAMPLES:UNINITIALIZED=yes
+
+//No help, variable specified on the command line.
+BUILD_LIB:UNINITIALIZED=yes
+
+//No help, variable specified on the command line.
+BUILD_TESTS:UNINITIALIZED=yes
+
+//Path to a program.
+CMAKE_AR:FILEPATH=/usr/bin/ar
+
+//Choose the type of build, options are: None Debug Release RelWithDebInfo
+// MinSizeRel ...
+CMAKE_BUILD_TYPE:STRING=Debug
+
+//Enable/Disable color output during build.
+CMAKE_COLOR_MAKEFILE:BOOL=ON
+
+//CXX compiler
+CMAKE_CXX_COMPILER:STRING=/usr/bin/g++
+
+//A wrapper around 'ar' adding the appropriate '--plugin' option
+// for the GCC compiler
+CMAKE_CXX_COMPILER_AR:FILEPATH=/usr/bin/gcc-ar-7
+
+//A wrapper around 'ranlib' adding the appropriate '--plugin' option
+// for the GCC compiler
+CMAKE_CXX_COMPILER_RANLIB:FILEPATH=/usr/bin/gcc-ranlib-7
+
+//Flags used by the CXX compiler during all build types.
+CMAKE_CXX_FLAGS:STRING=
+
+//Flags used by the CXX compiler during DEBUG builds.
+CMAKE_CXX_FLAGS_DEBUG:STRING=-g
+
+//Flags used by the CXX compiler during MINSIZEREL builds.
+CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
+
+//Flags used by the CXX compiler during RELEASE builds.
+CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
+
+//Flags used by the CXX compiler during RELWITHDEBINFO builds.
+CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
+
+//C compiler
+CMAKE_C_COMPILER:STRING=/usr/bin/gcc
+
+//A wrapper around 'ar' adding the appropriate '--plugin' option
+// for the GCC compiler
+CMAKE_C_COMPILER_AR:FILEPATH=/usr/bin/gcc-ar-7
+
+//A wrapper around 'ranlib' adding the appropriate '--plugin' option
+// for the GCC compiler
+CMAKE_C_COMPILER_RANLIB:FILEPATH=/usr/bin/gcc-ranlib-7
+
+//Flags used by the C compiler during all build types.
+CMAKE_C_FLAGS:STRING=
+
+//Flags used by the C compiler during DEBUG builds.
+CMAKE_C_FLAGS_DEBUG:STRING=-g
+
+//Flags used by the C compiler during MINSIZEREL builds.
+CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
+
+//Flags used by the C compiler during RELEASE builds.
+CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
+
+//Flags used by the C compiler during RELWITHDEBINFO builds.
+CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
+
+//Flags used by the linker during all build types.
+CMAKE_EXE_LINKER_FLAGS:STRING=
+
+//Flags used by the linker during DEBUG builds.
+CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING=
+
+//Flags used by the linker during MINSIZEREL builds.
+CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING=
+
+//Flags used by the linker during RELEASE builds.
+CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING=
+
+//Flags used by the linker during RELWITHDEBINFO builds.
+CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
+
+//Enable/Disable output of compile commands during generation.
+CMAKE_EXPORT_COMPILE_COMMANDS:BOOL=OFF
+
+//Install path prefix, prepended onto install directories.
+CMAKE_INSTALL_PREFIX:PATH=/usr/local
+
+//Path to a program.
+CMAKE_LINKER:FILEPATH=/usr/bin/ld
+
+//Path to a program.
+CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/make
+
+//Flags used by the linker during the creation of modules during
+// all build types.
+CMAKE_MODULE_LINKER_FLAGS:STRING=
+
+//Flags used by the linker during the creation of modules during
+// DEBUG builds.
+CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING=
+
+//Flags used by the linker during the creation of modules during
+// MINSIZEREL builds.
+CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING=
+
+//Flags used by the linker during the creation of modules during
+// RELEASE builds.
+CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING=
+
+//Flags used by the linker during the creation of modules during
+// RELWITHDEBINFO builds.
+CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
+
+//Path to a program.
+CMAKE_NM:FILEPATH=/usr/bin/nm
+
+//Path to a program.
+CMAKE_OBJCOPY:FILEPATH=/usr/bin/objcopy
+
+//Path to a program.
+CMAKE_OBJDUMP:FILEPATH=/usr/bin/objdump
+
+//Value Computed by CMake
+CMAKE_PROJECT_NAME:STATIC=lib4neuro
+
+//Path to a program.
+CMAKE_RANLIB:FILEPATH=/usr/bin/ranlib
+
+//Flags used by the linker during the creation of shared libraries
+// during all build types.
+CMAKE_SHARED_LINKER_FLAGS:STRING=
+
+//Flags used by the linker during the creation of shared libraries
+// during DEBUG builds.
+CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING=
+
+//Flags used by the linker during the creation of shared libraries
+// during MINSIZEREL builds.
+CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING=
+
+//Flags used by the linker during the creation of shared libraries
+// during RELEASE builds.
+CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING=
+
+//Flags used by the linker during the creation of shared libraries
+// during RELWITHDEBINFO builds.
+CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING=
+
+//If set, runtime paths are not added when installing shared libraries,
+// but are added when building.
+CMAKE_SKIP_INSTALL_RPATH:BOOL=NO
+
+//If set, runtime paths are not added when using shared libraries.
+CMAKE_SKIP_RPATH:BOOL=NO
+
+//Flags used by the linker during the creation of static libraries
+// during all build types.
+CMAKE_STATIC_LINKER_FLAGS:STRING=
+
+//Flags used by the linker during the creation of static libraries
+// during DEBUG builds.
+CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING=
+
+//Flags used by the linker during the creation of static libraries
+// during MINSIZEREL builds.
+CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING=
+
+//Flags used by the linker during the creation of static libraries
+// during RELEASE builds.
+CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING=
+
+//Flags used by the linker during the creation of static libraries
+// during RELWITHDEBINFO builds.
+CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING=
+
+//Path to a program.
+CMAKE_STRIP:FILEPATH=/usr/bin/strip
+
+//No help, variable specified on the command line.
+CMAKE_VERBOSE_MAKEFILE:BOOL=ON
+
+//Path to a file.
+EXPRTK_INCLUDE_DIR:PATH=/home/fluffymoo/4NEURO_BIATCH/4Neuro/external_dependencies/exprtk
+
+//No help, variable specified on the command line.
+LIB4NEURO_DIR:UNINITIALIZED=/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/lib
+
+//Path to a program.
+ProcessorCount_cmd_getconf:FILEPATH=/usr/bin/getconf
+
+//Path to a program.
+ProcessorCount_cmd_sysctl:FILEPATH=/sbin/sysctl
+
+//Value Computed by CMake
+lib4neuro_BINARY_DIR:STATIC=/home/fluffymoo/4NEURO_BIATCH/4Neuro
+
+//Dependencies for the target
+lib4neuro_LIB_DEPENDS:STATIC=general;boost_serialization;general;boost_system;general;boost_random;general;boost_unit_test;general;exprtk;
+
+//Value Computed by CMake
+lib4neuro_SOURCE_DIR:STATIC=/home/fluffymoo/4NEURO_BIATCH/4Neuro
+
+
+########################
+# INTERNAL cache entries
+########################
+
+//ADVANCED property for variable: CMAKE_AR
+CMAKE_AR-ADVANCED:INTERNAL=1
+//This is the directory where this CMakeCache.txt was created
+CMAKE_CACHEFILE_DIR:INTERNAL=/home/fluffymoo/4NEURO_BIATCH/4Neuro
+//Major version of cmake used to create the current loaded cache
+CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3
+//Minor version of cmake used to create the current loaded cache
+CMAKE_CACHE_MINOR_VERSION:INTERNAL=12
+//Patch version of cmake used to create the current loaded cache
+CMAKE_CACHE_PATCH_VERSION:INTERNAL=0
+//ADVANCED property for variable: CMAKE_COLOR_MAKEFILE
+CMAKE_COLOR_MAKEFILE-ADVANCED:INTERNAL=1
+//Path to CMake executable.
+CMAKE_COMMAND:INTERNAL=/usr/local/bin/cmake
+//Path to cpack program executable.
+CMAKE_CPACK_COMMAND:INTERNAL=/usr/local/bin/cpack
+//Path to ctest program executable.
+CMAKE_CTEST_COMMAND:INTERNAL=/usr/local/bin/ctest
+//ADVANCED property for variable: CMAKE_CXX_COMPILER
+CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_CXX_COMPILER_AR
+CMAKE_CXX_COMPILER_AR-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_CXX_COMPILER_RANLIB
+CMAKE_CXX_COMPILER_RANLIB-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_CXX_FLAGS
+CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG
+CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL
+CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE
+CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO
+CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_C_COMPILER
+CMAKE_C_COMPILER-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_C_COMPILER_AR
+CMAKE_C_COMPILER_AR-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_C_COMPILER_RANLIB
+CMAKE_C_COMPILER_RANLIB-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_C_FLAGS
+CMAKE_C_FLAGS-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG
+CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL
+CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE
+CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO
+CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
+//Executable file format
+CMAKE_EXECUTABLE_FORMAT:INTERNAL=ELF
+//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS
+CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG
+CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL
+CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE
+CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO
+CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS
+CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1
+//Name of external makefile project generator.
+CMAKE_EXTRA_GENERATOR:INTERNAL=
+//Name of generator.
+CMAKE_GENERATOR:INTERNAL=Unix Makefiles
+//Generator instance identifier.
+CMAKE_GENERATOR_INSTANCE:INTERNAL=
+//Name of generator platform.
+CMAKE_GENERATOR_PLATFORM:INTERNAL=
+//Name of generator toolset.
+CMAKE_GENERATOR_TOOLSET:INTERNAL=
+//Source directory with the top level CMakeLists.txt file for this
+// project
+CMAKE_HOME_DIRECTORY:INTERNAL=/home/fluffymoo/4NEURO_BIATCH/4Neuro
+//Install .so files without execute permission.
+CMAKE_INSTALL_SO_NO_EXE:INTERNAL=1
+//ADVANCED property for variable: CMAKE_LINKER
+CMAKE_LINKER-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_MAKE_PROGRAM
+CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS
+CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG
+CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL
+CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE
+CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO
+CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_NM
+CMAKE_NM-ADVANCED:INTERNAL=1
+//number of local generators
+CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=4
+//ADVANCED property for variable: CMAKE_OBJCOPY
+CMAKE_OBJCOPY-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_OBJDUMP
+CMAKE_OBJDUMP-ADVANCED:INTERNAL=1
+//Platform information initialized
+CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_RANLIB
+CMAKE_RANLIB-ADVANCED:INTERNAL=1
+//Path to CMake installation.
+CMAKE_ROOT:INTERNAL=/usr/local/share/cmake-3.12
+//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS
+CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG
+CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL
+CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE
+CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO
+CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH
+CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_SKIP_RPATH
+CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS
+CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG
+CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL
+CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE
+CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO
+CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_STRIP
+CMAKE_STRIP-ADVANCED:INTERNAL=1
+//uname command
+CMAKE_UNAME:INTERNAL=/bin/uname
+//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE
+CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: EXPRTK_INCLUDE_DIR
+EXPRTK_INCLUDE_DIR-ADVANCED:INTERNAL=1
+//Details about finding ExprTk
+FIND_PACKAGE_MESSAGE_DETAILS_ExprTk:INTERNAL=[/home/fluffymoo/4NEURO_BIATCH/4Neuro/external_dependencies/exprtk][v()]
+//ADVANCED property for variable: ProcessorCount_cmd_getconf
+ProcessorCount_cmd_getconf-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: ProcessorCount_cmd_sysctl
+ProcessorCount_cmd_sysctl-ADVANCED:INTERNAL=1
+
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000000000000000000000000000000000000..e93dc0c11720c49645952a2fdc6ed8c11715a48b
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,473 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Unix Makefiles" Generator, CMake Version 3.12
+
+# Default target executed when no arguments are given to make.
+default_target: all
+
+.PHONY : default_target
+
+# Allow only one "make -f Makefile2" at a time, but pass parallelism.
+.NOTPARALLEL:
+
+
+#=============================================================================
+# Special targets provided by cmake.
+
+# Disable implicit rules so canonical targets will work.
+.SUFFIXES:
+
+
+# Remove some rules from gmake that .SUFFIXES does not remove.
+SUFFIXES =
+
+.SUFFIXES: .hpux_make_needs_suffix_list
+
+
+# Produce verbose output by default.
+VERBOSE = 1
+
+# Suppress display of executed commands.
+$(VERBOSE).SILENT:
+
+
+# A target that is always out of date.
+cmake_force:
+
+.PHONY : cmake_force
+
+#=============================================================================
+# Set environment variables for the build.
+
+# The shell in which to execute make rules.
+SHELL = /bin/sh
+
+# The CMake executable.
+CMAKE_COMMAND = /usr/local/bin/cmake
+
+# The command to remove a file.
+RM = /usr/local/bin/cmake -E remove -f
+
+# Escaping for special characters.
+EQUALS = =
+
+# The top-level source directory on which CMake was run.
+CMAKE_SOURCE_DIR = /home/fluffymoo/4NEURO_BIATCH/4Neuro
+
+# The top-level build directory on which CMake was run.
+CMAKE_BINARY_DIR = /home/fluffymoo/4NEURO_BIATCH/4Neuro
+
+#=============================================================================
+# Targets provided globally by CMake.
+
+# Special rule for the target rebuild_cache
+rebuild_cache:
+	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
+	/usr/local/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
+.PHONY : rebuild_cache
+
+# Special rule for the target rebuild_cache
+rebuild_cache/fast: rebuild_cache
+
+.PHONY : rebuild_cache/fast
+
+# Special rule for the target edit_cache
+edit_cache:
+	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..."
+	/usr/local/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available.
+.PHONY : edit_cache
+
+# Special rule for the target edit_cache
+edit_cache/fast: edit_cache
+
+.PHONY : edit_cache/fast
+
+# The main all target
+all: cmake_check_build_system
+	$(CMAKE_COMMAND) -E cmake_progress_start /home/fluffymoo/4NEURO_BIATCH/4Neuro/CMakeFiles /home/fluffymoo/4NEURO_BIATCH/4Neuro/CMakeFiles/progress.marks
+	$(MAKE) -f CMakeFiles/Makefile2 all
+	$(CMAKE_COMMAND) -E cmake_progress_start /home/fluffymoo/4NEURO_BIATCH/4Neuro/CMakeFiles 0
+.PHONY : all
+
+# The main clean target
+clean:
+	$(MAKE) -f CMakeFiles/Makefile2 clean
+.PHONY : clean
+
+# The main clean target
+clean/fast: clean
+
+.PHONY : clean/fast
+
+# Prepare targets for installation.
+preinstall: all
+	$(MAKE) -f CMakeFiles/Makefile2 preinstall
+.PHONY : preinstall
+
+# Prepare targets for installation.
+preinstall/fast:
+	$(MAKE) -f CMakeFiles/Makefile2 preinstall
+.PHONY : preinstall/fast
+
+# clear depends
+depend:
+	$(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
+.PHONY : depend
+
+#=============================================================================
+# Target rules for targets named exprtk
+
+# Build rule for target.
+exprtk: cmake_check_build_system
+	$(MAKE) -f CMakeFiles/Makefile2 exprtk
+.PHONY : exprtk
+
+# fast build rule for target.
+exprtk/fast:
+	$(MAKE) -f build/CMakeFiles/exprtk.dir/build.make build/CMakeFiles/exprtk.dir/build
+.PHONY : exprtk/fast
+
+#=============================================================================
+# Target rules for targets named lib4neuro
+
+# Build rule for target.
+lib4neuro: cmake_check_build_system
+	$(MAKE) -f CMakeFiles/Makefile2 lib4neuro
+.PHONY : lib4neuro
+
+# fast build rule for target.
+lib4neuro/fast:
+	$(MAKE) -f build/CMakeFiles/lib4neuro.dir/build.make build/CMakeFiles/lib4neuro.dir/build
+.PHONY : lib4neuro/fast
+
+#=============================================================================
+# Target rules for targets named boost_unit_test
+
+# Build rule for target.
+boost_unit_test: cmake_check_build_system
+	$(MAKE) -f CMakeFiles/Makefile2 boost_unit_test
+.PHONY : boost_unit_test
+
+# fast build rule for target.
+boost_unit_test/fast:
+	$(MAKE) -f build/CMakeFiles/boost_unit_test.dir/build.make build/CMakeFiles/boost_unit_test.dir/build
+.PHONY : boost_unit_test/fast
+
+#=============================================================================
+# Target rules for targets named DESolver_test
+
+# Build rule for target.
+DESolver_test: cmake_check_build_system
+	$(MAKE) -f CMakeFiles/Makefile2 DESolver_test
+.PHONY : DESolver_test
+
+# fast build rule for target.
+DESolver_test/fast:
+	$(MAKE) -f build/unit-tests/CMakeFiles/DESolver_test.dir/build.make build/unit-tests/CMakeFiles/DESolver_test.dir/build
+.PHONY : DESolver_test/fast
+
+#=============================================================================
+# Target rules for targets named NeuralNetworkSum_test
+
+# Build rule for target.
+NeuralNetworkSum_test: cmake_check_build_system
+	$(MAKE) -f CMakeFiles/Makefile2 NeuralNetworkSum_test
+.PHONY : NeuralNetworkSum_test
+
+# fast build rule for target.
+NeuralNetworkSum_test/fast:
+	$(MAKE) -f build/unit-tests/CMakeFiles/NeuralNetworkSum_test.dir/build.make build/unit-tests/CMakeFiles/NeuralNetworkSum_test.dir/build
+.PHONY : NeuralNetworkSum_test/fast
+
+#=============================================================================
+# Target rules for targets named particle_test
+
+# Build rule for target.
+particle_test: cmake_check_build_system
+	$(MAKE) -f CMakeFiles/Makefile2 particle_test
+.PHONY : particle_test
+
+# fast build rule for target.
+particle_test/fast:
+	$(MAKE) -f build/unit-tests/CMakeFiles/particle_test.dir/build.make build/unit-tests/CMakeFiles/particle_test.dir/build
+.PHONY : particle_test/fast
+
+#=============================================================================
+# Target rules for targets named particle_swarm_test
+
+# Build rule for target.
+particle_swarm_test: cmake_check_build_system
+	$(MAKE) -f CMakeFiles/Makefile2 particle_swarm_test
+.PHONY : particle_swarm_test
+
+# fast build rule for target.
+particle_swarm_test/fast:
+	$(MAKE) -f build/unit-tests/CMakeFiles/particle_swarm_test.dir/build.make build/unit-tests/CMakeFiles/particle_swarm_test.dir/build
+.PHONY : particle_swarm_test/fast
+
+#=============================================================================
+# Target rules for targets named dataset_test
+
+# Build rule for target.
+dataset_test: cmake_check_build_system
+	$(MAKE) -f CMakeFiles/Makefile2 dataset_test
+.PHONY : dataset_test
+
+# fast build rule for target.
+dataset_test/fast:
+	$(MAKE) -f build/unit-tests/CMakeFiles/dataset_test.dir/build.make build/unit-tests/CMakeFiles/dataset_test.dir/build
+.PHONY : dataset_test/fast
+
+#=============================================================================
+# Target rules for targets named constant_neuron_test
+
+# Build rule for target.
+constant_neuron_test: cmake_check_build_system
+	$(MAKE) -f CMakeFiles/Makefile2 constant_neuron_test
+.PHONY : constant_neuron_test
+
+# fast build rule for target.
+constant_neuron_test/fast:
+	$(MAKE) -f build/unit-tests/CMakeFiles/constant_neuron_test.dir/build.make build/unit-tests/CMakeFiles/constant_neuron_test.dir/build
+.PHONY : constant_neuron_test/fast
+
+#=============================================================================
+# Target rules for targets named logistic_neuron_test
+
+# Build rule for target.
+logistic_neuron_test: cmake_check_build_system
+	$(MAKE) -f CMakeFiles/Makefile2 logistic_neuron_test
+.PHONY : logistic_neuron_test
+
+# fast build rule for target.
+logistic_neuron_test/fast:
+	$(MAKE) -f build/unit-tests/CMakeFiles/logistic_neuron_test.dir/build.make build/unit-tests/CMakeFiles/logistic_neuron_test.dir/build
+.PHONY : logistic_neuron_test/fast
+
+#=============================================================================
+# Target rules for targets named linear_neuron_test
+
+# Build rule for target.
+linear_neuron_test: cmake_check_build_system
+	$(MAKE) -f CMakeFiles/Makefile2 linear_neuron_test
+.PHONY : linear_neuron_test
+
+# fast build rule for target.
+linear_neuron_test/fast:
+	$(MAKE) -f build/unit-tests/CMakeFiles/linear_neuron_test.dir/build.make build/unit-tests/CMakeFiles/linear_neuron_test.dir/build
+.PHONY : linear_neuron_test/fast
+
+#=============================================================================
+# Target rules for targets named neural_network_test
+
+# Build rule for target.
+neural_network_test: cmake_check_build_system
+	$(MAKE) -f CMakeFiles/Makefile2 neural_network_test
+.PHONY : neural_network_test
+
+# fast build rule for target.
+neural_network_test/fast:
+	$(MAKE) -f build/unit-tests/CMakeFiles/neural_network_test.dir/build.make build/unit-tests/CMakeFiles/neural_network_test.dir/build
+.PHONY : neural_network_test/fast
+
+#=============================================================================
+# Target rules for targets named binary_neuron_test
+
+# Build rule for target.
+binary_neuron_test: cmake_check_build_system
+	$(MAKE) -f CMakeFiles/Makefile2 binary_neuron_test
+.PHONY : binary_neuron_test
+
+# fast build rule for target.
+binary_neuron_test/fast:
+	$(MAKE) -f build/unit-tests/CMakeFiles/binary_neuron_test.dir/build.make build/unit-tests/CMakeFiles/binary_neuron_test.dir/build
+.PHONY : binary_neuron_test/fast
+
+#=============================================================================
+# Target rules for targets named errorfunction_test
+
+# Build rule for target.
+errorfunction_test: cmake_check_build_system
+	$(MAKE) -f CMakeFiles/Makefile2 errorfunction_test
+.PHONY : errorfunction_test
+
+# fast build rule for target.
+errorfunction_test/fast:
+	$(MAKE) -f build/unit-tests/CMakeFiles/errorfunction_test.dir/build.make build/unit-tests/CMakeFiles/errorfunction_test.dir/build
+.PHONY : errorfunction_test/fast
+
+#=============================================================================
+# Target rules for targets named connection_Function_identity_test
+
+# Build rule for target.
+connection_Function_identity_test: cmake_check_build_system
+	$(MAKE) -f CMakeFiles/Makefile2 connection_Function_identity_test
+.PHONY : connection_Function_identity_test
+
+# fast build rule for target.
+connection_Function_identity_test/fast:
+	$(MAKE) -f build/unit-tests/CMakeFiles/connection_Function_identity_test.dir/build.make build/unit-tests/CMakeFiles/connection_Function_identity_test.dir/build
+.PHONY : connection_Function_identity_test/fast
+
+#=============================================================================
+# Target rules for targets named connectionFunctionGeneral_test
+
+# Build rule for target.
+connectionFunctionGeneral_test: cmake_check_build_system
+	$(MAKE) -f CMakeFiles/Makefile2 connectionFunctionGeneral_test
+.PHONY : connectionFunctionGeneral_test
+
+# fast build rule for target.
+connectionFunctionGeneral_test/fast:
+	$(MAKE) -f build/unit-tests/CMakeFiles/connectionFunctionGeneral_test.dir/build.make build/unit-tests/CMakeFiles/connectionFunctionGeneral_test.dir/build
+.PHONY : connectionFunctionGeneral_test/fast
+
+#=============================================================================
+# Target rules for targets named network_serialization
+
+# Build rule for target.
+network_serialization: cmake_check_build_system
+	$(MAKE) -f CMakeFiles/Makefile2 network_serialization
+.PHONY : network_serialization
+
+# fast build rule for target.
+network_serialization/fast:
+	$(MAKE) -f build/examples/CMakeFiles/network_serialization.dir/build.make build/examples/CMakeFiles/network_serialization.dir/build
+.PHONY : network_serialization/fast
+
+#=============================================================================
+# Target rules for targets named test_harmonic_oscilator
+
+# Build rule for target.
+test_harmonic_oscilator: cmake_check_build_system
+	$(MAKE) -f CMakeFiles/Makefile2 test_harmonic_oscilator
+.PHONY : test_harmonic_oscilator
+
+# fast build rule for target.
+test_harmonic_oscilator/fast:
+	$(MAKE) -f build/examples/CMakeFiles/test_harmonic_oscilator.dir/build.make build/examples/CMakeFiles/test_harmonic_oscilator.dir/build
+.PHONY : test_harmonic_oscilator/fast
+
+#=============================================================================
+# Target rules for targets named net_test_1
+
+# Build rule for target.
+net_test_1: cmake_check_build_system
+	$(MAKE) -f CMakeFiles/Makefile2 net_test_1
+.PHONY : net_test_1
+
+# fast build rule for target.
+net_test_1/fast:
+	$(MAKE) -f build/examples/CMakeFiles/net_test_1.dir/build.make build/examples/CMakeFiles/net_test_1.dir/build
+.PHONY : net_test_1/fast
+
+#=============================================================================
+# Target rules for targets named net_test_3
+
+# Build rule for target.
+net_test_3: cmake_check_build_system
+	$(MAKE) -f CMakeFiles/Makefile2 net_test_3
+.PHONY : net_test_3
+
+# fast build rule for target.
+net_test_3/fast:
+	$(MAKE) -f build/examples/CMakeFiles/net_test_3.dir/build.make build/examples/CMakeFiles/net_test_3.dir/build
+.PHONY : net_test_3/fast
+
+#=============================================================================
+# Target rules for targets named test_cases
+
+# Build rule for target.
+test_cases: cmake_check_build_system
+	$(MAKE) -f CMakeFiles/Makefile2 test_cases
+.PHONY : test_cases
+
+# fast build rule for target.
+test_cases/fast:
+	$(MAKE) -f build/examples/CMakeFiles/test_cases.dir/build.make build/examples/CMakeFiles/test_cases.dir/build
+.PHONY : test_cases/fast
+
+#=============================================================================
+# Target rules for targets named net_test_2
+
+# Build rule for target.
+net_test_2: cmake_check_build_system
+	$(MAKE) -f CMakeFiles/Makefile2 net_test_2
+.PHONY : net_test_2
+
+# fast build rule for target.
+net_test_2/fast:
+	$(MAKE) -f build/examples/CMakeFiles/net_test_2.dir/build.make build/examples/CMakeFiles/net_test_2.dir/build
+.PHONY : net_test_2/fast
+
+#=============================================================================
+# Target rules for targets named net_test_ode_1
+
+# Build rule for target.
+net_test_ode_1: cmake_check_build_system
+	$(MAKE) -f CMakeFiles/Makefile2 net_test_ode_1
+.PHONY : net_test_ode_1
+
+# fast build rule for target.
+net_test_ode_1/fast:
+	$(MAKE) -f build/examples/CMakeFiles/net_test_ode_1.dir/build.make build/examples/CMakeFiles/net_test_ode_1.dir/build
+.PHONY : net_test_ode_1/fast
+
+#=============================================================================
+# Target rules for targets named net_test_pde_1
+
+# Build rule for target.
+net_test_pde_1: cmake_check_build_system
+	$(MAKE) -f CMakeFiles/Makefile2 net_test_pde_1
+.PHONY : net_test_pde_1
+
+# fast build rule for target.
+net_test_pde_1/fast:
+	$(MAKE) -f build/examples/CMakeFiles/net_test_pde_1.dir/build.make build/examples/CMakeFiles/net_test_pde_1.dir/build
+.PHONY : net_test_pde_1/fast
+
+# Help Target
+help:
+	@echo "The following are some of the valid targets for this Makefile:"
+	@echo "... all (the default if no target is provided)"
+	@echo "... clean"
+	@echo "... depend"
+	@echo "... rebuild_cache"
+	@echo "... edit_cache"
+	@echo "... exprtk"
+	@echo "... lib4neuro"
+	@echo "... boost_unit_test"
+	@echo "... DESolver_test"
+	@echo "... NeuralNetworkSum_test"
+	@echo "... particle_test"
+	@echo "... particle_swarm_test"
+	@echo "... dataset_test"
+	@echo "... constant_neuron_test"
+	@echo "... logistic_neuron_test"
+	@echo "... linear_neuron_test"
+	@echo "... neural_network_test"
+	@echo "... binary_neuron_test"
+	@echo "... errorfunction_test"
+	@echo "... connection_Function_identity_test"
+	@echo "... connectionFunctionGeneral_test"
+	@echo "... network_serialization"
+	@echo "... test_harmonic_oscilator"
+	@echo "... net_test_1"
+	@echo "... net_test_3"
+	@echo "... test_cases"
+	@echo "... net_test_2"
+	@echo "... net_test_ode_1"
+	@echo "... net_test_pde_1"
+.PHONY : help
+
+
+
+#=============================================================================
+# Special targets to cleanup operation of make.
+
+# Special rule to run CMake to check the build system integrity.
+# No rule that depends on this can have commands that come from listfiles
+# because they might be regenerated.
+cmake_check_build_system:
+	$(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
+.PHONY : cmake_check_build_system
+
diff --git a/cmake_install.cmake b/cmake_install.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..a2e2c224adeffd3be3cdb9ad2c5cb373853ec8f4
--- /dev/null
+++ b/cmake_install.cmake
@@ -0,0 +1,55 @@
+# Install script for directory: /home/fluffymoo/4NEURO_BIATCH/4Neuro
+
+# Set the install prefix
+if(NOT DEFINED CMAKE_INSTALL_PREFIX)
+  set(CMAKE_INSTALL_PREFIX "/usr/local")
+endif()
+string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
+
+# Set the install configuration name.
+if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
+  if(BUILD_TYPE)
+    string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
+           CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
+  else()
+    set(CMAKE_INSTALL_CONFIG_NAME "Debug")
+  endif()
+  message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
+endif()
+
+# Set the component getting installed.
+if(NOT CMAKE_INSTALL_COMPONENT)
+  if(COMPONENT)
+    message(STATUS "Install component: \"${COMPONENT}\"")
+    set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
+  else()
+    set(CMAKE_INSTALL_COMPONENT)
+  endif()
+endif()
+
+# Install shared libraries without execute permission?
+if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
+  set(CMAKE_INSTALL_SO_NO_EXE "1")
+endif()
+
+# Is this installation the result of a crosscompile?
+if(NOT DEFINED CMAKE_CROSSCOMPILING)
+  set(CMAKE_CROSSCOMPILING "FALSE")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for each subdirectory.
+  include("/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/cmake_install.cmake")
+
+endif()
+
+if(CMAKE_INSTALL_COMPONENT)
+  set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt")
+else()
+  set(CMAKE_INSTALL_MANIFEST "install_manifest.txt")
+endif()
+
+string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
+       "${CMAKE_INSTALL_MANIFEST_FILES}")
+file(WRITE "/home/fluffymoo/4NEURO_BIATCH/4Neuro/${CMAKE_INSTALL_MANIFEST}"
+     "${CMAKE_INSTALL_MANIFEST_CONTENT}")
diff --git a/lib4neuro.cbp b/lib4neuro.cbp
new file mode 100644
index 0000000000000000000000000000000000000000..3de6c4c0a1aa2dc93ec33ac6e43230a4202105f6
--- /dev/null
+++ b/lib4neuro.cbp
@@ -0,0 +1,1173 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<CodeBlocks_project_file>
+	<FileVersion major="1" minor="6"/>
+	<Project>
+		<Option title="lib4neuro"/>
+		<Option makefile_is_custom="1"/>
+		<Option compiler="gcc"/>
+		<Option virtualFolders="CMake Files\;CMake Files\src\;CMake Files\src\tests\;CMake Files\src\examples\;"/>
+		<Build>
+			<Target title="all">
+				<Option working_dir="/home/fluffymoo/4NEURO_BIATCH/4Neuro"/>
+				<Option type="4"/>
+				<MakeCommands>
+					<Build command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/Makefile&quot;  VERBOSE=1 all"/>
+					<CompileFile command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/Makefile&quot;  VERBOSE=1 &quot;$file&quot;"/>
+					<Clean command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/Makefile&quot;  VERBOSE=1 clean"/>
+					<DistClean command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/Makefile&quot;  VERBOSE=1 clean"/>
+				</MakeCommands>
+			</Target>
+			<Target title="rebuild_cache">
+				<Option working_dir="/home/fluffymoo/4NEURO_BIATCH/4Neuro"/>
+				<Option type="4"/>
+				<MakeCommands>
+					<Build command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/Makefile&quot;  VERBOSE=1 rebuild_cache"/>
+					<CompileFile command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/Makefile&quot;  VERBOSE=1 &quot;$file&quot;"/>
+					<Clean command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/Makefile&quot;  VERBOSE=1 clean"/>
+					<DistClean command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/Makefile&quot;  VERBOSE=1 clean"/>
+				</MakeCommands>
+			</Target>
+			<Target title="edit_cache">
+				<Option working_dir="/home/fluffymoo/4NEURO_BIATCH/4Neuro"/>
+				<Option type="4"/>
+				<MakeCommands>
+					<Build command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/Makefile&quot;  VERBOSE=1 edit_cache"/>
+					<CompileFile command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/Makefile&quot;  VERBOSE=1 &quot;$file&quot;"/>
+					<Clean command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/Makefile&quot;  VERBOSE=1 clean"/>
+					<DistClean command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/Makefile&quot;  VERBOSE=1 clean"/>
+				</MakeCommands>
+			</Target>
+			<Target title="lib4neuro">
+				<Option output="/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/lib/liblib4neuro.so" prefix_auto="0" extension_auto="0"/>
+				<Option working_dir="/home/fluffymoo/4NEURO_BIATCH/4Neuro/build"/>
+				<Option object_output="./"/>
+				<Option type="3"/>
+				<Option compiler="gcc"/>
+				<Compiler>
+					<Add option="-DBOOST_TEST_DYN_LINK"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/external_dependencies/boost"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/external_dependencies/exprtk"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/include"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/src"/>
+				</Compiler>
+				<MakeCommands>
+					<Build command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/Makefile&quot;  VERBOSE=1 lib4neuro"/>
+					<CompileFile command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/Makefile&quot;  VERBOSE=1 &quot;$file&quot;"/>
+					<Clean command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/Makefile&quot;  VERBOSE=1 clean"/>
+					<DistClean command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/Makefile&quot;  VERBOSE=1 clean"/>
+				</MakeCommands>
+			</Target>
+			<Target title="lib4neuro/fast">
+				<Option output="/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/lib/liblib4neuro.so" prefix_auto="0" extension_auto="0"/>
+				<Option working_dir="/home/fluffymoo/4NEURO_BIATCH/4Neuro/build"/>
+				<Option object_output="./"/>
+				<Option type="3"/>
+				<Option compiler="gcc"/>
+				<Compiler>
+					<Add option="-DBOOST_TEST_DYN_LINK"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/external_dependencies/boost"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/external_dependencies/exprtk"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/include"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/src"/>
+				</Compiler>
+				<MakeCommands>
+					<Build command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/Makefile&quot;  VERBOSE=1 lib4neuro/fast"/>
+					<CompileFile command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/Makefile&quot;  VERBOSE=1 &quot;$file&quot;"/>
+					<Clean command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/Makefile&quot;  VERBOSE=1 clean"/>
+					<DistClean command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/Makefile&quot;  VERBOSE=1 clean"/>
+				</MakeCommands>
+			</Target>
+			<Target title="boost_unit_test">
+				<Option output="/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/lib/libboost_unit_test.so" prefix_auto="0" extension_auto="0"/>
+				<Option working_dir="/home/fluffymoo/4NEURO_BIATCH/4Neuro/build"/>
+				<Option object_output="./"/>
+				<Option type="3"/>
+				<Option compiler="gcc"/>
+				<Compiler>
+					<Add option="-DBOOST_TEST_DYN_LINK"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/external_dependencies/boost"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/external_dependencies/exprtk"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/include"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/src"/>
+				</Compiler>
+				<MakeCommands>
+					<Build command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/Makefile&quot;  VERBOSE=1 boost_unit_test"/>
+					<CompileFile command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/Makefile&quot;  VERBOSE=1 &quot;$file&quot;"/>
+					<Clean command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/Makefile&quot;  VERBOSE=1 clean"/>
+					<DistClean command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/Makefile&quot;  VERBOSE=1 clean"/>
+				</MakeCommands>
+			</Target>
+			<Target title="boost_unit_test/fast">
+				<Option output="/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/lib/libboost_unit_test.so" prefix_auto="0" extension_auto="0"/>
+				<Option working_dir="/home/fluffymoo/4NEURO_BIATCH/4Neuro/build"/>
+				<Option object_output="./"/>
+				<Option type="3"/>
+				<Option compiler="gcc"/>
+				<Compiler>
+					<Add option="-DBOOST_TEST_DYN_LINK"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/external_dependencies/boost"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/external_dependencies/exprtk"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/include"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/src"/>
+				</Compiler>
+				<MakeCommands>
+					<Build command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/Makefile&quot;  VERBOSE=1 boost_unit_test/fast"/>
+					<CompileFile command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/Makefile&quot;  VERBOSE=1 &quot;$file&quot;"/>
+					<Clean command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/Makefile&quot;  VERBOSE=1 clean"/>
+					<DistClean command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/Makefile&quot;  VERBOSE=1 clean"/>
+				</MakeCommands>
+			</Target>
+			<Target title="exprtk">
+				<Option output="/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/lib/libexprtk.so" prefix_auto="0" extension_auto="0"/>
+				<Option working_dir="/home/fluffymoo/4NEURO_BIATCH/4Neuro/build"/>
+				<Option object_output="./"/>
+				<Option type="3"/>
+				<Option compiler="gcc"/>
+				<Compiler>
+					<Add option="-DBOOST_TEST_DYN_LINK"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/external_dependencies/boost"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/external_dependencies/exprtk"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/include"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/src"/>
+				</Compiler>
+				<MakeCommands>
+					<Build command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/Makefile&quot;  VERBOSE=1 exprtk"/>
+					<CompileFile command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/Makefile&quot;  VERBOSE=1 &quot;$file&quot;"/>
+					<Clean command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/Makefile&quot;  VERBOSE=1 clean"/>
+					<DistClean command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/Makefile&quot;  VERBOSE=1 clean"/>
+				</MakeCommands>
+			</Target>
+			<Target title="exprtk/fast">
+				<Option output="/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/lib/libexprtk.so" prefix_auto="0" extension_auto="0"/>
+				<Option working_dir="/home/fluffymoo/4NEURO_BIATCH/4Neuro/build"/>
+				<Option object_output="./"/>
+				<Option type="3"/>
+				<Option compiler="gcc"/>
+				<Compiler>
+					<Add option="-DBOOST_TEST_DYN_LINK"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/external_dependencies/boost"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/external_dependencies/exprtk"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/include"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/src"/>
+				</Compiler>
+				<MakeCommands>
+					<Build command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/Makefile&quot;  VERBOSE=1 exprtk/fast"/>
+					<CompileFile command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/Makefile&quot;  VERBOSE=1 &quot;$file&quot;"/>
+					<Clean command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/Makefile&quot;  VERBOSE=1 clean"/>
+					<DistClean command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/Makefile&quot;  VERBOSE=1 clean"/>
+				</MakeCommands>
+			</Target>
+			<Target title="DESolver_test">
+				<Option output="/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/unit-tests/bin/DESolver_test" prefix_auto="0" extension_auto="0"/>
+				<Option working_dir="bin"/>
+				<Option object_output="./"/>
+				<Option type="1"/>
+				<Option compiler="gcc"/>
+				<Compiler>
+					<Add option="-DBOOST_TEST_DYN_LINK"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/external_dependencies/boost"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/external_dependencies/exprtk"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/include"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/src"/>
+				</Compiler>
+				<MakeCommands>
+					<Build command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/unit-tests/Makefile&quot;  VERBOSE=1 DESolver_test"/>
+					<CompileFile command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/unit-tests/Makefile&quot;  VERBOSE=1 &quot;$file&quot;"/>
+					<Clean command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/unit-tests/Makefile&quot;  VERBOSE=1 clean"/>
+					<DistClean command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/unit-tests/Makefile&quot;  VERBOSE=1 clean"/>
+				</MakeCommands>
+			</Target>
+			<Target title="DESolver_test/fast">
+				<Option output="/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/unit-tests/bin/DESolver_test" prefix_auto="0" extension_auto="0"/>
+				<Option working_dir="bin"/>
+				<Option object_output="./"/>
+				<Option type="1"/>
+				<Option compiler="gcc"/>
+				<Compiler>
+					<Add option="-DBOOST_TEST_DYN_LINK"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/external_dependencies/boost"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/external_dependencies/exprtk"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/include"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/src"/>
+				</Compiler>
+				<MakeCommands>
+					<Build command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/unit-tests/Makefile&quot;  VERBOSE=1 DESolver_test/fast"/>
+					<CompileFile command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/unit-tests/Makefile&quot;  VERBOSE=1 &quot;$file&quot;"/>
+					<Clean command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/unit-tests/Makefile&quot;  VERBOSE=1 clean"/>
+					<DistClean command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/unit-tests/Makefile&quot;  VERBOSE=1 clean"/>
+				</MakeCommands>
+			</Target>
+			<Target title="NeuralNetworkSum_test">
+				<Option output="/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/unit-tests/bin/NeuralNetworkSum_test" prefix_auto="0" extension_auto="0"/>
+				<Option working_dir="bin"/>
+				<Option object_output="./"/>
+				<Option type="1"/>
+				<Option compiler="gcc"/>
+				<Compiler>
+					<Add option="-DBOOST_TEST_DYN_LINK"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/external_dependencies/boost"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/external_dependencies/exprtk"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/include"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/src"/>
+				</Compiler>
+				<MakeCommands>
+					<Build command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/unit-tests/Makefile&quot;  VERBOSE=1 NeuralNetworkSum_test"/>
+					<CompileFile command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/unit-tests/Makefile&quot;  VERBOSE=1 &quot;$file&quot;"/>
+					<Clean command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/unit-tests/Makefile&quot;  VERBOSE=1 clean"/>
+					<DistClean command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/unit-tests/Makefile&quot;  VERBOSE=1 clean"/>
+				</MakeCommands>
+			</Target>
+			<Target title="NeuralNetworkSum_test/fast">
+				<Option output="/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/unit-tests/bin/NeuralNetworkSum_test" prefix_auto="0" extension_auto="0"/>
+				<Option working_dir="bin"/>
+				<Option object_output="./"/>
+				<Option type="1"/>
+				<Option compiler="gcc"/>
+				<Compiler>
+					<Add option="-DBOOST_TEST_DYN_LINK"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/external_dependencies/boost"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/external_dependencies/exprtk"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/include"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/src"/>
+				</Compiler>
+				<MakeCommands>
+					<Build command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/unit-tests/Makefile&quot;  VERBOSE=1 NeuralNetworkSum_test/fast"/>
+					<CompileFile command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/unit-tests/Makefile&quot;  VERBOSE=1 &quot;$file&quot;"/>
+					<Clean command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/unit-tests/Makefile&quot;  VERBOSE=1 clean"/>
+					<DistClean command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/unit-tests/Makefile&quot;  VERBOSE=1 clean"/>
+				</MakeCommands>
+			</Target>
+			<Target title="particle_test">
+				<Option output="/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/unit-tests/bin/particle_test" prefix_auto="0" extension_auto="0"/>
+				<Option working_dir="bin"/>
+				<Option object_output="./"/>
+				<Option type="1"/>
+				<Option compiler="gcc"/>
+				<Compiler>
+					<Add option="-DBOOST_TEST_DYN_LINK"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/external_dependencies/boost"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/external_dependencies/exprtk"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/include"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/src"/>
+				</Compiler>
+				<MakeCommands>
+					<Build command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/unit-tests/Makefile&quot;  VERBOSE=1 particle_test"/>
+					<CompileFile command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/unit-tests/Makefile&quot;  VERBOSE=1 &quot;$file&quot;"/>
+					<Clean command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/unit-tests/Makefile&quot;  VERBOSE=1 clean"/>
+					<DistClean command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/unit-tests/Makefile&quot;  VERBOSE=1 clean"/>
+				</MakeCommands>
+			</Target>
+			<Target title="particle_test/fast">
+				<Option output="/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/unit-tests/bin/particle_test" prefix_auto="0" extension_auto="0"/>
+				<Option working_dir="bin"/>
+				<Option object_output="./"/>
+				<Option type="1"/>
+				<Option compiler="gcc"/>
+				<Compiler>
+					<Add option="-DBOOST_TEST_DYN_LINK"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/external_dependencies/boost"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/external_dependencies/exprtk"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/include"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/src"/>
+				</Compiler>
+				<MakeCommands>
+					<Build command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/unit-tests/Makefile&quot;  VERBOSE=1 particle_test/fast"/>
+					<CompileFile command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/unit-tests/Makefile&quot;  VERBOSE=1 &quot;$file&quot;"/>
+					<Clean command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/unit-tests/Makefile&quot;  VERBOSE=1 clean"/>
+					<DistClean command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/unit-tests/Makefile&quot;  VERBOSE=1 clean"/>
+				</MakeCommands>
+			</Target>
+			<Target title="binary_neuron_test">
+				<Option output="/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/unit-tests/bin/binary_neuron_test" prefix_auto="0" extension_auto="0"/>
+				<Option working_dir="bin"/>
+				<Option object_output="./"/>
+				<Option type="1"/>
+				<Option compiler="gcc"/>
+				<Compiler>
+					<Add option="-DBOOST_TEST_DYN_LINK"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/external_dependencies/boost"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/external_dependencies/exprtk"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/include"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/src"/>
+				</Compiler>
+				<MakeCommands>
+					<Build command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/unit-tests/Makefile&quot;  VERBOSE=1 binary_neuron_test"/>
+					<CompileFile command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/unit-tests/Makefile&quot;  VERBOSE=1 &quot;$file&quot;"/>
+					<Clean command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/unit-tests/Makefile&quot;  VERBOSE=1 clean"/>
+					<DistClean command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/unit-tests/Makefile&quot;  VERBOSE=1 clean"/>
+				</MakeCommands>
+			</Target>
+			<Target title="binary_neuron_test/fast">
+				<Option output="/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/unit-tests/bin/binary_neuron_test" prefix_auto="0" extension_auto="0"/>
+				<Option working_dir="bin"/>
+				<Option object_output="./"/>
+				<Option type="1"/>
+				<Option compiler="gcc"/>
+				<Compiler>
+					<Add option="-DBOOST_TEST_DYN_LINK"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/external_dependencies/boost"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/external_dependencies/exprtk"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/include"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/src"/>
+				</Compiler>
+				<MakeCommands>
+					<Build command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/unit-tests/Makefile&quot;  VERBOSE=1 binary_neuron_test/fast"/>
+					<CompileFile command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/unit-tests/Makefile&quot;  VERBOSE=1 &quot;$file&quot;"/>
+					<Clean command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/unit-tests/Makefile&quot;  VERBOSE=1 clean"/>
+					<DistClean command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/unit-tests/Makefile&quot;  VERBOSE=1 clean"/>
+				</MakeCommands>
+			</Target>
+			<Target title="linear_neuron_test">
+				<Option output="/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/unit-tests/bin/linear_neuron_test" prefix_auto="0" extension_auto="0"/>
+				<Option working_dir="bin"/>
+				<Option object_output="./"/>
+				<Option type="1"/>
+				<Option compiler="gcc"/>
+				<Compiler>
+					<Add option="-DBOOST_TEST_DYN_LINK"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/external_dependencies/boost"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/external_dependencies/exprtk"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/include"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/src"/>
+				</Compiler>
+				<MakeCommands>
+					<Build command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/unit-tests/Makefile&quot;  VERBOSE=1 linear_neuron_test"/>
+					<CompileFile command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/unit-tests/Makefile&quot;  VERBOSE=1 &quot;$file&quot;"/>
+					<Clean command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/unit-tests/Makefile&quot;  VERBOSE=1 clean"/>
+					<DistClean command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/unit-tests/Makefile&quot;  VERBOSE=1 clean"/>
+				</MakeCommands>
+			</Target>
+			<Target title="linear_neuron_test/fast">
+				<Option output="/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/unit-tests/bin/linear_neuron_test" prefix_auto="0" extension_auto="0"/>
+				<Option working_dir="bin"/>
+				<Option object_output="./"/>
+				<Option type="1"/>
+				<Option compiler="gcc"/>
+				<Compiler>
+					<Add option="-DBOOST_TEST_DYN_LINK"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/external_dependencies/boost"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/external_dependencies/exprtk"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/include"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/src"/>
+				</Compiler>
+				<MakeCommands>
+					<Build command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/unit-tests/Makefile&quot;  VERBOSE=1 linear_neuron_test/fast"/>
+					<CompileFile command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/unit-tests/Makefile&quot;  VERBOSE=1 &quot;$file&quot;"/>
+					<Clean command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/unit-tests/Makefile&quot;  VERBOSE=1 clean"/>
+					<DistClean command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/unit-tests/Makefile&quot;  VERBOSE=1 clean"/>
+				</MakeCommands>
+			</Target>
+			<Target title="logistic_neuron_test">
+				<Option output="/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/unit-tests/bin/logistic_neuron_test" prefix_auto="0" extension_auto="0"/>
+				<Option working_dir="bin"/>
+				<Option object_output="./"/>
+				<Option type="1"/>
+				<Option compiler="gcc"/>
+				<Compiler>
+					<Add option="-DBOOST_TEST_DYN_LINK"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/external_dependencies/boost"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/external_dependencies/exprtk"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/include"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/src"/>
+				</Compiler>
+				<MakeCommands>
+					<Build command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/unit-tests/Makefile&quot;  VERBOSE=1 logistic_neuron_test"/>
+					<CompileFile command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/unit-tests/Makefile&quot;  VERBOSE=1 &quot;$file&quot;"/>
+					<Clean command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/unit-tests/Makefile&quot;  VERBOSE=1 clean"/>
+					<DistClean command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/unit-tests/Makefile&quot;  VERBOSE=1 clean"/>
+				</MakeCommands>
+			</Target>
+			<Target title="logistic_neuron_test/fast">
+				<Option output="/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/unit-tests/bin/logistic_neuron_test" prefix_auto="0" extension_auto="0"/>
+				<Option working_dir="bin"/>
+				<Option object_output="./"/>
+				<Option type="1"/>
+				<Option compiler="gcc"/>
+				<Compiler>
+					<Add option="-DBOOST_TEST_DYN_LINK"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/external_dependencies/boost"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/external_dependencies/exprtk"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/include"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/src"/>
+				</Compiler>
+				<MakeCommands>
+					<Build command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/unit-tests/Makefile&quot;  VERBOSE=1 logistic_neuron_test/fast"/>
+					<CompileFile command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/unit-tests/Makefile&quot;  VERBOSE=1 &quot;$file&quot;"/>
+					<Clean command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/unit-tests/Makefile&quot;  VERBOSE=1 clean"/>
+					<DistClean command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/unit-tests/Makefile&quot;  VERBOSE=1 clean"/>
+				</MakeCommands>
+			</Target>
+			<Target title="connectionFunctionGeneral_test">
+				<Option output="/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/unit-tests/bin/connectionFunctionGeneral_test" prefix_auto="0" extension_auto="0"/>
+				<Option working_dir="bin"/>
+				<Option object_output="./"/>
+				<Option type="1"/>
+				<Option compiler="gcc"/>
+				<Compiler>
+					<Add option="-DBOOST_TEST_DYN_LINK"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/external_dependencies/boost"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/external_dependencies/exprtk"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/include"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/src"/>
+				</Compiler>
+				<MakeCommands>
+					<Build command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/unit-tests/Makefile&quot;  VERBOSE=1 connectionFunctionGeneral_test"/>
+					<CompileFile command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/unit-tests/Makefile&quot;  VERBOSE=1 &quot;$file&quot;"/>
+					<Clean command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/unit-tests/Makefile&quot;  VERBOSE=1 clean"/>
+					<DistClean command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/unit-tests/Makefile&quot;  VERBOSE=1 clean"/>
+				</MakeCommands>
+			</Target>
+			<Target title="connectionFunctionGeneral_test/fast">
+				<Option output="/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/unit-tests/bin/connectionFunctionGeneral_test" prefix_auto="0" extension_auto="0"/>
+				<Option working_dir="bin"/>
+				<Option object_output="./"/>
+				<Option type="1"/>
+				<Option compiler="gcc"/>
+				<Compiler>
+					<Add option="-DBOOST_TEST_DYN_LINK"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/external_dependencies/boost"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/external_dependencies/exprtk"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/include"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/src"/>
+				</Compiler>
+				<MakeCommands>
+					<Build command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/unit-tests/Makefile&quot;  VERBOSE=1 connectionFunctionGeneral_test/fast"/>
+					<CompileFile command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/unit-tests/Makefile&quot;  VERBOSE=1 &quot;$file&quot;"/>
+					<Clean command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/unit-tests/Makefile&quot;  VERBOSE=1 clean"/>
+					<DistClean command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/unit-tests/Makefile&quot;  VERBOSE=1 clean"/>
+				</MakeCommands>
+			</Target>
+			<Target title="constant_neuron_test">
+				<Option output="/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/unit-tests/bin/constant_neuron_test" prefix_auto="0" extension_auto="0"/>
+				<Option working_dir="bin"/>
+				<Option object_output="./"/>
+				<Option type="1"/>
+				<Option compiler="gcc"/>
+				<Compiler>
+					<Add option="-DBOOST_TEST_DYN_LINK"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/external_dependencies/boost"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/external_dependencies/exprtk"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/include"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/src"/>
+				</Compiler>
+				<MakeCommands>
+					<Build command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/unit-tests/Makefile&quot;  VERBOSE=1 constant_neuron_test"/>
+					<CompileFile command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/unit-tests/Makefile&quot;  VERBOSE=1 &quot;$file&quot;"/>
+					<Clean command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/unit-tests/Makefile&quot;  VERBOSE=1 clean"/>
+					<DistClean command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/unit-tests/Makefile&quot;  VERBOSE=1 clean"/>
+				</MakeCommands>
+			</Target>
+			<Target title="constant_neuron_test/fast">
+				<Option output="/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/unit-tests/bin/constant_neuron_test" prefix_auto="0" extension_auto="0"/>
+				<Option working_dir="bin"/>
+				<Option object_output="./"/>
+				<Option type="1"/>
+				<Option compiler="gcc"/>
+				<Compiler>
+					<Add option="-DBOOST_TEST_DYN_LINK"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/external_dependencies/boost"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/external_dependencies/exprtk"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/include"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/src"/>
+				</Compiler>
+				<MakeCommands>
+					<Build command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/unit-tests/Makefile&quot;  VERBOSE=1 constant_neuron_test/fast"/>
+					<CompileFile command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/unit-tests/Makefile&quot;  VERBOSE=1 &quot;$file&quot;"/>
+					<Clean command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/unit-tests/Makefile&quot;  VERBOSE=1 clean"/>
+					<DistClean command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/unit-tests/Makefile&quot;  VERBOSE=1 clean"/>
+				</MakeCommands>
+			</Target>
+			<Target title="neural_network_test">
+				<Option output="/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/unit-tests/bin/neural_network_test" prefix_auto="0" extension_auto="0"/>
+				<Option working_dir="bin"/>
+				<Option object_output="./"/>
+				<Option type="1"/>
+				<Option compiler="gcc"/>
+				<Compiler>
+					<Add option="-DBOOST_TEST_DYN_LINK"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/external_dependencies/boost"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/external_dependencies/exprtk"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/include"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/src"/>
+				</Compiler>
+				<MakeCommands>
+					<Build command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/unit-tests/Makefile&quot;  VERBOSE=1 neural_network_test"/>
+					<CompileFile command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/unit-tests/Makefile&quot;  VERBOSE=1 &quot;$file&quot;"/>
+					<Clean command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/unit-tests/Makefile&quot;  VERBOSE=1 clean"/>
+					<DistClean command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/unit-tests/Makefile&quot;  VERBOSE=1 clean"/>
+				</MakeCommands>
+			</Target>
+			<Target title="neural_network_test/fast">
+				<Option output="/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/unit-tests/bin/neural_network_test" prefix_auto="0" extension_auto="0"/>
+				<Option working_dir="bin"/>
+				<Option object_output="./"/>
+				<Option type="1"/>
+				<Option compiler="gcc"/>
+				<Compiler>
+					<Add option="-DBOOST_TEST_DYN_LINK"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/external_dependencies/boost"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/external_dependencies/exprtk"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/include"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/src"/>
+				</Compiler>
+				<MakeCommands>
+					<Build command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/unit-tests/Makefile&quot;  VERBOSE=1 neural_network_test/fast"/>
+					<CompileFile command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/unit-tests/Makefile&quot;  VERBOSE=1 &quot;$file&quot;"/>
+					<Clean command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/unit-tests/Makefile&quot;  VERBOSE=1 clean"/>
+					<DistClean command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/unit-tests/Makefile&quot;  VERBOSE=1 clean"/>
+				</MakeCommands>
+			</Target>
+			<Target title="connection_Function_identity_test">
+				<Option output="/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/unit-tests/bin/connection_Function_identity_test" prefix_auto="0" extension_auto="0"/>
+				<Option working_dir="bin"/>
+				<Option object_output="./"/>
+				<Option type="1"/>
+				<Option compiler="gcc"/>
+				<Compiler>
+					<Add option="-DBOOST_TEST_DYN_LINK"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/external_dependencies/boost"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/external_dependencies/exprtk"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/include"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/src"/>
+				</Compiler>
+				<MakeCommands>
+					<Build command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/unit-tests/Makefile&quot;  VERBOSE=1 connection_Function_identity_test"/>
+					<CompileFile command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/unit-tests/Makefile&quot;  VERBOSE=1 &quot;$file&quot;"/>
+					<Clean command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/unit-tests/Makefile&quot;  VERBOSE=1 clean"/>
+					<DistClean command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/unit-tests/Makefile&quot;  VERBOSE=1 clean"/>
+				</MakeCommands>
+			</Target>
+			<Target title="connection_Function_identity_test/fast">
+				<Option output="/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/unit-tests/bin/connection_Function_identity_test" prefix_auto="0" extension_auto="0"/>
+				<Option working_dir="bin"/>
+				<Option object_output="./"/>
+				<Option type="1"/>
+				<Option compiler="gcc"/>
+				<Compiler>
+					<Add option="-DBOOST_TEST_DYN_LINK"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/external_dependencies/boost"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/external_dependencies/exprtk"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/include"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/src"/>
+				</Compiler>
+				<MakeCommands>
+					<Build command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/unit-tests/Makefile&quot;  VERBOSE=1 connection_Function_identity_test/fast"/>
+					<CompileFile command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/unit-tests/Makefile&quot;  VERBOSE=1 &quot;$file&quot;"/>
+					<Clean command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/unit-tests/Makefile&quot;  VERBOSE=1 clean"/>
+					<DistClean command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/unit-tests/Makefile&quot;  VERBOSE=1 clean"/>
+				</MakeCommands>
+			</Target>
+			<Target title="errorfunction_test">
+				<Option output="/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/unit-tests/bin/errorfunction_test" prefix_auto="0" extension_auto="0"/>
+				<Option working_dir="bin"/>
+				<Option object_output="./"/>
+				<Option type="1"/>
+				<Option compiler="gcc"/>
+				<Compiler>
+					<Add option="-DBOOST_TEST_DYN_LINK"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/external_dependencies/boost"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/external_dependencies/exprtk"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/include"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/src"/>
+				</Compiler>
+				<MakeCommands>
+					<Build command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/unit-tests/Makefile&quot;  VERBOSE=1 errorfunction_test"/>
+					<CompileFile command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/unit-tests/Makefile&quot;  VERBOSE=1 &quot;$file&quot;"/>
+					<Clean command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/unit-tests/Makefile&quot;  VERBOSE=1 clean"/>
+					<DistClean command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/unit-tests/Makefile&quot;  VERBOSE=1 clean"/>
+				</MakeCommands>
+			</Target>
+			<Target title="errorfunction_test/fast">
+				<Option output="/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/unit-tests/bin/errorfunction_test" prefix_auto="0" extension_auto="0"/>
+				<Option working_dir="bin"/>
+				<Option object_output="./"/>
+				<Option type="1"/>
+				<Option compiler="gcc"/>
+				<Compiler>
+					<Add option="-DBOOST_TEST_DYN_LINK"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/external_dependencies/boost"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/external_dependencies/exprtk"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/include"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/src"/>
+				</Compiler>
+				<MakeCommands>
+					<Build command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/unit-tests/Makefile&quot;  VERBOSE=1 errorfunction_test/fast"/>
+					<CompileFile command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/unit-tests/Makefile&quot;  VERBOSE=1 &quot;$file&quot;"/>
+					<Clean command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/unit-tests/Makefile&quot;  VERBOSE=1 clean"/>
+					<DistClean command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/unit-tests/Makefile&quot;  VERBOSE=1 clean"/>
+				</MakeCommands>
+			</Target>
+			<Target title="dataset_test">
+				<Option output="/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/unit-tests/bin/dataset_test" prefix_auto="0" extension_auto="0"/>
+				<Option working_dir="bin"/>
+				<Option object_output="./"/>
+				<Option type="1"/>
+				<Option compiler="gcc"/>
+				<Compiler>
+					<Add option="-DBOOST_TEST_DYN_LINK"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/external_dependencies/boost"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/external_dependencies/exprtk"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/include"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/src"/>
+				</Compiler>
+				<MakeCommands>
+					<Build command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/unit-tests/Makefile&quot;  VERBOSE=1 dataset_test"/>
+					<CompileFile command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/unit-tests/Makefile&quot;  VERBOSE=1 &quot;$file&quot;"/>
+					<Clean command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/unit-tests/Makefile&quot;  VERBOSE=1 clean"/>
+					<DistClean command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/unit-tests/Makefile&quot;  VERBOSE=1 clean"/>
+				</MakeCommands>
+			</Target>
+			<Target title="dataset_test/fast">
+				<Option output="/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/unit-tests/bin/dataset_test" prefix_auto="0" extension_auto="0"/>
+				<Option working_dir="bin"/>
+				<Option object_output="./"/>
+				<Option type="1"/>
+				<Option compiler="gcc"/>
+				<Compiler>
+					<Add option="-DBOOST_TEST_DYN_LINK"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/external_dependencies/boost"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/external_dependencies/exprtk"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/include"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/src"/>
+				</Compiler>
+				<MakeCommands>
+					<Build command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/unit-tests/Makefile&quot;  VERBOSE=1 dataset_test/fast"/>
+					<CompileFile command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/unit-tests/Makefile&quot;  VERBOSE=1 &quot;$file&quot;"/>
+					<Clean command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/unit-tests/Makefile&quot;  VERBOSE=1 clean"/>
+					<DistClean command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/unit-tests/Makefile&quot;  VERBOSE=1 clean"/>
+				</MakeCommands>
+			</Target>
+			<Target title="particle_swarm_test">
+				<Option output="/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/unit-tests/bin/particle_swarm_test" prefix_auto="0" extension_auto="0"/>
+				<Option working_dir="bin"/>
+				<Option object_output="./"/>
+				<Option type="1"/>
+				<Option compiler="gcc"/>
+				<Compiler>
+					<Add option="-DBOOST_TEST_DYN_LINK"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/external_dependencies/boost"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/external_dependencies/exprtk"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/include"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/src"/>
+				</Compiler>
+				<MakeCommands>
+					<Build command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/unit-tests/Makefile&quot;  VERBOSE=1 particle_swarm_test"/>
+					<CompileFile command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/unit-tests/Makefile&quot;  VERBOSE=1 &quot;$file&quot;"/>
+					<Clean command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/unit-tests/Makefile&quot;  VERBOSE=1 clean"/>
+					<DistClean command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/unit-tests/Makefile&quot;  VERBOSE=1 clean"/>
+				</MakeCommands>
+			</Target>
+			<Target title="particle_swarm_test/fast">
+				<Option output="/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/unit-tests/bin/particle_swarm_test" prefix_auto="0" extension_auto="0"/>
+				<Option working_dir="bin"/>
+				<Option object_output="./"/>
+				<Option type="1"/>
+				<Option compiler="gcc"/>
+				<Compiler>
+					<Add option="-DBOOST_TEST_DYN_LINK"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/external_dependencies/boost"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/external_dependencies/exprtk"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/include"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/src"/>
+				</Compiler>
+				<MakeCommands>
+					<Build command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/unit-tests/Makefile&quot;  VERBOSE=1 particle_swarm_test/fast"/>
+					<CompileFile command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/unit-tests/Makefile&quot;  VERBOSE=1 &quot;$file&quot;"/>
+					<Clean command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/unit-tests/Makefile&quot;  VERBOSE=1 clean"/>
+					<DistClean command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/unit-tests/Makefile&quot;  VERBOSE=1 clean"/>
+				</MakeCommands>
+			</Target>
+			<Target title="test_harmonic_oscilator">
+				<Option output="/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/examples/bin/test_harmonic_oscilator" prefix_auto="0" extension_auto="0"/>
+				<Option working_dir="bin"/>
+				<Option object_output="./"/>
+				<Option type="1"/>
+				<Option compiler="gcc"/>
+				<Compiler>
+					<Add option="-DBOOST_TEST_DYN_LINK"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/external_dependencies/boost"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/external_dependencies/exprtk"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/include"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/src"/>
+				</Compiler>
+				<MakeCommands>
+					<Build command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/examples/Makefile&quot;  VERBOSE=1 test_harmonic_oscilator"/>
+					<CompileFile command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/examples/Makefile&quot;  VERBOSE=1 &quot;$file&quot;"/>
+					<Clean command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/examples/Makefile&quot;  VERBOSE=1 clean"/>
+					<DistClean command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/examples/Makefile&quot;  VERBOSE=1 clean"/>
+				</MakeCommands>
+			</Target>
+			<Target title="test_harmonic_oscilator/fast">
+				<Option output="/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/examples/bin/test_harmonic_oscilator" prefix_auto="0" extension_auto="0"/>
+				<Option working_dir="bin"/>
+				<Option object_output="./"/>
+				<Option type="1"/>
+				<Option compiler="gcc"/>
+				<Compiler>
+					<Add option="-DBOOST_TEST_DYN_LINK"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/external_dependencies/boost"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/external_dependencies/exprtk"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/include"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/src"/>
+				</Compiler>
+				<MakeCommands>
+					<Build command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/examples/Makefile&quot;  VERBOSE=1 test_harmonic_oscilator/fast"/>
+					<CompileFile command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/examples/Makefile&quot;  VERBOSE=1 &quot;$file&quot;"/>
+					<Clean command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/examples/Makefile&quot;  VERBOSE=1 clean"/>
+					<DistClean command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/examples/Makefile&quot;  VERBOSE=1 clean"/>
+				</MakeCommands>
+			</Target>
+			<Target title="network_serialization">
+				<Option output="/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/examples/bin/network_serialization" prefix_auto="0" extension_auto="0"/>
+				<Option working_dir="bin"/>
+				<Option object_output="./"/>
+				<Option type="1"/>
+				<Option compiler="gcc"/>
+				<Compiler>
+					<Add option="-DBOOST_TEST_DYN_LINK"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/external_dependencies/boost"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/external_dependencies/exprtk"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/include"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/src"/>
+				</Compiler>
+				<MakeCommands>
+					<Build command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/examples/Makefile&quot;  VERBOSE=1 network_serialization"/>
+					<CompileFile command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/examples/Makefile&quot;  VERBOSE=1 &quot;$file&quot;"/>
+					<Clean command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/examples/Makefile&quot;  VERBOSE=1 clean"/>
+					<DistClean command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/examples/Makefile&quot;  VERBOSE=1 clean"/>
+				</MakeCommands>
+			</Target>
+			<Target title="network_serialization/fast">
+				<Option output="/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/examples/bin/network_serialization" prefix_auto="0" extension_auto="0"/>
+				<Option working_dir="bin"/>
+				<Option object_output="./"/>
+				<Option type="1"/>
+				<Option compiler="gcc"/>
+				<Compiler>
+					<Add option="-DBOOST_TEST_DYN_LINK"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/external_dependencies/boost"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/external_dependencies/exprtk"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/include"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/src"/>
+				</Compiler>
+				<MakeCommands>
+					<Build command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/examples/Makefile&quot;  VERBOSE=1 network_serialization/fast"/>
+					<CompileFile command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/examples/Makefile&quot;  VERBOSE=1 &quot;$file&quot;"/>
+					<Clean command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/examples/Makefile&quot;  VERBOSE=1 clean"/>
+					<DistClean command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/examples/Makefile&quot;  VERBOSE=1 clean"/>
+				</MakeCommands>
+			</Target>
+			<Target title="net_test_pde_1">
+				<Option output="/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/examples/bin/net_test_pde_1" prefix_auto="0" extension_auto="0"/>
+				<Option working_dir="bin"/>
+				<Option object_output="./"/>
+				<Option type="1"/>
+				<Option compiler="gcc"/>
+				<Compiler>
+					<Add option="-DBOOST_TEST_DYN_LINK"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/external_dependencies/boost"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/external_dependencies/exprtk"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/include"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/src"/>
+				</Compiler>
+				<MakeCommands>
+					<Build command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/examples/Makefile&quot;  VERBOSE=1 net_test_pde_1"/>
+					<CompileFile command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/examples/Makefile&quot;  VERBOSE=1 &quot;$file&quot;"/>
+					<Clean command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/examples/Makefile&quot;  VERBOSE=1 clean"/>
+					<DistClean command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/examples/Makefile&quot;  VERBOSE=1 clean"/>
+				</MakeCommands>
+			</Target>
+			<Target title="net_test_pde_1/fast">
+				<Option output="/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/examples/bin/net_test_pde_1" prefix_auto="0" extension_auto="0"/>
+				<Option working_dir="bin"/>
+				<Option object_output="./"/>
+				<Option type="1"/>
+				<Option compiler="gcc"/>
+				<Compiler>
+					<Add option="-DBOOST_TEST_DYN_LINK"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/external_dependencies/boost"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/external_dependencies/exprtk"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/include"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/src"/>
+				</Compiler>
+				<MakeCommands>
+					<Build command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/examples/Makefile&quot;  VERBOSE=1 net_test_pde_1/fast"/>
+					<CompileFile command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/examples/Makefile&quot;  VERBOSE=1 &quot;$file&quot;"/>
+					<Clean command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/examples/Makefile&quot;  VERBOSE=1 clean"/>
+					<DistClean command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/examples/Makefile&quot;  VERBOSE=1 clean"/>
+				</MakeCommands>
+			</Target>
+			<Target title="net_test_ode_1">
+				<Option output="/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/examples/bin/net_test_ode_1" prefix_auto="0" extension_auto="0"/>
+				<Option working_dir="bin"/>
+				<Option object_output="./"/>
+				<Option type="1"/>
+				<Option compiler="gcc"/>
+				<Compiler>
+					<Add option="-DBOOST_TEST_DYN_LINK"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/external_dependencies/boost"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/external_dependencies/exprtk"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/include"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/src"/>
+				</Compiler>
+				<MakeCommands>
+					<Build command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/examples/Makefile&quot;  VERBOSE=1 net_test_ode_1"/>
+					<CompileFile command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/examples/Makefile&quot;  VERBOSE=1 &quot;$file&quot;"/>
+					<Clean command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/examples/Makefile&quot;  VERBOSE=1 clean"/>
+					<DistClean command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/examples/Makefile&quot;  VERBOSE=1 clean"/>
+				</MakeCommands>
+			</Target>
+			<Target title="net_test_ode_1/fast">
+				<Option output="/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/examples/bin/net_test_ode_1" prefix_auto="0" extension_auto="0"/>
+				<Option working_dir="bin"/>
+				<Option object_output="./"/>
+				<Option type="1"/>
+				<Option compiler="gcc"/>
+				<Compiler>
+					<Add option="-DBOOST_TEST_DYN_LINK"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/external_dependencies/boost"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/external_dependencies/exprtk"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/include"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/src"/>
+				</Compiler>
+				<MakeCommands>
+					<Build command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/examples/Makefile&quot;  VERBOSE=1 net_test_ode_1/fast"/>
+					<CompileFile command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/examples/Makefile&quot;  VERBOSE=1 &quot;$file&quot;"/>
+					<Clean command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/examples/Makefile&quot;  VERBOSE=1 clean"/>
+					<DistClean command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/examples/Makefile&quot;  VERBOSE=1 clean"/>
+				</MakeCommands>
+			</Target>
+			<Target title="net_test_2">
+				<Option output="/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/examples/bin/net_test_2" prefix_auto="0" extension_auto="0"/>
+				<Option working_dir="bin"/>
+				<Option object_output="./"/>
+				<Option type="1"/>
+				<Option compiler="gcc"/>
+				<Compiler>
+					<Add option="-DBOOST_TEST_DYN_LINK"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/external_dependencies/boost"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/external_dependencies/exprtk"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/include"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/src"/>
+				</Compiler>
+				<MakeCommands>
+					<Build command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/examples/Makefile&quot;  VERBOSE=1 net_test_2"/>
+					<CompileFile command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/examples/Makefile&quot;  VERBOSE=1 &quot;$file&quot;"/>
+					<Clean command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/examples/Makefile&quot;  VERBOSE=1 clean"/>
+					<DistClean command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/examples/Makefile&quot;  VERBOSE=1 clean"/>
+				</MakeCommands>
+			</Target>
+			<Target title="net_test_2/fast">
+				<Option output="/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/examples/bin/net_test_2" prefix_auto="0" extension_auto="0"/>
+				<Option working_dir="bin"/>
+				<Option object_output="./"/>
+				<Option type="1"/>
+				<Option compiler="gcc"/>
+				<Compiler>
+					<Add option="-DBOOST_TEST_DYN_LINK"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/external_dependencies/boost"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/external_dependencies/exprtk"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/include"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/src"/>
+				</Compiler>
+				<MakeCommands>
+					<Build command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/examples/Makefile&quot;  VERBOSE=1 net_test_2/fast"/>
+					<CompileFile command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/examples/Makefile&quot;  VERBOSE=1 &quot;$file&quot;"/>
+					<Clean command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/examples/Makefile&quot;  VERBOSE=1 clean"/>
+					<DistClean command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/examples/Makefile&quot;  VERBOSE=1 clean"/>
+				</MakeCommands>
+			</Target>
+			<Target title="net_test_1">
+				<Option output="/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/examples/bin/net_test_1" prefix_auto="0" extension_auto="0"/>
+				<Option working_dir="bin"/>
+				<Option object_output="./"/>
+				<Option type="1"/>
+				<Option compiler="gcc"/>
+				<Compiler>
+					<Add option="-DBOOST_TEST_DYN_LINK"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/external_dependencies/boost"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/external_dependencies/exprtk"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/include"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/src"/>
+				</Compiler>
+				<MakeCommands>
+					<Build command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/examples/Makefile&quot;  VERBOSE=1 net_test_1"/>
+					<CompileFile command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/examples/Makefile&quot;  VERBOSE=1 &quot;$file&quot;"/>
+					<Clean command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/examples/Makefile&quot;  VERBOSE=1 clean"/>
+					<DistClean command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/examples/Makefile&quot;  VERBOSE=1 clean"/>
+				</MakeCommands>
+			</Target>
+			<Target title="net_test_1/fast">
+				<Option output="/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/examples/bin/net_test_1" prefix_auto="0" extension_auto="0"/>
+				<Option working_dir="bin"/>
+				<Option object_output="./"/>
+				<Option type="1"/>
+				<Option compiler="gcc"/>
+				<Compiler>
+					<Add option="-DBOOST_TEST_DYN_LINK"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/external_dependencies/boost"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/external_dependencies/exprtk"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/include"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/src"/>
+				</Compiler>
+				<MakeCommands>
+					<Build command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/examples/Makefile&quot;  VERBOSE=1 net_test_1/fast"/>
+					<CompileFile command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/examples/Makefile&quot;  VERBOSE=1 &quot;$file&quot;"/>
+					<Clean command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/examples/Makefile&quot;  VERBOSE=1 clean"/>
+					<DistClean command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/examples/Makefile&quot;  VERBOSE=1 clean"/>
+				</MakeCommands>
+			</Target>
+			<Target title="test_cases">
+				<Option output="/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/examples/bin/test_cases" prefix_auto="0" extension_auto="0"/>
+				<Option working_dir="bin"/>
+				<Option object_output="./"/>
+				<Option type="1"/>
+				<Option compiler="gcc"/>
+				<Compiler>
+					<Add option="-DBOOST_TEST_DYN_LINK"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/external_dependencies/boost"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/external_dependencies/exprtk"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/include"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/src"/>
+				</Compiler>
+				<MakeCommands>
+					<Build command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/examples/Makefile&quot;  VERBOSE=1 test_cases"/>
+					<CompileFile command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/examples/Makefile&quot;  VERBOSE=1 &quot;$file&quot;"/>
+					<Clean command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/examples/Makefile&quot;  VERBOSE=1 clean"/>
+					<DistClean command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/examples/Makefile&quot;  VERBOSE=1 clean"/>
+				</MakeCommands>
+			</Target>
+			<Target title="test_cases/fast">
+				<Option output="/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/examples/bin/test_cases" prefix_auto="0" extension_auto="0"/>
+				<Option working_dir="bin"/>
+				<Option object_output="./"/>
+				<Option type="1"/>
+				<Option compiler="gcc"/>
+				<Compiler>
+					<Add option="-DBOOST_TEST_DYN_LINK"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/external_dependencies/boost"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/external_dependencies/exprtk"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/include"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/src"/>
+				</Compiler>
+				<MakeCommands>
+					<Build command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/examples/Makefile&quot;  VERBOSE=1 test_cases/fast"/>
+					<CompileFile command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/examples/Makefile&quot;  VERBOSE=1 &quot;$file&quot;"/>
+					<Clean command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/examples/Makefile&quot;  VERBOSE=1 clean"/>
+					<DistClean command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/examples/Makefile&quot;  VERBOSE=1 clean"/>
+				</MakeCommands>
+			</Target>
+			<Target title="net_test_3">
+				<Option output="/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/examples/bin/net_test_3" prefix_auto="0" extension_auto="0"/>
+				<Option working_dir="bin"/>
+				<Option object_output="./"/>
+				<Option type="1"/>
+				<Option compiler="gcc"/>
+				<Compiler>
+					<Add option="-DBOOST_TEST_DYN_LINK"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/external_dependencies/boost"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/external_dependencies/exprtk"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/include"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/src"/>
+				</Compiler>
+				<MakeCommands>
+					<Build command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/examples/Makefile&quot;  VERBOSE=1 net_test_3"/>
+					<CompileFile command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/examples/Makefile&quot;  VERBOSE=1 &quot;$file&quot;"/>
+					<Clean command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/examples/Makefile&quot;  VERBOSE=1 clean"/>
+					<DistClean command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/examples/Makefile&quot;  VERBOSE=1 clean"/>
+				</MakeCommands>
+			</Target>
+			<Target title="net_test_3/fast">
+				<Option output="/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/examples/bin/net_test_3" prefix_auto="0" extension_auto="0"/>
+				<Option working_dir="bin"/>
+				<Option object_output="./"/>
+				<Option type="1"/>
+				<Option compiler="gcc"/>
+				<Compiler>
+					<Add option="-DBOOST_TEST_DYN_LINK"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/external_dependencies/boost"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/external_dependencies/exprtk"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/include"/>
+					<Add directory="/home/fluffymoo/4NEURO_BIATCH/4Neuro/src"/>
+				</Compiler>
+				<MakeCommands>
+					<Build command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/examples/Makefile&quot;  VERBOSE=1 net_test_3/fast"/>
+					<CompileFile command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/examples/Makefile&quot;  VERBOSE=1 &quot;$file&quot;"/>
+					<Clean command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/examples/Makefile&quot;  VERBOSE=1 clean"/>
+					<DistClean command="/usr/bin/make -f &quot;/home/fluffymoo/4NEURO_BIATCH/4Neuro/build/examples/Makefile&quot;  VERBOSE=1 clean"/>
+				</MakeCommands>
+			</Target>
+		</Build>
+		<Unit filename="/home/fluffymoo/4NEURO_BIATCH/4Neuro/src/DataSet/DataSet.cpp">
+			<Option target="lib4neuro"/>
+		</Unit>
+		<Unit filename="/home/fluffymoo/4NEURO_BIATCH/4Neuro/src/DataSet/DataSet.h">
+			<Option target="lib4neuro"/>
+		</Unit>
+		<Unit filename="/home/fluffymoo/4NEURO_BIATCH/4Neuro/src/ErrorFunction/ErrorFunctions.cpp">
+			<Option target="lib4neuro"/>
+		</Unit>
+		<Unit filename="/home/fluffymoo/4NEURO_BIATCH/4Neuro/src/ErrorFunction/ErrorFunctions.h">
+			<Option target="lib4neuro"/>
+		</Unit>
+		<Unit filename="/home/fluffymoo/4NEURO_BIATCH/4Neuro/src/General/ExprtkWrapper.cpp">
+			<Option target="lib4neuro"/>
+		</Unit>
+		<Unit filename="/home/fluffymoo/4NEURO_BIATCH/4Neuro/src/General/ExprtkWrapper.h">
+			<Option target="lib4neuro"/>
+		</Unit>
+		<Unit filename="/home/fluffymoo/4NEURO_BIATCH/4Neuro/src/LearningMethods/ILearningMethods.h">
+			<Option target="lib4neuro"/>
+		</Unit>
+		<Unit filename="/home/fluffymoo/4NEURO_BIATCH/4Neuro/src/LearningMethods/ParticleSwarm.cpp">
+			<Option target="lib4neuro"/>
+		</Unit>
+		<Unit filename="/home/fluffymoo/4NEURO_BIATCH/4Neuro/src/LearningMethods/ParticleSwarm.h">
+			<Option target="lib4neuro"/>
+		</Unit>
+		<Unit filename="/home/fluffymoo/4NEURO_BIATCH/4Neuro/src/NetConnection/ConnectionFunctionGeneral.cpp">
+			<Option target="lib4neuro"/>
+		</Unit>
+		<Unit filename="/home/fluffymoo/4NEURO_BIATCH/4Neuro/src/NetConnection/ConnectionFunctionGeneral.h">
+			<Option target="lib4neuro"/>
+		</Unit>
+		<Unit filename="/home/fluffymoo/4NEURO_BIATCH/4Neuro/src/NetConnection/ConnectionFunctionIdentity.cpp">
+			<Option target="lib4neuro"/>
+		</Unit>
+		<Unit filename="/home/fluffymoo/4NEURO_BIATCH/4Neuro/src/NetConnection/ConnectionFunctionIdentity.h">
+			<Option target="lib4neuro"/>
+		</Unit>
+		<Unit filename="/home/fluffymoo/4NEURO_BIATCH/4Neuro/src/Network/NeuralNetwork.cpp">
+			<Option target="lib4neuro"/>
+		</Unit>
+		<Unit filename="/home/fluffymoo/4NEURO_BIATCH/4Neuro/src/Network/NeuralNetwork.h">
+			<Option target="lib4neuro"/>
+		</Unit>
+		<Unit filename="/home/fluffymoo/4NEURO_BIATCH/4Neuro/src/Network/NeuralNetworkSum.cpp">
+			<Option target="lib4neuro"/>
+		</Unit>
+		<Unit filename="/home/fluffymoo/4NEURO_BIATCH/4Neuro/src/Network/NeuralNetworkSum.h">
+			<Option target="lib4neuro"/>
+		</Unit>
+		<Unit filename="/home/fluffymoo/4NEURO_BIATCH/4Neuro/src/Neuron/Neuron.cpp">
+			<Option target="lib4neuro"/>
+		</Unit>
+		<Unit filename="/home/fluffymoo/4NEURO_BIATCH/4Neuro/src/Neuron/Neuron.h">
+			<Option target="lib4neuro"/>
+		</Unit>
+		<Unit filename="/home/fluffymoo/4NEURO_BIATCH/4Neuro/src/Neuron/NeuronBinary.cpp">
+			<Option target="lib4neuro"/>
+		</Unit>
+		<Unit filename="/home/fluffymoo/4NEURO_BIATCH/4Neuro/src/Neuron/NeuronBinary.h">
+			<Option target="lib4neuro"/>
+		</Unit>
+		<Unit filename="/home/fluffymoo/4NEURO_BIATCH/4Neuro/src/Neuron/NeuronConstant.cpp">
+			<Option target="lib4neuro"/>
+		</Unit>
+		<Unit filename="/home/fluffymoo/4NEURO_BIATCH/4Neuro/src/Neuron/NeuronConstant.h">
+			<Option target="lib4neuro"/>
+		</Unit>
+		<Unit filename="/home/fluffymoo/4NEURO_BIATCH/4Neuro/src/Neuron/NeuronLinear.cpp">
+			<Option target="lib4neuro"/>
+		</Unit>
+		<Unit filename="/home/fluffymoo/4NEURO_BIATCH/4Neuro/src/Neuron/NeuronLinear.h">
+			<Option target="lib4neuro"/>
+		</Unit>
+		<Unit filename="/home/fluffymoo/4NEURO_BIATCH/4Neuro/src/Neuron/NeuronLogistic.cpp">
+			<Option target="lib4neuro"/>
+		</Unit>
+		<Unit filename="/home/fluffymoo/4NEURO_BIATCH/4Neuro/src/Neuron/NeuronLogistic.h">
+			<Option target="lib4neuro"/>
+		</Unit>
+		<Unit filename="/home/fluffymoo/4NEURO_BIATCH/4Neuro/src/Solvers/DESolver.cpp">
+			<Option target="lib4neuro"/>
+		</Unit>
+		<Unit filename="/home/fluffymoo/4NEURO_BIATCH/4Neuro/src/Solvers/DESolver.h">
+			<Option target="lib4neuro"/>
+		</Unit>
+		<Unit filename="/home/fluffymoo/4NEURO_BIATCH/4Neuro/src/boost_test_lib_dummy.cpp">
+			<Option target="boost_unit_test"/>
+		</Unit>
+		<Unit filename="/home/fluffymoo/4NEURO_BIATCH/4Neuro/src/examples/main.cpp">
+			<Option target="test_cases"/>
+		</Unit>
+		<Unit filename="/home/fluffymoo/4NEURO_BIATCH/4Neuro/src/examples/net_test_1.cpp">
+			<Option target="net_test_1"/>
+		</Unit>
+		<Unit filename="/home/fluffymoo/4NEURO_BIATCH/4Neuro/src/examples/net_test_2.cpp">
+			<Option target="net_test_2"/>
+		</Unit>
+		<Unit filename="/home/fluffymoo/4NEURO_BIATCH/4Neuro/src/examples/net_test_3.cpp">
+			<Option target="net_test_3"/>
+		</Unit>
+		<Unit filename="/home/fluffymoo/4NEURO_BIATCH/4Neuro/src/examples/net_test_harmonic_oscilator.cpp">
+			<Option target="test_harmonic_oscilator"/>
+		</Unit>
+		<Unit filename="/home/fluffymoo/4NEURO_BIATCH/4Neuro/src/examples/net_test_ode_1.cpp">
+			<Option target="net_test_ode_1"/>
+		</Unit>
+		<Unit filename="/home/fluffymoo/4NEURO_BIATCH/4Neuro/src/examples/net_test_pde_1.cpp">
+			<Option target="net_test_pde_1"/>
+		</Unit>
+		<Unit filename="/home/fluffymoo/4NEURO_BIATCH/4Neuro/src/examples/network_serialization.cpp">
+			<Option target="network_serialization"/>
+		</Unit>
+		<Unit filename="/home/fluffymoo/4NEURO_BIATCH/4Neuro/src/exprtk.cpp">
+			<Option target="exprtk"/>
+		</Unit>
+		<Unit filename="/home/fluffymoo/4NEURO_BIATCH/4Neuro/src/tests/ConnectionFunctionGeneral_test.cpp">
+			<Option target="connectionFunctionGeneral_test"/>
+		</Unit>
+		<Unit filename="/home/fluffymoo/4NEURO_BIATCH/4Neuro/src/tests/ConnectionFunctionIdentity_test.cpp">
+			<Option target="connection_Function_identity_test"/>
+		</Unit>
+		<Unit filename="/home/fluffymoo/4NEURO_BIATCH/4Neuro/src/tests/DESolver_test.cpp">
+			<Option target="DESolver_test"/>
+		</Unit>
+		<Unit filename="/home/fluffymoo/4NEURO_BIATCH/4Neuro/src/tests/DataSet_test.cpp">
+			<Option target="dataset_test"/>
+		</Unit>
+		<Unit filename="/home/fluffymoo/4NEURO_BIATCH/4Neuro/src/tests/ErrorFunctions_test.cpp">
+			<Option target="errorfunction_test"/>
+		</Unit>
+		<Unit filename="/home/fluffymoo/4NEURO_BIATCH/4Neuro/src/tests/NeuralNetworkSum_test.cpp">
+			<Option target="NeuralNetworkSum_test"/>
+		</Unit>
+		<Unit filename="/home/fluffymoo/4NEURO_BIATCH/4Neuro/src/tests/NeuralNetwork_test.cpp">
+			<Option target="neural_network_test"/>
+		</Unit>
+		<Unit filename="/home/fluffymoo/4NEURO_BIATCH/4Neuro/src/tests/NeuronBinary_test.cpp">
+			<Option target="binary_neuron_test"/>
+		</Unit>
+		<Unit filename="/home/fluffymoo/4NEURO_BIATCH/4Neuro/src/tests/NeuronConstant_test.cpp">
+			<Option target="constant_neuron_test"/>
+		</Unit>
+		<Unit filename="/home/fluffymoo/4NEURO_BIATCH/4Neuro/src/tests/NeuronLinear_test.cpp">
+			<Option target="linear_neuron_test"/>
+		</Unit>
+		<Unit filename="/home/fluffymoo/4NEURO_BIATCH/4Neuro/src/tests/NeuronLogistic_test.cpp">
+			<Option target="logistic_neuron_test"/>
+		</Unit>
+		<Unit filename="/home/fluffymoo/4NEURO_BIATCH/4Neuro/src/tests/ParticleSwarm_test.cpp">
+			<Option target="particle_swarm_test"/>
+		</Unit>
+		<Unit filename="/home/fluffymoo/4NEURO_BIATCH/4Neuro/src/tests/Particle_test.cpp">
+			<Option target="particle_test"/>
+		</Unit>
+		<Unit filename="/home/fluffymoo/4NEURO_BIATCH/4Neuro/CMakeLists.txt">
+			<Option virtualFolder="CMake Files\"/>
+		</Unit>
+		<Unit filename="/home/fluffymoo/4NEURO_BIATCH/4Neuro/Findexprtk.cmake">
+			<Option virtualFolder="CMake Files\"/>
+		</Unit>
+		<Unit filename="/home/fluffymoo/4NEURO_BIATCH/4Neuro/src/CMakeLists.txt">
+			<Option virtualFolder="CMake Files\src\"/>
+		</Unit>
+		<Unit filename="/home/fluffymoo/4NEURO_BIATCH/4Neuro/src/tests/CMakeLists.txt">
+			<Option virtualFolder="CMake Files\src\tests\"/>
+		</Unit>
+		<Unit filename="/home/fluffymoo/4NEURO_BIATCH/4Neuro/src/examples/CMakeLists.txt">
+			<Option virtualFolder="CMake Files\src\examples\"/>
+		</Unit>
+	</Project>
+</CodeBlocks_project_file>
diff --git a/src/Network/NeuralNetworkSum.cpp b/src/Network/NeuralNetworkSum.cpp
index 69d21405f0814aeff9b0607bba123c87f30f8021..8aee1806ff54063b47684a66b38af90f6e712a93 100644
--- a/src/Network/NeuralNetworkSum.cpp
+++ b/src/Network/NeuralNetworkSum.cpp
@@ -37,13 +37,26 @@ void NeuralNetworkSum::eval_single(std::vector<double> &input, std::vector<doubl
     std::vector<double> mem_output(output.size());
     std::fill(output.begin(), output.end(), 0.0);
 
+    NeuralNetwork *SUM;
+
     for(size_t ni = 0; ni < this->summand->size(); ++ni){
-        this->summand->at(ni)->eval_single(input, mem_output, custom_weights_and_biases);
+        SUM = this->summand->at(ni);
+
+        if( SUM ){
+            this->summand->at(ni)->eval_single(input, mem_output, custom_weights_and_biases);
 
-        double alpha = this->summand_coefficient->at(ni).eval(input);
+            double alpha = this->summand_coefficient->at(ni).eval(input);
 
-        for(size_t j = 0; j < output.size(); ++j){
-            output[j] += mem_output[j] * alpha;
+            for(size_t j = 0; j < output.size(); ++j){
+                output[j] += mem_output[j] * alpha;
+            }
+        }
+        else{
+            //TODO assume the result can be a vector of doubles
+            double alpha = this->summand_coefficient->at(ni).eval(input);
+            for(size_t j = 0; j < output.size(); ++j){
+                output[j] += alpha;
+            }
         }
     }
 
diff --git a/src/Solvers/DESolver.cpp b/src/Solvers/DESolver.cpp
index 1d41c3ac5cdc491835b1e1fcdf5fa86e9a08574c..59e95d9c1f745e4be6787fed74d30b841d56b4b0 100644
--- a/src/Solvers/DESolver.cpp
+++ b/src/Solvers/DESolver.cpp
@@ -313,6 +313,15 @@ void DESolver::add_to_differential_equation( size_t equation_idx, MultiIndex &al
     this->differential_equations->at( equation_idx )->add_network( new_net, expression_string );
 }
 
+
+void DESolver::add_to_differential_equation( size_t equation_idx, std::string expression_string ) {
+
+    printf("Adding a known function '%s' to equation %d\n", expression_string.c_str( ), (int)equation_idx );
+    this->differential_equations->at( equation_idx )->add_network( nullptr, expression_string );
+
+}
+
+
 void DESolver::set_error_function(size_t equation_idx, ErrorFunctionType F, DataSet *conditions) {
     if( equation_idx >= this->n_equations ){
         throw std::invalid_argument( "The parameter 'equation_idx' is too large! It exceeds the number of differential equations." );
diff --git a/src/Solvers/DESolver.h b/src/Solvers/DESolver.h
index fbbf7a4e77e45e85a1b538d8fc57dcead7084b1f..ecc0ad194e01b95987f43ab6f5724b501129ea86 100644
--- a/src/Solvers/DESolver.h
+++ b/src/Solvers/DESolver.h
@@ -126,6 +126,14 @@ public:
      */
     LIB4NEURO_API void add_to_differential_equation( size_t equation_idx, MultiIndex &alpha, std::string expression_string );
 
+
+    /**
+     * Adds a known function to the equation
+     * @param equation_idx
+     * @param expression_string
+     */
+    LIB4NEURO_API void add_to_differential_equation( size_t equation_idx, std::string expression_string );
+
     /**
      * Sets the error function for the differential equation with the corresponding index
      * @param equation_idx
diff --git a/src/examples/net_test_ode_1.cpp b/src/examples/net_test_ode_1.cpp
index 21cc9b09799fda9ca48cb9ccc1d0199ce12e8c35..f7019f1dd4aaaddef52b5785cd75651307dfbc6c 100644
--- a/src/examples/net_test_ode_1.cpp
+++ b/src/examples/net_test_ode_1.cpp
@@ -628,6 +628,9 @@ void test_ode(double accuracy, size_t n_inner_neurons, size_t train_size, double
     solver_01.solve_via_particle_swarm( &domain_bounds, c1, c2, w, n_particles, max_iters, gamma, epsilon, delta );
 
     NeuralNetwork *solution = solver_01.get_solution( alpha_0 );
+    NeuralNetwork *solution_d = solver_01.get_solution( alpha_1 );
+    NeuralNetwork *solution_dd = solver_01.get_solution( alpha_2 );
+
     std::vector<double> parameters(total_dim);//w1, a1, b1, w2, a2, b2, ... , wm, am, bm
     std::vector<double> *weight_params = solution->get_parameter_ptr_weights();
     std::vector<double> *biases_params = solution->get_parameter_ptr_biases();
@@ -638,6 +641,35 @@ void test_ode(double accuracy, size_t n_inner_neurons, size_t train_size, double
 
         printf("Path %3d. w%d = %15.8f, b%d = %15.8f, a%d = %15.8f\n", (int)(i + 1), (int)(i + 1), parameters[3 * i], (int)(i + 1), parameters[3 * i + 2], (int)(i + 1), parameters[3 * i + 1]);
     }
+
+    /* ISOTROPIC TEST SET FOR BOUNDARY CONDITIONS */
+    /* first boundary condition & its error */
+    std::ofstream ofs("data_1d_ode1.txt", std::ofstream::out);
+    printf("Exporting files 'data_1d_ode1.txt': %7.3f%%\r", 0.0);
+    frac = (te - ts) / (n_test_points - 1);
+
+    for(size_t i = 0; i < n_test_points; ++i){
+        double x = frac * i + ts;
+        inp[0] = x;
+
+        solution->eval_single(inp, out);
+        double F = out[0];
+
+        solution_d->eval_single( inp, out);
+        double DF = out[0];
+
+        solution_dd->eval_single( inp, out);
+        double DDF = out[0];
+
+        ofs << i + 1 << " " << x << " " << std::pow(E, -2*x) * (3*x + 1)<< " " << F << " " << std::pow(E, -2*x) * (1 - 6*x)<< " " << DF << " " << 4 * std::pow(E, -2*x) * (3*x - 2)<< " " << DDF << std::endl;
+
+        printf("Exporting files 'data_1d_ode1.txt': %7.3f%%\r", (100.0 * i) / (n_test_points - 1));
+        std::cout.flush();
+    }
+    printf("Exporting files 'data_1d_ode1.txt': %7.3f%%\n", 100.0);
+    std::cout.flush();
+    ofs.close();
+
     std::cout << "********************************************************************************************************************************************" <<std::endl;
 
 //    data_export_particle(parameters);