File: pluginReinforcements.pro

package info (click to toggle)
mldemos 0.5.1-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 32,224 kB
  • ctags: 46,525
  • sloc: cpp: 306,887; ansic: 167,718; ml: 126; sh: 109; makefile: 2
file content (92 lines) | stat: -rw-r--r-- 2,341 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
# ##########################
# Configuration      #
# ##########################
TEMPLATE = lib
CONFIG += plugin
NAME = mld_Reinforcement
MLPATH =../..

include($$MLPATH/MLDemos_variables.pri)
###########################
# Source Files            #
###########################
FORMS += paramsRandom.ui paramsGA.ui paramsPower.ui paramsDP.ui
# paramsGA.ui paramsParticles.ui \
# paramsNLopt.ui paramsParticleFilters.ui
HEADERS +=	\
			canvas.h \
            datasetManager.h \
            mymaths.h \
            drawUtils.h \
            optimization_test_functions.h \
#			maximizePower.h \
#			maximizeParticles.h \
#			maximizeSwarm.h \
#			maximizeGradient.h \
#			maximizeDonut.h \
#           interfaceParticles.h \
#           interfaceParticleFilters.h \
            gaPeon.h \
            gaTrainer.h \
#			mvnpdf.h \
#           maximizeNLopt.h \
#           interfaceNLopt.h \
            reinforcementPower.h \
            reinforcementRandom.h \
            reinforcementGA.h \
            reinforcementDP.h \
            interfaceRandom.h \
            interfacePower.h \
            interfaceDP.h \
            interfaceGA.h \
            pluginReinforcements.h

SOURCES += 	\
#			maximizeParticles.cpp \
#			maximizeSwarm.cpp \
#			maximizeGradient.cpp \
#			maximizeDonut.cpp \
#			interfaceParticles.cpp \
#           interfaceParticleFilters.cpp \
            gaPeon.cpp \
            gaTrainer.cpp \
#           maximizeNLopt.cpp \
#           interfaceNLopt.cpp \
            reinforcementPower.cpp \
            reinforcementRandom.cpp \
            reinforcementGA.cpp \
            reinforcementDP.cpp \
            interfaceRandom.cpp \
            interfacePower.cpp \
            interfaceDP.cpp \
            interfaceGA.cpp \
            pluginReinforcements.cpp

###########################
# Dependencies            #
###########################
#HEADERS += \
#	PSO/pso.h \
#	PSO/memoryAllocation.h \
#	PSO/optimizer.h

HEADERS +=	\
	fgmm/em.h \
	fgmm/fgmm++.hpp \
	fgmm/fgmm.h \
	fgmm/gaussian.h \
	fgmm/regression.h \
    fgmm/smat.h

#HEADERS +=	\
#	newmat11/controlw.h \
#	newmat11/include.h \
#	newmat11/myexcept.h \
#	newmat11/newmat.h \
#	newmat11/newmatap.h \
#	newmat11/newmatio.h \
#	newmat11/newmatnl.h \
#	newmat11/newmatrc.h \
#	newmat11/newmatrm.h \
#	newmat11/precisio.h \
#	newmat11/solution.h