dehnert
0ffbda5aff
initial draft of long-run rewards for parametric models
Former-commit-id: 991512a57d
9 years ago
dehnert
645f130a62
introduced long-run average reward formula
Former-commit-id: 00fac9ad4b
9 years ago
dehnert
2a5780d5be
first version of long-run-average for parametric DTMCs
Former-commit-id: 85253c4f05
9 years ago
dehnert
cd8fd76520
some refactoring in an attempt to make the state-elimination procedure flexible and readable at the same time
Former-commit-id: 9cbdd21672
9 years ago
dehnert
0f6e6e4da1
added feature to compute step-bounded until probabilities in parametric models
Former-commit-id: 172e87cb55
9 years ago
dehnert
98d173ca3c
changed elimination-based model checker to be able to compute values for all states (for reachability probs and reachability rewards)
Former-commit-id: 016a25734a
9 years ago
dehnert
8ed4a5f849
some refactoring in elimination-based model checker
Former-commit-id: 1fb6741479
9 years ago
TimQu
1225b056f2
a little refactoring
Former-commit-id: 9af14c006c
9 years ago
sjunges
1e1400d68d
merge
Former-commit-id: eb9efc4bb2
9 years ago
TimQu
8ab7cae974
early termination
Former-commit-id: a1752a6fb7
9 years ago
dehnert
d5601bd328
bugfix
Former-commit-id: 19d2ba3260
9 years ago
dehnert
fc41c3a6dd
some more work on other elimination orders
Former-commit-id: a8ff636ad0
9 years ago
dehnert
dd5af80d5a
work towards easier deployment of other ordering heuristics
Former-commit-id: f48dff3630
9 years ago
dehnert
0708672a68
removed ite for ADDs as this operation should be formed with a BDD as the first argument. as a compensation, we provide a version of ite that takes a BDD and two ADDs and returns the corresponding ADD
Former-commit-id: 720dc3a9c4
10 years ago
dehnert
b7ea918d1b
update to latest version of sylvan and accompanying changes (mostly because 0 * inf = nan in IEEE754)
Former-commit-id: 828e13307f
10 years ago
dehnert
f8fc39870a
hybrid and symbolic model checkers working with sylvan
Former-commit-id: d01b92e328
10 years ago
dehnert
7376eaf866
made symbolic MDP model checker tests work
Former-commit-id: e2e0d07a55
10 years ago
dehnert
7f75db2790
ADD iterator working for sylvan. enabled more tests for sylvan. symbolic Dtmc model checker now working.
Former-commit-id: b11b2f7476
10 years ago
dehnert
ebe9ccbb15
some work on DD stuff
Former-commit-id: 50ca51d264
10 years ago
TimQu
91fb664910
Refactored a little and implemented functions for prophesy
Former-commit-id: a61f1eaff2
10 years ago
TimQu
f3f3a31e1e
Optimization for policy recycling
Former-commit-id: b66a74b746
10 years ago
dehnert
009dabf2f1
started cleanining up
Former-commit-id: 3db6fbc1b2
10 years ago
dehnert
a258d1ab48
restructured ODD to be independent of the DD library being used
Former-commit-id: 83f08ba203
10 years ago
TimQu
9c645ba24b
Work on policy recycling
Former-commit-id: b8e94254ce
10 years ago
TimQu
dae0faa2a0
refactored the quick implementation of the recent bugfix
Former-commit-id: 5c0d1fa3b9
10 years ago
TimQu
4a874a5a29
Added some benchmark models from param website
Fixed two bugs considering nonatomic subformulae and constant results
Qualitative modelchecking needs to be done when applying a policy!
Former-commit-id: bd88228214
10 years ago
dehnert
8bf0f3c87e
apparently, changing the DD interface implies some other changes as well...
Former-commit-id: c5cedc720f
10 years ago
dehnert
7fa7381047
trying to get the new infrastructure of the DD abstraction layer integrated into the other parts of storm
Former-commit-id: 80a6634565
10 years ago
TimQu
87c8241ec7
policies for games
Former-commit-id: 8bfb325b60
10 years ago
TimQu
bf450688b4
The variable pool of carl needs to be cleared after executing a test.
Sampling for mdps now uses the policy of the previous iteration as initial guess
Former-commit-id: 3b8b25f30f
10 years ago
dehnert
4e86ef2e47
moved CUDD-based DD implementation to own folder
Former-commit-id: a828f92518
10 years ago
TimQu
0863d0e51a
don't store ALL the occurring policies...
Former-commit-id: f442b97b8b
10 years ago
TimQu
ca917a651c
MinMaxLinearEqSolvers can now use some initial policy as a first guess.
First steps to use this for region approximation
Former-commit-id: 9a8151607f
10 years ago
TimQu
a723cfca14
Made sampling for MDPs correct again
Former-commit-id: 7917200f4e
10 years ago
TimQu
e80a1081bb
First steps to identify the parameters for which the optimal policy always choses the same boundary
Former-commit-id: c2561730f6
10 years ago
TimQu
6ddddd8cfa
Implemented policy extraction for value iteration
Former-commit-id: 604b4667b8
10 years ago
TimQu
b09d123779
...
Former-commit-id: 47c139f3bf
10 years ago
TimQu
1860502a3a
Deterministic states with only constant outgoing transitions are now eliminated
Former-commit-id: be5bf4f7cc
10 years ago
TimQu
77c2f397a9
fix for approximation model, additional test for mdps, minor changes
Former-commit-id: cc837ddf3e
10 years ago
TimQu
c53b79b9b7
approximation model, again
Former-commit-id: a7da8e4298
10 years ago
TimQu
67ff27954e
refactored approximation model (almost done)
Former-commit-id: c7f285906b
10 years ago
TimQu
046afd3804
Refactored SamplingModel
Former-commit-id: b51ed752b4
10 years ago
dehnert
6f59fd7aca
fixed computation of rewards in MDPs
Former-commit-id: 3d025b92b1
10 years ago
dehnert
4b4c11048f
fixed bug in prob1E. added functions to retrieve schedulers for prob0E, probGreater0E and prob1E states of MDPs
Former-commit-id: aea5fe773b
10 years ago
sjunges
d06c92c10a
Revert "Revert "added flag that indicates which interval bound is to be taken. added xerces to the gitignore""
This reverts commit dfd2cda380
[formerly 4be9f6f8c8
].
Former-commit-id: 4510017c6a
10 years ago
sjunges
dfd2cda380
Revert "added flag that indicates which interval bound is to be taken. added xerces to the gitignore"
This reverts commit 16ea224b6a
[formerly ee85062515
].
Former-commit-id: 4be9f6f8c8
10 years ago
dehnert
16ea224b6a
added flag that indicates which interval bound is to be taken. added xerces to the gitignore
Former-commit-id: ee85062515
10 years ago
sjunges
896d2bcaef
propositional model checking for further interval reward model types
Former-commit-id: b8d2c89335
10 years ago
TimQu
d26f38b9a2
minor stuff, some more pmdp examples and an mdp test case
Former-commit-id: f48e308e5f
10 years ago
TimQu
adc5c8d1c1
Fixed another memory leak: CheckResults have not been destructed properly.
Former-commit-id: 5631c101bb
10 years ago