TimQu
|
b00d3f154c
|
further polishing code
Former-commit-id: 100ca37977
|
9 years ago |
TimQu
|
d5f1e6d5e7
|
multi objective settings
Former-commit-id: d43af99080
|
9 years ago |
dehnert
|
60bbce0ba1
|
added two tests for exploration engine
Former-commit-id: 960393b229
|
9 years ago |
dehnert
|
313edf44e1
|
added new uniform heuristic and changed probdiff to be the sum instead of product
Former-commit-id: 6fcb9ad80b
|
9 years ago |
dehnert
|
db3d1df863
|
added a sh*t ton of debug output, didn't help
Former-commit-id: a1bf88c024
|
9 years ago |
dehnert
|
1424d536ca
|
renamed learning to exploration engine and started on a minor refactoring
Former-commit-id: 0fa973dfe5
|
9 years ago |
dehnert
|
07e97e1977
|
added some statistics and options
Former-commit-id: 1b6a9c20f6
|
9 years ago |
dehnert
|
6d421a6fbe
|
learning seems to work find on first larger example
Former-commit-id: 706981a362
|
9 years ago |
dehnert
|
f1105aac2a
|
EC-detection appears to work now
Former-commit-id: 0bb1369b3e
|
9 years ago |
dehnert
|
ce91fa7d5b
|
started to work on local EC-detection
Former-commit-id: 0f36a1bf78
|
9 years ago |
Mavo
|
3f06a51869
|
Added test setting for quick activation/deactivation of test feature
Former-commit-id: a7bbfabcbe
|
9 years ago |
Mavo
|
a63d004fb8
|
storm-dft is using settings now
Former-commit-id: 65a1456651
|
9 years ago |
Mavo
|
c9f04ecc0b
|
Added IOSettings
Former-commit-id: 95946a7666
|
9 years ago |
Mavo
|
effadc5cca
|
Split into general settings and markov chain settings
Former-commit-id: 619a2e3622
|
9 years ago |
Mavo
|
f48d8bc6b1
|
Initialize all modules in tests and normal storm
Former-commit-id: 249a702d66
|
9 years ago |
Mavo
|
8241df3b0b
|
First step towards settings for multiple binaries
Former-commit-id: 028599d43d
|
9 years ago |
Mavo
|
67d77608bd
|
Refactoring of settings
Former-commit-id: ea4350fc1c
|
9 years ago |
Mavo
|
f529a1315f
|
Settings module do not need settings manager
Former-commit-id: b26ccc902d
|
10 years ago |
dehnert
|
bb7d8ca3c5
|
added learning as new engine selection in options
Former-commit-id: e00c7ad75d
|
10 years ago |
TimQu
|
f285858e28
|
added required includes
Former-commit-id: c523950b43
|
10 years ago |
dehnert
|
c45812c66a
|
made bfs the default exploration order again
Former-commit-id: 6476c48a67
|
10 years ago |
Mavo
|
37a86d8190
|
Compile fixes for gcc
Former-commit-id: cb1b187ef8
|
10 years ago |
dehnert
|
ffe63ea95d
|
made dfs as exploration order available
Former-commit-id: 46ea31af78
|
10 years ago |
dehnert
|
55fd1b66c3
|
introducing exploration orders to explicit builder
Former-commit-id: a56620eac2
|
10 years ago |
dehnert
|
ebbd03c15b
|
fixed some warning-related stuff. introduced abstraction-refinement engine in options and entrypoints that currently only throws not-implemented exception
Former-commit-id: 7a4bb8e18c
|
10 years ago |
Mavo
|
37596d575a
|
Settings always initialized now
Former-commit-id: 10764fa8b9
|
10 years ago |
sjunges
|
1e1400d68d
|
merge
Former-commit-id: eb9efc4bb2
|
10 years ago |
dehnert
|
fc41c3a6dd
|
some more work on other elimination orders
Former-commit-id: a8ff636ad0
|
10 years ago |
dehnert
|
dd5af80d5a
|
work towards easier deployment of other ordering heuristics
Former-commit-id: f48dff3630
|
10 years ago |
dehnert
|
abacfdd28d
|
added sylvan settings. made sylvan available from the cli
Former-commit-id: 3d2403de90
|
10 years ago |
dehnert
|
b88165f27c
|
fixed the warnings related to our macros
Former-commit-id: 526b6ea956
|
10 years ago |
sjunges
|
86155a5a87
|
extra option for export of a matrix
Former-commit-id: 1ea9046438
|
10 years ago |
sjunges
|
3a17477713
|
change engine in options...(preliminary)
Former-commit-id: 56e05ef08c
|
10 years ago |
sjunges
|
ebdd979d2c
|
settings: checks after config file, added finalize
Former-commit-id: a383159a02
|
10 years ago |
sjunges
|
93a0f7f8bb
|
settings: checks after config file, added finalize
Former-commit-id: 6b3769a7a9
|
10 years ago |
chris
|
a216b5a9d9
|
added support for parsing choice labels for explicit MDPs
Former-commit-id: 89bb1817b4
|
10 years ago |
dehnert
|
080b50a890
|
fixed bug in symbolic model generation
Former-commit-id: 9b99c0d75f
|
10 years ago |
dehnert
|
d7490a74cb
|
properties can now be given as string or file. both ways accept multiple formulas
Former-commit-id: 60acecb951
|
10 years ago |
dehnert
|
29716ea5f8
|
performance tests now compile again. also fixed some warnings
Former-commit-id: 2fa8c2abd9
|
10 years ago |
sjunges
|
faf31156e0
|
fix for last changes + is probabilistic
Former-commit-id: 38df3f515f
|
10 years ago |
dehnert
|
fbd05cd780
|
more and more bugfixes
Former-commit-id: 7f1ba98797
|
10 years ago |
dehnert
|
dbc7d860a4
|
functional tests compile again, started to debug changes
Former-commit-id: efef0e6487
|
10 years ago |
dehnert
|
6133c3462a
|
symbolic models can now have several reward models, adapted reward generation in model builders, probably introduced quite some bugs
Former-commit-id: 1fae8bcf12
|
10 years ago |
sjunges
|
84ecabd2c8
|
further fixes, for performance tests and windows
Former-commit-id: 47a4502fd0
|
10 years ago |
sjunges
|
92082dc970
|
gurobi lp solver refactored in case gurobi is not found, and fixes for linux - sorry about earlier lack of checks on linux
Former-commit-id: badef77583
|
10 years ago |
sjunges
|
f85d28325e
|
Further work towards faster and more modular compilation
Former-commit-id: 9de50910b8
|
10 years ago |
sjunges
|
3c2040f4b7
|
Removed many superfluous includes, added some source files -- towards faster compilation
Former-commit-id: a575a97d40
|
10 years ago |
dehnert
|
b56766e993
|
more work on reward model that turned out to be refactoring in disguise
Former-commit-id: 31a7fa4801
|
10 years ago |
dehnert
|
04f789619c
|
some work towards eliminating compiler warnings
Former-commit-id: d1eca470a4
|
10 years ago |
dehnert
|
9d5c3e7e2f
|
added functionality to flatten the modules of a PRISM program into one module
Former-commit-id: 04faac9c67
|
10 years ago |