This website requires JavaScript.
92508da7c1
COMPILING better readable
master
Stefan Dresselhaus
2014-04-28 12:21:59 +0200
605a6f3d30
added compiling
Stefan Dresselhaus
2014-04-28 12:16:22 +0200
4d75e8de7c
Merge branch 'master' of github.com:Drezil/hgraph
Stefan Dresselhaus
2014-04-22 13:23:21 +0200
7d5e1661db
Initial commit
Drezil
2014-04-22 04:18:31 -0700
4ffaa00148
ausarbeitung gc-analyse, fazit
Stefan Dresselhaus
2014-04-21 15:07:18 +0200
0b97576231
Ausarbeitung: Fazit geschrieben, allgemeine Korrekturen
tpajenka
2014-04-19 13:33:28 +0200
785cecddc6
regenerated pdf
Stefan Dresselhaus
2014-04-18 12:16:32 +0200
18102c4a8c
made Auswertung
Stefan Dresselhaus
2014-04-18 12:14:59 +0200
8957078f0c
Merge branch 'master' of pwning.de:hgraph
tpajenka
2014-04-18 12:11:54 +0200
c790343a31
Rechtschreibfehler
tpajenka
2014-04-18 12:08:40 +0200
8c324c4a19
Ausarbeitung: Algorithmus -- mehr Laufzeitanalyse
tpajenka
2014-04-18 12:07:48 +0200
879d571bb0
added benchmark-auswertung
Stefan Dresselhaus
2014-04-18 11:27:43 +0200
9e6d0b378a
benchmark now remembers results..
Stefan Dresselhaus
2014-04-18 10:30:56 +0200
af70fe0d0b
added benchmark.sh
Stefan Dresselhaus
2014-04-18 10:28:45 +0200
45528934b7
haddock documentation
tpajenka
2014-04-11 20:23:12 +0200
3555ed5073
Ausarbeitung korrigiert (insbes. Laufzeitanalyse), Rechtschreibfehler in DCB/Structures.hs korrigiert
tpajenka
2014-04-04 15:04:36 +0200
64dd652d4a
added chapter to ausarbeitung
Stefan Dresselhaus
2014-03-29 12:36:39 +0100
dd91de6126
Merge branch 'master' of pwning.de:hgraph
tpajenka
2014-03-26 13:03:45 +0100
f43dbb9e47
diagram for written report to visualize parallization, colors may be changed later
tpajenka
2014-03-26 13:01:14 +0100
3975d67acf
updated programs built-in help, added token management to enable display of timings and to show help
tpajenka
2014-03-18 13:54:04 +0100
77f8447cc4
changed calculation to only return maximum DCB (those that cannot be expanded), restricted DCB module export to reasonable functions
tpajenka
2014-03-16 18:26:45 +0100
5360e972fe
added benchmark
Stefan Dresselhaus
2014-03-11 16:49:47 +0100
05b6ae863b
no llvm ghc-option on windows os
tpajenka
2014-03-09 00:37:00 +0100
872d28c043
continued written report, cleaned unused dependency (monad-par)
tpajenka
2014-03-06 17:46:29 +0100
7976753072
mathematische Beschreibung der Bicluster-Constraints korrigiert
tpajenka
2014-02-06 20:23:15 +0100
97942d5ee1
usarbeitung angefangen
tpajenka
2014-02-03 14:47:16 +0100
d04313c4be
misc stuff
Stefan Dresselhaus
2014-01-14 12:59:47 +0100
3fb1264f5f
accelerated reading and parsing of adjacency matrix by directly creating a vector for each row
tpajenka
2014-01-13 00:02:50 +0100
90eb036f22
added computation time measurement, parsing evaluated before calculating
tpajenka
2014-01-12 22:42:20 +0100
79fc923174
added strictness at correct spot
tpajenka
2014-01-12 13:37:40 +0100
9d839ecd74
cleared not needed dependencies, improved parseAttr (it now checks for NaN as well and is thus slower), added strict evaluation of parsed data structures
tpajenka
2014-01-12 13:33:01 +0100
940cf72b05
removed Text dependency, parsing only via ByteString (and String). Just slightly faster than the previous version.
tpajenka
2014-01-11 19:59:14 +0100
d48b955ebe
forgot to commit properties file
tpajenka
2014-01-06 10:58:00 +0100
afcfe59a2e
- added possibility to read parameter input file (alpha, omega, delta) TODO: documentation of specification - if program parameters are specified -> use them; otherwise -> use "defaults" (sampledata.[...])
tpajenka
2014-01-05 22:12:41 +0100
887c6a8a43
added some haddock
Stefan Dresselhaus
2014-01-02 12:00:13 +0100
e7c73a33df
Attribute constraints matrix is updated by comparing min/max value of old matrix with attribute values of new node
tpajenka
2013-12-20 13:08:38 +0100
07d2d37bb6
nub -> ordNub (O(n^2) -> O(n log n))
Stefan Dresselhaus
2013-12-18 11:36:33 +0100
daf87fd737
added ordnub-submodule with varying implementations
Stefan Dresselhaus
2013-12-18 11:12:22 +0100
fe7b575800
i accidentally factor 10..
Stefan Dresselhaus
2013-12-18 09:22:19 +0100
cad98f10cb
updateDensity slightly more efficient
tpajenka
2013-12-14 13:02:30 +0100
3cdb1d6d60
reduced version requirement for vector module
tpajenka
2013-12-09 12:01:49 +0100
1ec8de8ee2
made parallel
Stefan Dresselhaus
2013-12-09 01:51:32 +0100
9abbf0f508
completed sequential project. Testdata are looking right.
Stefan Dresselhaus
2013-12-03 15:04:52 +0100
726516cfb1
derped module-names
Stefan Dresselhaus
2013-12-03 11:38:48 +0100
f70e73f0d4
debugging.. split Module in more files
Stefan Dresselhaus
2013-12-03 11:36:31 +0100
56d6d29f3a
implemented step. Something is wrong with the 2nd expansion.. 1 Graph wont get created due to some constraint..
Stefan Dresselhaus
2013-12-03 02:44:22 +0100
1241394c3e
Merge branch 'master' of pwning.de:/hgraph
Stefan Dresselhaus
2013-12-03 01:40:37 +0100
61d0868b0d
implemented more untested stuff
Stefan Dresselhaus
2013-12-03 01:39:24 +0100
c270736b95
Merge branch 'master' of pwning.de:/hgraph
tpajenka
2013-12-03 01:16:09 +0100
52c3afa427
Haddock in DCB, unnötiges Argument in 'preprocess' entfern (density) und Haddock in Utils korrigiert
tpajenka
2013-12-03 01:06:56 +0100
03be3b4b5b
implemented addablePoints.. not tested, but type-checked :p
Stefan Dresselhaus
2013-12-03 00:22:51 +0100
03a34eac8e
fixed small bug with indices-vector
Stefan Dresselhaus
2013-12-02 22:56:30 +0100
9eda6c9165
Added Data for tests, found bugs..
Stefan Dresselhaus
2013-12-02 22:46:14 +0100
820c9f13d0
Wrote Output for Graph-Structure
Stefan Dresselhaus
2013-12-02 21:47:33 +0100
b761b7a26b
added Utils-Module wtih helper-Functions
Stefan Dresselhaus
2013-12-02 21:47:25 +0100
07d6aca36c
added debug, made createGraph more generic, changed Int8 to Int16 for testing
Stefan Dresselhaus
2013-12-01 19:46:19 +0100
a3228188e5
added bang-patterns, added more ghc-flags
Stefan Dresselhaus
2013-12-01 19:25:06 +0100
4b552083e6
Dimension von testDivergence korrigiert
tpajenka
2013-12-01 17:22:13 +0100
cc2e3fd21c
test now uses a rudimentary preprocessor
Stefan Dresselhaus
2013-12-01 17:20:09 +0100
aedbc0af15
testDivergence an "echte" Testdaten angepasst
tpajenka
2013-12-01 17:17:39 +0100
f814020d5a
Merge branch 'master' of pwning.de:/hgraph
tpajenka
2013-12-01 16:56:00 +0100
5f5f9ff64a
fixed haddock, formatting stuff
Stefan Dresselhaus
2013-12-01 16:55:42 +0100
3f085fa933
Fehlerkorrektur Vorverarbeitung
tpajenka
2013-12-01 16:55:32 +0100
8b9e5db2bd
more haddock, rewrote graph-parser
Stefan Dresselhaus
2013-12-01 16:37:13 +0100
e45d846237
added doc to .gitignore - invoke "cabal haddock --executables" for up2date documentation
Stefan Dresselhaus
2013-12-01 15:37:53 +0100
b0e3c3df28
some haddoc
Stefan Dresselhaus
2013-12-01 15:29:48 +0100
e4ef3d95cb
formatted, added haddoc for some functions
Stefan Dresselhaus
2013-11-29 20:42:03 +0100
27c67f8579
Merge branch 'master' of pwning.de:/hgraph
tpajenka
2013-11-29 20:35:42 +0100
101cca3496
Vorverarbeitung vollendet (ungetestet): unerfüllbare Kanten entfernen, Start-Seeds heraussuchen
tpajenka
2013-11-29 20:34:52 +0100
b68bed0160
formatted Main.hs
Stefan Dresselhaus
2013-11-29 20:11:04 +0100
fc0a836e65
Merge branch 'master' of pwning.de:/hgraph
tpajenka
2013-11-29 19:09:59 +0100
29a835ee46
Merge branch 'master' of pwning.de:/hgraph
tpajenka
2013-11-29 19:09:20 +0100
e6a81f3352
made createOutput more generic
Stefan Dresselhaus
2013-11-29 19:09:19 +0100
8040f109e5
Funktionen zum Testen der Constraints/Density "gefüllt"
tpajenka
2013-11-29 19:09:05 +0100
43e6016fec
added more to .gitignore
Stefan Dresselhaus
2013-11-29 18:49:11 +0100
410c717abe
multiple changes
Stefan Dresselhaus
2013-11-29 18:46:49 +0100
1bd97fbcc6
Merge branch 'master' of pwning.de:/hgraph
Stefan Dresselhaus
2013-11-29 18:45:20 +0100
b1ef6be355
added *autogen* to gitignore
Stefan Dresselhaus
2013-11-29 18:45:08 +0100
7c0fb79d21
Typsignaturen der Funtkionen des Algorithmus korrigiert
tpajenka
2013-11-29 15:54:36 +0100
61b85720fd
Rückgabewert von "constraint"
tpajenka
2013-11-29 15:35:40 +0100
befc7f489c
Umstieg auf monad-par und repa-Arrays
tpajenka
2013-11-29 15:30:09 +0100
e3e0222cda
Funktionen zum Testen der Constraints;Erzeugung und Update der Constraint-Tabellen
tpajenka
2013-11-27 23:34:22 +0100
6589f5a0e7
korrekte Typen in initConstrMat (vorher genConstrMat)
tpajenka
2013-11-27 18:31:43 +0100
2ca5f8593e
angefangen preprocess function, dist/setup-config wieder raus
tpajenka
2013-11-27 16:50:35 +0100
77bb358198
made command-line-args static so we can debug properly
Stefan Dresselhaus
2013-11-27 16:38:54 +0100
31f0468cfd
fehlende Dateien
tpajenka
2013-11-27 13:19:02 +0100
a4096b66ab
Accelerate mit Ausnahmen qualified import, Berechnung in Modul DCB.hs
tpajenka
2013-11-27 13:17:21 +0100
a307457e16
more .gitignore
Stefan Dresselhaus
2013-11-27 12:54:17 +0100
61139bb69f
improved .gitignore
Stefan Dresselhaus
2013-11-27 12:22:41 +0100
113bcff418
dist/* -> .gitignore
tpajenka
2013-11-27 12:18:48 +0100
b75f378a67
Merge branch 'master' of pwning.de:/hgraph
tpajenka
2013-11-27 12:16:44 +0100
05d298e31e
added createAttr to parse Attribute-File.
Stefan Dresselhaus
2013-11-27 12:10:52 +0100
2ab7e7eefd
Merge branch 'master' of pwning.de:/hgraph
tpajenka
2013-11-27 11:48:30 +0100
59baf2a409
Merge branch 'master' of pwning.de:/hgraph
Stefan Dresselhaus
2013-11-26 22:40:52 +0100
c5be9e376f
added Plan
Stefan Dresselhaus
2013-11-26 22:40:43 +0100
ce9aa8176e
untracked .hi-files
Stefan Dresselhaus
2013-11-26 17:57:13 +0100
93a156610c
added *.hi to .gitignore
Stefan Dresselhaus
2013-11-26 17:55:53 +0100
67cd8059f0
Migrated functions to Acc-Monad
Stefan Dresselhaus
2013-11-26 17:55:02 +0100
271590067c
pseudocode.tex korrigiert
tpajenka
2013-11-24 20:11:32 +0100
826297e4c0
deleted dist/setup-config
Stefan Dresselhaus
2013-11-24 20:00:21 +0100