dehnert
|
71f2e83bc0
|
completed moving from monolithic generation to callback-based approach. added building labels to jit-based model builder, added support for options of other builders (selection of labels, reward models, etc)
Former-commit-id: 5729c1c8ca [formerly 890198a907]
Former-commit-id: df2528638d
|
9 years ago |
dehnert
|
1c1120ef66
|
more work on jit-based builder
Former-commit-id: 579adb85eb [formerly 574a25aa3d]
Former-commit-id: 2a1d2ca2c2
|
9 years ago |
dehnert
|
9de219a6b9
|
more work on jit-based model builder
Former-commit-id: 150ac22d6b [formerly 85061a73c7]
Former-commit-id: cd18eec45b
|
9 years ago |
sjunges
|
ed970d78b1
|
property support for jani -- several changes throughout code, parser currently only supports probability properties
Former-commit-id: d5db0cda02 [formerly 66d55d7e43]
Former-commit-id: 1672b21b12
|
9 years ago |
sjunges
|
3626c044d3
|
several improvements towards jani-property support
Former-commit-id: 3d56f22d99 [formerly 1f527643ab]
Former-commit-id: 75e40a9b69
|
9 years ago |
sjunges
|
236a2be0d3
|
pretty printing of rational functions, rewards in the drn format, option for full build
Former-commit-id: 39676106c2 [formerly b80f259a87]
Former-commit-id: e6f493d6f9
|
9 years ago |
dehnert
|
e274cd33eb
|
adapted cli to use symbolic model description rather than PRISM program
Former-commit-id: d06884a848 [formerly 9a128e04f1]
Former-commit-id: 25a820d000
|
9 years ago |
dehnert
|
d5ba9e00e8
|
started on making jani available from cli, commit to switch workplace
Former-commit-id: 4c04d77409 [formerly 279141117d]
Former-commit-id: e05805177e
|
9 years ago |
TimQu
|
e1aca37c86
|
some minor tweaks plus polling example
Former-commit-id: eebe4ca6d6
|
10 years ago |
Mavo
|
5109c45c23
|
Fixed returning result for pCTMC
Former-commit-id: 2db7f87f65
|
10 years ago |
dehnert
|
2d05555967
|
added abstraction settings and menu game abstractor
Former-commit-id: 4cac25ac94
|
10 years ago |
sjunges
|
ba1f6bf3d5
|
jani property stub
Former-commit-id: 37f8f63d43 [formerly 54bc32bfd0]
Former-commit-id: e934d063fd
|
10 years ago |
sjunges
|
0ef2b55c75
|
made some region settings attribute to the model checker instead of global
Former-commit-id: e53ca96760
|
10 years ago |
sjunges
|
548ba8bbeb
|
somehow managed my way through the policy guessing, several minor extensions to solvers
Former-commit-id: c4bb6453e7
|
10 years ago |
sjunges
|
444318e624
|
refactoring up to tests done
Former-commit-id: 943a396fab
|
10 years ago |
sjunges
|
f7a3e02fb6
|
refactored model checkers st all are templated in the model, have to handle rational function bounds next
Former-commit-id: b665709a52
|
10 years ago |
Mavo
|
566cef0f91
|
Started on compiling without Carl
Former-commit-id: 5e0895d7c5
|
10 years ago |
sjunges
|
5faebdff86
|
constants in header
Former-commit-id: 281e490873
|
10 years ago |
hbruintjes
|
8546786e17
|
Fix missing template argument in builder utility
Former-commit-id: 23d683f29c
|
10 years ago |
TimQu
|
4496b53002
|
merge fixes
Former-commit-id: ff5de6fc69
|
10 years ago |
dehnert
|
b1f2c26df0
|
made all instantiations to call MDP model checking with rational numbers
Former-commit-id: d3f8df7804
|
10 years ago |
TimQu
|
fbb7e12ff5
|
first steps towards MAs
Former-commit-id: f217884d13
|
10 years ago |
dehnert
|
b4e0cabef6
|
started working on general min-max solver that uses an underlying linear equation solver. provided necessary factories. adapted code and removed old min-max solvers
Former-commit-id: c1895472c7
|
10 years ago |
dehnert
|
d661454179
|
started working on instantiating CTMC model checker to rational numbers
Former-commit-id: 3923c9a7e4
|
10 years ago |
dehnert
|
2a7dc0fad0
|
renamed MarkovChainSettings
Former-commit-id: 39024731f8
|
10 years ago |
dehnert
|
711d5cfa12
|
fixed bug in sparse dtmc elimination model checker. commented out weird eliminaton functions in CTMC model checker and storm.h
Former-commit-id: 3000123a3d
|
10 years ago |
dehnert
|
99b9f11d49
|
removed eigen-3.2.6
Former-commit-id: 74fc9f0dbe
|
10 years ago |
dehnert
|
852afd1718
|
fixed crowds models to work with exact arithmetic. fixed dynamic state priority queue implementation. added setting to use dedicated elimination-based model checker instead of regular model checker (+ elimination solver)
Former-commit-id: 1b0802ff05
|
10 years ago |
dehnert
|
a699272dc6
|
renamed storm::Variable to storm::RationalFunctionVariable to avoid confusion with storm::expressions::Variable. fixed some Eigen tests
Former-commit-id: 62c70330c2
|
10 years ago |
dehnert
|
f3fa90cc37
|
more work towards exact solving
Former-commit-id: 38edbcf2ca
|
10 years ago |
dehnert
|
d3de111b3b
|
more work to enable storm to use rational arithmetic
Former-commit-id: 72933b5184
|
10 years ago |
dehnert
|
4063d88913
|
added option to build all labels/reward models for next-state generators
Former-commit-id: cfb9787d6c
|
10 years ago |
dehnert
|
d35c99e844
|
renamed central model builder function
Former-commit-id: 92cfaeae19
|
10 years ago |
dehnert
|
9f6bd1805f
|
modified the entry point code to deal with the new generator-builder-structure
Former-commit-id: f01a19e346
|
10 years ago |
dehnert
|
ddf165d4d3
|
more work on tearing PRISM-specific functionality out of the explicit model builder
Former-commit-id: a835c9072e
|
10 years ago |
dehnert
|
6655ee41d8
|
started to restructure explicit model builder to make it fit for JANI models
Former-commit-id: 69603dd97b
|
10 years ago |
TimQu
|
fc24c55960
|
some preprocessing for multi-objective formulas
Former-commit-id: 3a909154f7
|
10 years ago |
sjunges
|
4df9984b87
|
added bare minimum for parser calls
Former-commit-id: b876e6dfa3
|
10 years ago |
Mavo
|
c8521f0de3
|
Changed more assert to STORM_LOG_ASSERT
Former-commit-id: b42fe54f45
|
10 years ago |
Mavo
|
5eaa46c7de
|
More refactoring
Former-commit-id: 26f95239bd
|
10 years ago |
Mavo
|
2243b02845
|
cout -> LOG
Former-commit-id: 8e7ecd3a54
|
10 years ago |
Mavo
|
a0d659f2da
|
always use shared_ptr<Formula const>
Former-commit-id: 63a447e887
|
10 years ago |
Mavo
|
c3f9d4cfe0
|
Includes for successful compiling from python
Former-commit-id: 3af33cd206
|
10 years ago |
dehnert
|
60bbce0ba1
|
added two tests for exploration engine
Former-commit-id: 960393b229
|
10 years ago |
dehnert
|
1424d536ca
|
renamed learning to exploration engine and started on a minor refactoring
Former-commit-id: 0fa973dfe5
|
10 years ago |
Mavo
|
c9f04ecc0b
|
Added IOSettings
Former-commit-id: 95946a7666
|
10 years ago |
Mavo
|
effadc5cca
|
Split into general settings and markov chain settings
Former-commit-id: 619a2e3622
|
10 years ago |
Mavo
|
67d77608bd
|
Refactoring of settings
Former-commit-id: ea4350fc1c
|
10 years ago |
dehnert
|
ca354cffe4
|
moved preprocessing of PRISM program to utility to make it accessible from learning-based model checker
Former-commit-id: 704dde9ec5
|
10 years ago |
dehnert
|
dae55eeb29
|
fixed some bugs and enabled markov automaton model checking from cli
Former-commit-id: 91b689d817
|
10 years ago |