Mavo
|
dae1a7eefe
|
Do not use cold BEs in first step of approximation formula
Former-commit-id: d204be9633
|
9 years ago |
Mavo
|
02c4195f31
|
Better upper bound for independent subtrees
Former-commit-id: 64f5a1ca60
|
9 years ago |
Mavo
|
b669a3acef
|
Only sort bucket queue if more than 10% is unsorted
Former-commit-id: 7ebd1e49c8
|
9 years ago |
Mavo
|
6778a018ad
|
Use heuristic probability
Former-commit-id: 747b34cfdc
|
9 years ago |
Mavo
|
386d4c7f05
|
Use heuristic NONE to explore complete state space
Former-commit-id: 25990b5dda
|
9 years ago |
Mavo
|
58f8707293
|
Tighter over-approximation
Former-commit-id: 824e74f88d
|
9 years ago |
Mavo
|
20b00e8f1d
|
Propagate dont care to currently not failable BEs
Former-commit-id: 1fcb15f4ec
|
9 years ago |
Mavo
|
945447e7e0
|
Use DFS as default
Former-commit-id: 34f9e80d1b
|
9 years ago |
Mavo
|
815bbf10ab
|
Remove map and use linear search in BucketPriorityQueue
Former-commit-id: 3fc131facb
|
9 years ago |
Mavo
|
ef7d4ac87b
|
Do not sort BEs anymore
Former-commit-id: 1789ad3644
|
9 years ago |
Mavo
|
8d38358c11
|
Use BucketPriorityQueue instead of DynamicPriorityQueue
Former-commit-id: 7a22ef5b16
|
9 years ago |
Mavo
|
d1d77ff4df
|
Changed deque to vector in bisimulation to gain performance boost
Former-commit-id: 5db8e917b4
|
9 years ago |
Mavo
|
a333d29d16
|
Hard coded heuristic to gain performance
Former-commit-id: d0d869bb3e
|
9 years ago |
Mavo
|
4a6f53031e
|
Choose different approximation heuristics
Former-commit-id: e9ddae066b
|
9 years ago |
Mavo
|
26d0a3a7a4
|
Fixed smaller bugs
Former-commit-id: 4c9c22bca1
|
9 years ago |
Mavo
|
8e1e61c4f2
|
Changed datastructures and made handling of pseudo states easier
Former-commit-id: a0e0324fe6
|
9 years ago |
Mavo
|
e05c4dab0d
|
Use custom DynamicPriorityQueue
Former-commit-id: b4b552a84d
|
9 years ago |
Mavo
|
ea00abc35e
|
Fixed problems with approximation while using symred
Former-commit-id: df12c037e7
|
9 years ago |
Mavo
|
a419cb0d80
|
Fixed computing rates for lower and upper bound
Former-commit-id: 89846a9788
|
9 years ago |
Mavo
|
2f765a9a95
|
Expand states reached be dependencies
Former-commit-id: ab22162ed5
|
9 years ago |
Mavo
|
53821d3d84
|
Added settings for approximation heuristic
Former-commit-id: 40267add31
|
9 years ago |
Mavo
|
6b7bf3bba7
|
Introduced heuristic depth with distance from initial state
Former-commit-id: 1b94ebc4f9
|
9 years ago |
Mavo
|
bf491117c7
|
Sort row only if replacement took place
Former-commit-id: 84f584d6c4
|
9 years ago |
Mavo
|
aab45d4eab
|
Naive iterative refinement of approximation
Former-commit-id: e1620cdefd
|
9 years ago |
Mavo
|
d3d360b50a
|
First version of DFT approximation
Former-commit-id: 1d95ad4914
|
9 years ago |
Mavo
|
fba2071e9f
|
Dft exploration via NextStateGenerator
Former-commit-id: f81ac4e7fc
|
9 years ago |
Mavo
|
495b42ff4c
|
Temporarily split new approximating state generation into own builder
Former-commit-id: 70be02f2ae
|
9 years ago |
Mavo
|
560b42a94a
|
Some interval functions not implemented
Former-commit-id: c88dca9d96
|
9 years ago |
Mavo
|
bc10291680
|
STORM_DEVELOPER mode introduced
Former-commit-id: 22ff09ad8e
|
10 years ago |
Mavo
|
e49582c7cf
|
Replaced assert with STORM_LOG_ASSERT
Former-commit-id: 692ae47b1b
|
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
|
1b6137cc5d
|
Changed some assert to STORM_LOG_ASSERT
Former-commit-id: 04c320dac9
|
10 years ago |
Mavo
|
a0d659f2da
|
always use shared_ptr<Formula const>
Former-commit-id: 63a447e887
|
10 years ago |
dehnert
|
1d56cf0430
|
backported a bugfix
Former-commit-id: 219e8e0e3b
|
10 years ago |
Mavo
|
c3f9d4cfe0
|
Includes for successful compiling from python
Former-commit-id: 3af33cd206
|
10 years ago |
Mavo
|
322e470c89
|
Removed unnecessary std::moves
Former-commit-id: c6436f7873
|
10 years ago |
hbruintjes
|
2aaa519dfa
|
Temproary workaround for clang/gcc problem: Wrap std::function in a lambda for std::sort
Former-commit-id: 4148e73d69
|
10 years ago |
dehnert
|
fb216e18d1
|
fixed another issue in expression evaluation
Former-commit-id: e28e1fdf28
|
10 years ago |
dehnert
|
fa1ac86ff2
|
fixed evaluation of floor/ceil in expressions
Former-commit-id: c3e64c552e
|
10 years ago |
dehnert
|
db3d1df863
|
added a sh*t ton of debug output, didn't help
Former-commit-id: a1bf88c024
|
10 years ago |
Mavo
|
19a1c99fd3
|
Sort failable BEs according to active failure rate
Former-commit-id: c4622e9dc8
|
10 years ago |
Mavo
|
a41e5df39f
|
Changed BFS to DFS in Exploration
Former-commit-id: b55e18123c
|
10 years ago |
dehnert
|
c2b287a1e1
|
more work on learning approach
Former-commit-id: 48aa9ddd2c
|
10 years ago |
dehnert
|
2f5f439f26
|
re-added (naive) splitter selection heuristic
Former-commit-id: 5c5166510d
|
10 years ago |
sjunges
|
c8d9ec5535
|
update sparse matrix with duplicate row detection within rowgroups
Former-commit-id: 282803c02f
|
10 years ago |
dehnert
|
38ea181e3d
|
added tons of debug output. all small test models now show sane results
Former-commit-id: ecfa5ce433
|
10 years ago |
dehnert
|
e4a5c1d0d6
|
more work on EC detection (again0
more work on EC detection (again)
Former-commit-id: 1b618f45ec
|
10 years ago |
dehnert
|
b06419afe0
|
working towards EC detection
Former-commit-id: 78bbe54f81
|
10 years ago |
Mavo
|
c9f04ecc0b
|
Added IOSettings
Former-commit-id: 95946a7666
|
10 years ago |