Tim Quatmann
|
bcd193dd57
|
Implemented Value iteration based LRA computation for CTMCs.
|
6 years ago |
Tim Quatmann
|
492348542f
|
SubsystemBuilder: Fix deadlocks with a selfloop (if requested)
|
6 years ago |
Matthias Volk
|
9ebd1af737
|
Removed unused method again
|
6 years ago |
Tim Quatmann
|
3a11a4b3eb
|
Introducing a TBB adapter that #undefs TRUE and FALSE.
|
6 years ago |
Tim Quatmann
|
cf25f2f941
|
SparseMatrix: Create a pretty string of the matrix dimensions.
|
6 years ago |
dehnert
|
14724b529f
|
further debugging
|
7 years ago |
dehnert
|
09876f6808
|
lots of debug output
|
7 years ago |
Matthias Volk
|
e513015b49
|
Compute all reachabilities probabilities in a forward manner
|
7 years ago |
dehnert
|
3952b47d1b
|
fix some compile issues
|
7 years ago |
dehnert
|
d557ef1075
|
started to make game solver flexible enough to also solve the (explicit) games of game-based abstraction
|
7 years ago |
dehnert
|
9665f4fa30
|
sparse qualitative solving of menu games
|
7 years ago |
TimQu
|
b69543802d
|
completed the renaming from topologicalValueIterationMinMaxSolver to TopologicalCudaMinMax...
|
8 years ago |
TimQu
|
3b394a965e
|
some qvi optimizations
|
8 years ago |
dehnert
|
59666a9fe9
|
slight renaming in matrix builder to better capture semantics
|
8 years ago |
dehnert
|
99647c11fb
|
fixed an issue pointed out by Tim
|
8 years ago |
TimQu
|
8e7d3107ca
|
added function to check whether a matrix is the identity matrix
|
8 years ago |
dehnert
|
b3f0aa511e
|
started on Kwek-Mehlhorn-based exact value computation
|
8 years ago |
TimQu
|
142d034765
|
New methods for the SparseMatrix: SetRowGroupIndices and filterEntries
|
8 years ago |
dehnert
|
c5134c364f
|
Extraction and update of TBB-parallelized stuff
|
8 years ago |
dehnert
|
bba2832e5b
|
finished Walker-Chae method
|
8 years ago |
dehnert
|
5440d164b2
|
started on Walker-Chae algorithm
|
8 years ago |
dehnert
|
c77b9ce404
|
gauss-seidel style multiplication for gmm++
|
8 years ago |
dehnert
|
00f88ed452
|
gauss-seidel-style value iteration
|
8 years ago |
dehnert
|
dd035f7f5e
|
allow for summand in matrix-vector multiplication
|
8 years ago |
dehnert
|
12b10af672
|
started on hybrid MDP helper respecting solver requirements
|
8 years ago |
dehnert
|
653e5fc184
|
setting default native technique to jacobi again
|
8 years ago |
TimQu
|
fb6aa69750
|
started building the model for a given epoch
|
8 years ago |
dehnert
|
3bf40471b4
|
small fixes in matrix builder and removal of debug output
|
8 years ago |
TimQu
|
3fd72a11d8
|
Improved SparseMatrix::restrictRows so it can handle empty row groups
|
8 years ago |
dehnert
|
ea02ea0838
|
started overhaul of cli/api
|
8 years ago |
TimQu
|
aa158f5144
|
ContinuousToDiscreteTimeModelTransformer can now transform the model out-of-place as well
|
8 years ago |
TimQu
|
790ae46e4f
|
Fixed explicit dft model builder.
|
8 years ago |
TimQu
|
576f92568e
|
StateValuations and ChoiceOrigins are now members of a sparse::Model.
A model can now be constructed by providing a modelComponents struct.
|
8 years ago |
TimQu
|
4413afb542
|
used new helper functions at some points in the code
|
8 years ago |
TimQu
|
8a7609fb83
|
fixed Rmin computation with exact sparse engine when very high rewards occur
|
8 years ago |
TimQu
|
536b1669c3
|
fixes for dtmc parameter lifting
|
9 years ago |
TimQu
|
ac6694f103
|
Improved sparse mdp model checking: Now allows hints for expected rewards
|
9 years ago |
dehnert
|
a7e9c5819f
|
removed 'size-in-memory' output as it was outdated and unreliable. added timing measurements for model construction and model checking
|
9 years ago |
Sebastian Junges
|
d246517757
|
removed src prefix in all includes
|
9 years ago |
Sebastian Junges
|
e1d201c85e
|
c++ code compiles again after rename
|
9 years ago |
Sebastian Junges
|
3a7ee7867b
|
rename files (does not compile)
|
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 |
Mavo
|
bf491117c7
|
Sort row only if replacement took place
Former-commit-id: 84f584d6c4
|
9 years ago |
TimQu
|
7bab48b59b
|
bounded reachability for MAs
Former-commit-id: 982277d9ab
|
9 years ago |
TimQu
|
f681206393
|
building markov automata from prism code
Former-commit-id: 791c49c7cf
|
9 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
|
9 years ago |
Mavo
|
e49582c7cf
|
Replaced assert with STORM_LOG_ASSERT
Former-commit-id: 692ae47b1b
|
9 years ago |
sjunges
|
c8d9ec5535
|
update sparse matrix with duplicate row detection within rowgroups
Former-commit-id: 282803c02f
|
9 years ago |
dehnert
|
b06419afe0
|
working towards EC detection
Former-commit-id: 78bbe54f81
|
9 years ago |
dehnert
|
a40d12f915
|
made getRowGroup more consistent and fixed some introduced bugs
Former-commit-id: 99b6c0e3a5
|
10 years ago |