git-svn-id: http://moon:8086/svn/software/trunk/projects/RBM@300 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
2016-06-22 19:29:13 +00:00
parent 866a0349db
commit 605ee4da46
8 changed files with 57 additions and 44 deletions
+10 -4
View File
@@ -21,7 +21,7 @@ FC=gfortran
AS=as
# Macros
CND_PLATFORM=MinGW-Windows
CND_PLATFORM=MinGW-64-Windows
CND_DLIB_EXT=dll
CND_CONF=Debug
CND_DISTDIR=dist
@@ -45,15 +45,16 @@ OBJECTFILES= \
${OBJECTDIR}/Source/DrawComponent.o \
${OBJECTDIR}/Source/Main.o \
${OBJECTDIR}/Source/MainComponent.o \
${OBJECTDIR}/Source/RbmComponent.o \
${OBJECTDIR}/Source/noise.o
# C Compiler Flags
CFLAGS=
CFLAGS=-m64
# CC Compiler Flags
CCFLAGS=-O0 -march=native -mwindows -DDISPID_NEWWINDOW3=0 -U__STRICT_ANSI__ -g
CXXFLAGS=-O0 -march=native -mwindows -DDISPID_NEWWINDOW3=0 -U__STRICT_ANSI__ -g
CCFLAGS=-m64 -O0 -march=native -mwindows -DDISPID_NEWWINDOW3=0 -U__STRICT_ANSI__ -g
CXXFLAGS=-m64 -O0 -march=native -mwindows -DDISPID_NEWWINDOW3=0 -U__STRICT_ANSI__ -g
# Fortran Compiler Flags
FFLAGS=
@@ -122,6 +123,11 @@ ${OBJECTDIR}/Source/MainComponent.o: nbproject/Makefile-${CND_CONF}.mk Source/Ma
${RM} "$@.d"
$(COMPILE.cc) -g -DDEBUG -DDEBUG=1 -DEIGEN_DONT_ALIGN -DJUCE_APP_VERSION=1.0.0 -DJUCE_APP_VERSION_HEX=0x10000 -DWIN32 -D_WINDOWS -Dfir_float_t=float -Dradio_float_t=float -IJuceLibraryCode -ISource -I../../../extLib/eigen3 -I../../../extLib/JUCE -std=c++11 -MMD -MP -MF "$@.d" -o ${OBJECTDIR}/Source/MainComponent.o Source/MainComponent.cpp
${OBJECTDIR}/Source/RbmComponent.o: nbproject/Makefile-${CND_CONF}.mk Source/RbmComponent.cpp
${MKDIR} -p ${OBJECTDIR}/Source
${RM} "$@.d"
$(COMPILE.cc) -g -DDEBUG -DDEBUG=1 -DEIGEN_DONT_ALIGN -DJUCE_APP_VERSION=1.0.0 -DJUCE_APP_VERSION_HEX=0x10000 -DWIN32 -D_WINDOWS -Dfir_float_t=float -Dradio_float_t=float -IJuceLibraryCode -ISource -I../../../extLib/eigen3 -I../../../extLib/JUCE -std=c++11 -MMD -MP -MF "$@.d" -o ${OBJECTDIR}/Source/RbmComponent.o Source/RbmComponent.cpp
${OBJECTDIR}/Source/noise.o: nbproject/Makefile-${CND_CONF}.mk Source/noise.c
${MKDIR} -p ${OBJECTDIR}/Source
${RM} "$@.d"
+19 -13
View File
@@ -21,7 +21,7 @@ FC=gfortran
AS=as
# Macros
CND_PLATFORM=MinGW-Windows
CND_PLATFORM=MinGW-64-Windows
CND_DLIB_EXT=dll
CND_CONF=Release
CND_DISTDIR=dist
@@ -45,6 +45,7 @@ OBJECTFILES= \
${OBJECTDIR}/Source/DrawComponent.o \
${OBJECTDIR}/Source/Main.o \
${OBJECTDIR}/Source/MainComponent.o \
${OBJECTDIR}/Source/RbmComponent.o \
${OBJECTDIR}/Source/noise.o
@@ -52,8 +53,8 @@ OBJECTFILES= \
CFLAGS=
# CC Compiler Flags
CCFLAGS=-m32 -march=native -mwindows -DDISPID_NEWWINDOW3=0 -U__STRICT_ANSI__ -g
CXXFLAGS=-m32 -march=native -mwindows -DDISPID_NEWWINDOW3=0 -U__STRICT_ANSI__ -g
CCFLAGS=-m64 -march=native -mwindows -DDISPID_NEWWINDOW3=0 -U__STRICT_ANSI__ -g
CXXFLAGS=-m64 -march=native -mwindows -DDISPID_NEWWINDOW3=0 -U__STRICT_ANSI__ -g
# Fortran Compiler Flags
FFLAGS=
@@ -75,52 +76,57 @@ ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/rbm.exe: ${OBJECTFILES}
${OBJECTDIR}/_ext/661d15e3/juce_core.o: nbproject/Makefile-${CND_CONF}.mk ../../../extLib/JUCE/modules/juce_core/juce_core.cpp
${MKDIR} -p ${OBJECTDIR}/_ext/661d15e3
${RM} "$@.d"
$(COMPILE.cc) -g -O2 -DJUCE_APP_VERSION=1.0.0 -DJUCE_APP_VERSION_HEX=0x10000 -DWIN32 -D_WINDOWS -Dfir_float_t=float -Dradio_float_t=float -IJuceLibraryCode -ISource -I../../../extLib/eigen3 -I../../../extLib/JUCE -std=c++11 -MMD -MP -MF "$@.d" -o ${OBJECTDIR}/_ext/661d15e3/juce_core.o ../../../extLib/JUCE/modules/juce_core/juce_core.cpp
$(COMPILE.cc) -O2 -DJUCE_APP_VERSION=1.0.0 -DJUCE_APP_VERSION_HEX=0x10000 -DWIN32 -D_WINDOWS -Dfir_float_t=float -Dradio_float_t=float -IJuceLibraryCode -ISource -I../../../extLib/eigen3 -I../../../extLib/JUCE -std=c++11 -MMD -MP -MF "$@.d" -o ${OBJECTDIR}/_ext/661d15e3/juce_core.o ../../../extLib/JUCE/modules/juce_core/juce_core.cpp
${OBJECTDIR}/_ext/4ba2051/juce_data_structures.o: nbproject/Makefile-${CND_CONF}.mk ../../../extLib/JUCE/modules/juce_data_structures/juce_data_structures.cpp
${MKDIR} -p ${OBJECTDIR}/_ext/4ba2051
${RM} "$@.d"
$(COMPILE.cc) -g -O2 -DJUCE_APP_VERSION=1.0.0 -DJUCE_APP_VERSION_HEX=0x10000 -DWIN32 -D_WINDOWS -Dfir_float_t=float -Dradio_float_t=float -IJuceLibraryCode -ISource -I../../../extLib/eigen3 -I../../../extLib/JUCE -std=c++11 -MMD -MP -MF "$@.d" -o ${OBJECTDIR}/_ext/4ba2051/juce_data_structures.o ../../../extLib/JUCE/modules/juce_data_structures/juce_data_structures.cpp
$(COMPILE.cc) -O2 -DJUCE_APP_VERSION=1.0.0 -DJUCE_APP_VERSION_HEX=0x10000 -DWIN32 -D_WINDOWS -Dfir_float_t=float -Dradio_float_t=float -IJuceLibraryCode -ISource -I../../../extLib/eigen3 -I../../../extLib/JUCE -std=c++11 -MMD -MP -MF "$@.d" -o ${OBJECTDIR}/_ext/4ba2051/juce_data_structures.o ../../../extLib/JUCE/modules/juce_data_structures/juce_data_structures.cpp
${OBJECTDIR}/_ext/56f5c65d/juce_events.o: nbproject/Makefile-${CND_CONF}.mk ../../../extLib/JUCE/modules/juce_events/juce_events.cpp
${MKDIR} -p ${OBJECTDIR}/_ext/56f5c65d
${RM} "$@.d"
$(COMPILE.cc) -g -O2 -DJUCE_APP_VERSION=1.0.0 -DJUCE_APP_VERSION_HEX=0x10000 -DWIN32 -D_WINDOWS -Dfir_float_t=float -Dradio_float_t=float -IJuceLibraryCode -ISource -I../../../extLib/eigen3 -I../../../extLib/JUCE -std=c++11 -MMD -MP -MF "$@.d" -o ${OBJECTDIR}/_ext/56f5c65d/juce_events.o ../../../extLib/JUCE/modules/juce_events/juce_events.cpp
$(COMPILE.cc) -O2 -DJUCE_APP_VERSION=1.0.0 -DJUCE_APP_VERSION_HEX=0x10000 -DWIN32 -D_WINDOWS -Dfir_float_t=float -Dradio_float_t=float -IJuceLibraryCode -ISource -I../../../extLib/eigen3 -I../../../extLib/JUCE -std=c++11 -MMD -MP -MF "$@.d" -o ${OBJECTDIR}/_ext/56f5c65d/juce_events.o ../../../extLib/JUCE/modules/juce_events/juce_events.cpp
${OBJECTDIR}/_ext/660a4ecf/juce_graphics.o: nbproject/Makefile-${CND_CONF}.mk ../../../extLib/JUCE/modules/juce_graphics/juce_graphics.cpp
${MKDIR} -p ${OBJECTDIR}/_ext/660a4ecf
${RM} "$@.d"
$(COMPILE.cc) -g -O2 -DJUCE_APP_VERSION=1.0.0 -DJUCE_APP_VERSION_HEX=0x10000 -DWIN32 -D_WINDOWS -Dfir_float_t=float -Dradio_float_t=float -IJuceLibraryCode -ISource -I../../../extLib/eigen3 -I../../../extLib/JUCE -std=c++11 -MMD -MP -MF "$@.d" -o ${OBJECTDIR}/_ext/660a4ecf/juce_graphics.o ../../../extLib/JUCE/modules/juce_graphics/juce_graphics.cpp
$(COMPILE.cc) -O2 -DJUCE_APP_VERSION=1.0.0 -DJUCE_APP_VERSION_HEX=0x10000 -DWIN32 -D_WINDOWS -Dfir_float_t=float -Dradio_float_t=float -IJuceLibraryCode -ISource -I../../../extLib/eigen3 -I../../../extLib/JUCE -std=c++11 -MMD -MP -MF "$@.d" -o ${OBJECTDIR}/_ext/660a4ecf/juce_graphics.o ../../../extLib/JUCE/modules/juce_graphics/juce_graphics.cpp
${OBJECTDIR}/_ext/7a97f8cd/juce_gui_basics.o: nbproject/Makefile-${CND_CONF}.mk ../../../extLib/JUCE/modules/juce_gui_basics/juce_gui_basics.cpp
${MKDIR} -p ${OBJECTDIR}/_ext/7a97f8cd
${RM} "$@.d"
$(COMPILE.cc) -g -O2 -DJUCE_APP_VERSION=1.0.0 -DJUCE_APP_VERSION_HEX=0x10000 -DWIN32 -D_WINDOWS -Dfir_float_t=float -Dradio_float_t=float -IJuceLibraryCode -ISource -I../../../extLib/eigen3 -I../../../extLib/JUCE -std=c++11 -MMD -MP -MF "$@.d" -o ${OBJECTDIR}/_ext/7a97f8cd/juce_gui_basics.o ../../../extLib/JUCE/modules/juce_gui_basics/juce_gui_basics.cpp
$(COMPILE.cc) -O2 -DJUCE_APP_VERSION=1.0.0 -DJUCE_APP_VERSION_HEX=0x10000 -DWIN32 -D_WINDOWS -Dfir_float_t=float -Dradio_float_t=float -IJuceLibraryCode -ISource -I../../../extLib/eigen3 -I../../../extLib/JUCE -std=c++11 -MMD -MP -MF "$@.d" -o ${OBJECTDIR}/_ext/7a97f8cd/juce_gui_basics.o ../../../extLib/JUCE/modules/juce_gui_basics/juce_gui_basics.cpp
${OBJECTDIR}/_ext/1cef5448/juce_gui_extra.o: nbproject/Makefile-${CND_CONF}.mk ../../../extLib/JUCE/modules/juce_gui_extra/juce_gui_extra.cpp
${MKDIR} -p ${OBJECTDIR}/_ext/1cef5448
${RM} "$@.d"
$(COMPILE.cc) -g -O2 -DJUCE_APP_VERSION=1.0.0 -DJUCE_APP_VERSION_HEX=0x10000 -DWIN32 -D_WINDOWS -Dfir_float_t=float -Dradio_float_t=float -IJuceLibraryCode -ISource -I../../../extLib/eigen3 -I../../../extLib/JUCE -std=c++11 -MMD -MP -MF "$@.d" -o ${OBJECTDIR}/_ext/1cef5448/juce_gui_extra.o ../../../extLib/JUCE/modules/juce_gui_extra/juce_gui_extra.cpp
$(COMPILE.cc) -O2 -DJUCE_APP_VERSION=1.0.0 -DJUCE_APP_VERSION_HEX=0x10000 -DWIN32 -D_WINDOWS -Dfir_float_t=float -Dradio_float_t=float -IJuceLibraryCode -ISource -I../../../extLib/eigen3 -I../../../extLib/JUCE -std=c++11 -MMD -MP -MF "$@.d" -o ${OBJECTDIR}/_ext/1cef5448/juce_gui_extra.o ../../../extLib/JUCE/modules/juce_gui_extra/juce_gui_extra.cpp
${OBJECTDIR}/_ext/67b1adf3/juce_opengl.o: nbproject/Makefile-${CND_CONF}.mk ../../../extLib/JUCE/modules/juce_opengl/juce_opengl.cpp
${MKDIR} -p ${OBJECTDIR}/_ext/67b1adf3
${RM} "$@.d"
$(COMPILE.cc) -g -O2 -DJUCE_APP_VERSION=1.0.0 -DJUCE_APP_VERSION_HEX=0x10000 -DWIN32 -D_WINDOWS -Dfir_float_t=float -Dradio_float_t=float -IJuceLibraryCode -ISource -I../../../extLib/eigen3 -I../../../extLib/JUCE -std=c++11 -MMD -MP -MF "$@.d" -o ${OBJECTDIR}/_ext/67b1adf3/juce_opengl.o ../../../extLib/JUCE/modules/juce_opengl/juce_opengl.cpp
$(COMPILE.cc) -O2 -DJUCE_APP_VERSION=1.0.0 -DJUCE_APP_VERSION_HEX=0x10000 -DWIN32 -D_WINDOWS -Dfir_float_t=float -Dradio_float_t=float -IJuceLibraryCode -ISource -I../../../extLib/eigen3 -I../../../extLib/JUCE -std=c++11 -MMD -MP -MF "$@.d" -o ${OBJECTDIR}/_ext/67b1adf3/juce_opengl.o ../../../extLib/JUCE/modules/juce_opengl/juce_opengl.cpp
${OBJECTDIR}/Source/DrawComponent.o: nbproject/Makefile-${CND_CONF}.mk Source/DrawComponent.cpp
${MKDIR} -p ${OBJECTDIR}/Source
${RM} "$@.d"
$(COMPILE.cc) -g -O2 -DJUCE_APP_VERSION=1.0.0 -DJUCE_APP_VERSION_HEX=0x10000 -DWIN32 -D_WINDOWS -Dfir_float_t=float -Dradio_float_t=float -IJuceLibraryCode -ISource -I../../../extLib/eigen3 -I../../../extLib/JUCE -std=c++11 -MMD -MP -MF "$@.d" -o ${OBJECTDIR}/Source/DrawComponent.o Source/DrawComponent.cpp
$(COMPILE.cc) -O2 -DJUCE_APP_VERSION=1.0.0 -DJUCE_APP_VERSION_HEX=0x10000 -DWIN32 -D_WINDOWS -Dfir_float_t=float -Dradio_float_t=float -IJuceLibraryCode -ISource -I../../../extLib/eigen3 -I../../../extLib/JUCE -std=c++11 -MMD -MP -MF "$@.d" -o ${OBJECTDIR}/Source/DrawComponent.o Source/DrawComponent.cpp
${OBJECTDIR}/Source/Main.o: nbproject/Makefile-${CND_CONF}.mk Source/Main.cpp
${MKDIR} -p ${OBJECTDIR}/Source
${RM} "$@.d"
$(COMPILE.cc) -g -O2 -DJUCE_APP_VERSION=1.0.0 -DJUCE_APP_VERSION_HEX=0x10000 -DWIN32 -D_WINDOWS -Dfir_float_t=float -Dradio_float_t=float -IJuceLibraryCode -ISource -I../../../extLib/eigen3 -I../../../extLib/JUCE -std=c++11 -MMD -MP -MF "$@.d" -o ${OBJECTDIR}/Source/Main.o Source/Main.cpp
$(COMPILE.cc) -O2 -DJUCE_APP_VERSION=1.0.0 -DJUCE_APP_VERSION_HEX=0x10000 -DWIN32 -D_WINDOWS -Dfir_float_t=float -Dradio_float_t=float -IJuceLibraryCode -ISource -I../../../extLib/eigen3 -I../../../extLib/JUCE -std=c++11 -MMD -MP -MF "$@.d" -o ${OBJECTDIR}/Source/Main.o Source/Main.cpp
${OBJECTDIR}/Source/MainComponent.o: nbproject/Makefile-${CND_CONF}.mk Source/MainComponent.cpp
${MKDIR} -p ${OBJECTDIR}/Source
${RM} "$@.d"
$(COMPILE.cc) -g -O2 -DJUCE_APP_VERSION=1.0.0 -DJUCE_APP_VERSION_HEX=0x10000 -DWIN32 -D_WINDOWS -Dfir_float_t=float -Dradio_float_t=float -IJuceLibraryCode -ISource -I../../../extLib/eigen3 -I../../../extLib/JUCE -std=c++11 -MMD -MP -MF "$@.d" -o ${OBJECTDIR}/Source/MainComponent.o Source/MainComponent.cpp
$(COMPILE.cc) -O2 -DJUCE_APP_VERSION=1.0.0 -DJUCE_APP_VERSION_HEX=0x10000 -DWIN32 -D_WINDOWS -Dfir_float_t=float -Dradio_float_t=float -IJuceLibraryCode -ISource -I../../../extLib/eigen3 -I../../../extLib/JUCE -std=c++11 -MMD -MP -MF "$@.d" -o ${OBJECTDIR}/Source/MainComponent.o Source/MainComponent.cpp
${OBJECTDIR}/Source/RbmComponent.o: nbproject/Makefile-${CND_CONF}.mk Source/RbmComponent.cpp
${MKDIR} -p ${OBJECTDIR}/Source
${RM} "$@.d"
$(COMPILE.cc) -O2 -DJUCE_APP_VERSION=1.0.0 -DJUCE_APP_VERSION_HEX=0x10000 -DWIN32 -D_WINDOWS -Dfir_float_t=float -Dradio_float_t=float -IJuceLibraryCode -ISource -I../../../extLib/eigen3 -I../../../extLib/JUCE -std=c++11 -MMD -MP -MF "$@.d" -o ${OBJECTDIR}/Source/RbmComponent.o Source/RbmComponent.cpp
${OBJECTDIR}/Source/noise.o: nbproject/Makefile-${CND_CONF}.mk Source/noise.c
${MKDIR} -p ${OBJECTDIR}/Source
+10 -10
View File
@@ -7,21 +7,21 @@ CND_BASEDIR=`pwd`
CND_BUILDDIR=build
CND_DISTDIR=dist
# Debug configuration
CND_PLATFORM_Debug=MinGW-Windows
CND_ARTIFACT_DIR_Debug=dist/Debug/MinGW-Windows
CND_PLATFORM_Debug=MinGW-64-Windows
CND_ARTIFACT_DIR_Debug=dist/Debug/MinGW-64-Windows
CND_ARTIFACT_NAME_Debug=rbm
CND_ARTIFACT_PATH_Debug=dist/Debug/MinGW-Windows/rbm
CND_PACKAGE_DIR_Debug=dist/Debug/MinGW-Windows/package
CND_ARTIFACT_PATH_Debug=dist/Debug/MinGW-64-Windows/rbm
CND_PACKAGE_DIR_Debug=dist/Debug/MinGW-64-Windows/package
CND_PACKAGE_NAME_Debug=rbm.tar
CND_PACKAGE_PATH_Debug=dist/Debug/MinGW-Windows/package/rbm.tar
CND_PACKAGE_PATH_Debug=dist/Debug/MinGW-64-Windows/package/rbm.tar
# Release configuration
CND_PLATFORM_Release=MinGW-Windows
CND_ARTIFACT_DIR_Release=dist/Release/MinGW-Windows
CND_PLATFORM_Release=MinGW-64-Windows
CND_ARTIFACT_DIR_Release=dist/Release/MinGW-64-Windows
CND_ARTIFACT_NAME_Release=rbm
CND_ARTIFACT_PATH_Release=dist/Release/MinGW-Windows/rbm
CND_PACKAGE_DIR_Release=dist/Release/MinGW-Windows/package
CND_ARTIFACT_PATH_Release=dist/Release/MinGW-64-Windows/rbm
CND_PACKAGE_DIR_Release=dist/Release/MinGW-64-Windows/package
CND_PACKAGE_NAME_Release=rbm.tar
CND_PACKAGE_PATH_Release=dist/Release/MinGW-Windows/package/rbm.tar
CND_PACKAGE_PATH_Release=dist/Release/MinGW-64-Windows/package/rbm.tar
#
# include compiler specific variables
#
+1 -1
View File
@@ -6,7 +6,7 @@
# Macros
TOP=`pwd`
CND_PLATFORM=MinGW-Windows
CND_PLATFORM=MinGW-64-Windows
CND_CONF=Debug
CND_DISTDIR=dist
CND_BUILDDIR=build
+1 -1
View File
@@ -6,7 +6,7 @@
# Macros
TOP=`pwd`
CND_PLATFORM=MinGW-Windows
CND_PLATFORM=MinGW-64-Windows
CND_CONF=Release
CND_DISTDIR=dist
CND_BUILDDIR=build
+12 -10
View File
@@ -6,13 +6,12 @@
projectFiles="true">
<itemPath>JuceLibraryCode/AppConfig.h</itemPath>
<itemPath>Source/DrawComponent.h</itemPath>
<itemPath>Source/HiddenLayer.hpp</itemPath>
<itemPath>JuceLibraryCode/JuceHeader.h</itemPath>
<itemPath>Source/Layer.hpp</itemPath>
<itemPath>Source/LayerArray.hpp</itemPath>
<itemPath>Source/MainComponent.h</itemPath>
<itemPath>Source/Rbm.hpp</itemPath>
<itemPath>Source/VisibleLayer.hpp</itemPath>
<itemPath>Source/RbmComponent.h</itemPath>
<itemPath>Source/Weights.hpp</itemPath>
<itemPath>Source/noise.h</itemPath>
</logicalFolder>
@@ -35,6 +34,7 @@
<itemPath>Source/DrawComponent.cpp</itemPath>
<itemPath>Source/Main.cpp</itemPath>
<itemPath>Source/MainComponent.cpp</itemPath>
<itemPath>Source/RbmComponent.cpp</itemPath>
<itemPath>Source/noise.c</itemPath>
</logicalFolder>
<logicalFolder name="TestFiles"
@@ -63,12 +63,14 @@
</toolsSet>
<compileType>
<cTool>
<architecture>2</architecture>
<incDir>
<pElem>JuceLibraryCode</pElem>
<pElem>Source</pElem>
</incDir>
</cTool>
<ccTool>
<architecture>2</architecture>
<standard>8</standard>
<incDir>
<pElem>JuceLibraryCode</pElem>
@@ -136,8 +138,6 @@
</item>
<item path="Source/DrawComponent.h" ex="false" tool="3" flavor2="0">
</item>
<item path="Source/HiddenLayer.hpp" ex="false" tool="3" flavor2="0">
</item>
<item path="Source/Layer.hpp" ex="false" tool="3" flavor2="0">
</item>
<item path="Source/LayerArray.hpp" ex="false" tool="3" flavor2="0">
@@ -150,7 +150,9 @@
</item>
<item path="Source/Rbm.hpp" ex="false" tool="3" flavor2="0">
</item>
<item path="Source/VisibleLayer.hpp" ex="false" tool="3" flavor2="0">
<item path="Source/RbmComponent.cpp" ex="false" tool="1" flavor2="0">
</item>
<item path="Source/RbmComponent.h" ex="false" tool="3" flavor2="0">
</item>
<item path="Source/Weights.hpp" ex="false" tool="3" flavor2="0">
</item>
@@ -174,8 +176,8 @@
</incDir>
</cTool>
<ccTool>
<developmentMode>4</developmentMode>
<architecture>1</architecture>
<developmentMode>5</developmentMode>
<architecture>2</architecture>
<standard>8</standard>
<commandlineTool>g++</commandlineTool>
<incDir>
@@ -247,8 +249,6 @@
</item>
<item path="Source/DrawComponent.h" ex="false" tool="3" flavor2="0">
</item>
<item path="Source/HiddenLayer.hpp" ex="false" tool="3" flavor2="0">
</item>
<item path="Source/Layer.hpp" ex="false" tool="3" flavor2="0">
</item>
<item path="Source/LayerArray.hpp" ex="false" tool="3" flavor2="0">
@@ -261,7 +261,9 @@
</item>
<item path="Source/Rbm.hpp" ex="false" tool="3" flavor2="0">
</item>
<item path="Source/VisibleLayer.hpp" ex="false" tool="3" flavor2="0">
<item path="Source/RbmComponent.cpp" ex="false" tool="1" flavor2="0">
</item>
<item path="Source/RbmComponent.h" ex="false" tool="3" flavor2="0">
</item>
<item path="Source/Weights.hpp" ex="false" tool="3" flavor2="0">
</item>
+3
View File
@@ -31,6 +31,7 @@
<runcommand>"${OUTPUT_PATH}"</runcommand>
<rundir></rundir>
<buildfirst>true</buildfirst>
<console-type>2</console-type>
<terminal-type>0</terminal-type>
<remove-instrumentation>0</remove-instrumentation>
<environment>
@@ -52,6 +53,7 @@
</gdb_signals>
<gdb_options>
<DebugOptions>
<option name="gdb_init_file" value="gdbinit"/>
</DebugOptions>
</gdb_options>
<gdb_buildfirst gdb_buildfirst_overriden="false" gdb_buildfirst_old="false"/>
@@ -66,6 +68,7 @@
<runcommand>"${OUTPUT_PATH}"</runcommand>
<rundir></rundir>
<buildfirst>true</buildfirst>
<console-type>2</console-type>
<terminal-type>0</terminal-type>
<remove-instrumentation>0</remove-instrumentation>
<environment>
+1 -5
View File
@@ -6,10 +6,6 @@
</data>
<editor-bookmarks xmlns="http://www.netbeans.org/ns/editor-bookmarks/2" lastBookmarkId="0"/>
<open-files xmlns="http://www.netbeans.org/ns/projectui-open-files/2">
<group>
<file>file:/D:/home/jens/work/develope/repos/projects/RBM/Source/Rbm.hpp</file>
<file>file:/D:/home/jens/work/develope/extLib/eigen3/Eigen/src/Core/products/GeneralMatrixVector.h</file>
<file>file:/D:/home/jens/work/develope/extLib/JUCE/modules/juce_core/juce_core.cpp</file>
</group>
<group/>
</open-files>
</project-private>