92508da7c1
COMPILING better readable
2014-04-28 12:21:59 +02:00
605a6f3d30
added compiling
2014-04-28 12:16:22 +02:00
4d75e8de7c
Merge branch 'master' of github.com:Drezil/hgraph
...
Conflicts:
.gitignore
2014-04-22 13:23:21 +02:00
7d5e1661db
Initial commit
2014-04-22 04:18:31 -07:00
4ffaa00148
ausarbeitung gc-analyse, fazit
2014-04-21 15:07:18 +02:00
tpajenka
0b97576231
Ausarbeitung: Fazit geschrieben, allgemeine Korrekturen
2014-04-19 13:33:28 +02:00
785cecddc6
regenerated pdf
2014-04-18 12:16:32 +02:00
18102c4a8c
made Auswertung
2014-04-18 12:14:59 +02:00
tpajenka
8957078f0c
Merge branch 'master' of pwning.de:hgraph
2014-04-18 12:11:54 +02:00
tpajenka
c790343a31
Rechtschreibfehler
2014-04-18 12:08:40 +02:00
tpajenka
8c324c4a19
Ausarbeitung: Algorithmus -- mehr Laufzeitanalyse
2014-04-18 12:07:48 +02:00
879d571bb0
added benchmark-auswertung
2014-04-18 11:27:43 +02:00
9e6d0b378a
benchmark now remembers results..
2014-04-18 10:30:56 +02:00
af70fe0d0b
added benchmark.sh
2014-04-18 10:28:45 +02:00
tpajenka
45528934b7
haddock documentation
2014-04-11 20:23:12 +02:00
tpajenka
3555ed5073
Ausarbeitung korrigiert (insbes. Laufzeitanalyse), Rechtschreibfehler in DCB/Structures.hs korrigiert
2014-04-04 15:04:36 +02:00
64dd652d4a
added chapter to ausarbeitung
...
- added some todos, lstlisting, etc. pp.
- need feedback for Laufzeitanalyse
2014-03-29 12:36:39 +01:00
tpajenka
dd91de6126
Merge branch 'master' of pwning.de:hgraph
2014-03-26 13:03:45 +01:00
tpajenka
f43dbb9e47
diagram for written report to visualize parallization, colors may be
...
changed later
2014-03-26 13:01:14 +01:00
tpajenka
3975d67acf
updated programs built-in help, added token management to enable
...
display of timings and to show help
invoke
hgraph --help
or
hgraph -h
to show program help
invoke
hgraph --time "files"
or
hgraph -t "files"
to display calculation time
2014-03-18 13:54:04 +01:00
tpajenka
77f8447cc4
changed calculation to only return maximum DCB (those that cannot be
...
expanded), restricted DCB module export to reasonable functions
2014-03-16 18:26:45 +01:00
5360e972fe
added benchmark
...
- fixed minor stuff in ausarbeitung
- added garba-collector-benchmark (with graphs!)
2014-03-11 16:49:47 +01:00
tpajenka
05b6ae863b
no llvm ghc-option on windows os
2014-03-09 00:37:00 +01:00
tpajenka
872d28c043
continued written report, cleaned unused dependency (monad-par)
2014-03-06 17:46:29 +01:00
tpajenka
7976753072
mathematische Beschreibung der Bicluster-Constraints korrigiert
2014-02-06 20:23:15 +01:00
tpajenka
97942d5ee1
usarbeitung angefangen
2014-02-03 14:47:16 +01:00
d04313c4be
misc stuff
...
- changed symlinks to better test-matrices
- added -fllvm to compiler-flags
- run gc-stats
2014-01-14 12:59:47 +01:00
tpajenka
3fb1264f5f
accelerated reading and parsing of adjacency matrix by directly creating a
...
vector for each row
2014-01-13 00:02:50 +01:00
tpajenka
90eb036f22
added computation time measurement, parsing evaluated before calculating
2014-01-12 22:42:20 +01:00
tpajenka
79fc923174
added strictness at correct spot
2014-01-12 13:37:40 +01:00
tpajenka
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
2014-01-12 13:33:01 +01:00
tpajenka
940cf72b05
removed Text dependency, parsing only via ByteString (and String). Just
...
slightly faster than the previous version.
2014-01-11 19:59:14 +01:00
tpajenka
d48b955ebe
forgot to commit properties file
2014-01-06 10:58:00 +01:00
tpajenka
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.[...])
2014-01-05 22:12:41 +01:00
887c6a8a43
added some haddock
2014-01-02 12:00:13 +01:00
tpajenka
e7c73a33df
Attribute constraints matrix is updated by comparing min/max value of old matrix with attribute values of new node
2013-12-20 13:08:38 +01:00
07d2d37bb6
nub -> ordNub (O(n^2) -> O(n log n))
...
- included submodule with different approaches to perform nub in
various surroundings. DOES NOT NEED TO BE COMPILED
- copied nubOrdBy to Util
2013-12-18 11:36:33 +01:00
daf87fd737
added ordnub-submodule with varying implementations
2013-12-18 11:12:22 +01:00
fe7b575800
i accidentally factor 10..
2013-12-18 09:22:19 +01:00
tpajenka
cad98f10cb
updateDensity slightly more efficient
2013-12-14 13:02:30 +01:00
tpajenka
3cdb1d6d60
reduced version requirement for vector module
2013-12-09 12:01:49 +01:00
1ec8de8ee2
made parallel
...
some performance-data in main.hs.
Changes can be viewed in git.
TODO:
- Find out why there is overhed of >50%
2013-12-09 01:51:32 +01:00
9abbf0f508
completed sequential project. Testdata are looking right.
2013-12-03 15:04:52 +01:00
726516cfb1
derped module-names
2013-12-03 11:38:48 +01:00
f70e73f0d4
debugging.. split Module in more files
2013-12-03 11:36:31 +01:00
56d6d29f3a
implemented step. Something is wrong with the 2nd expansion.. 1 Graph wont get created due to some constraint..
2013-12-03 02:44:22 +01:00
1241394c3e
Merge branch 'master' of pwning.de:/hgraph
...
Conflicts:
src/DCB.hs
2013-12-03 01:40:37 +01:00
61d0868b0d
implemented more untested stuff
2013-12-03 01:39:24 +01:00
tpajenka
c270736b95
Merge branch 'master' of pwning.de:/hgraph
...
Conflicts:
src/DCB.hs
2013-12-03 01:16:09 +01:00
tpajenka
52c3afa427
Haddock in DCB, unnötiges Argument in 'preprocess' entfern (density) und Haddock in Utils korrigiert
2013-12-03 01:06:56 +01:00