Daniel Basgöze
|
12111a91bd
|
Use pass-by-value in constructor
Pass by rvalue reference results in
build errors when using CLN
|
4 years ago |
Daniel Basgöze
|
8de8f1517a
|
Fix conversion ambiguity: Use convertNumber()
Conflicts:
src/test/storm/modelchecker/prctl/mdp/SchedulerGenerationMdpPrctlModelCheckerTest.cpp
|
4 years ago |
Daniel Basgöze
|
ebd85a43d3
|
Fix conversion ambiguity: Use * instead of *=
|
4 years ago |
Sebastian Junges
|
c01e0c11f5
|
silence warning due to time being returned as an int
|
4 years ago |
Sebastian Junges
|
da3c1a1be2
|
some comments and API restrictions for clearer usage
|
4 years ago |
Sebastian Junges
|
6ce1f96efc
|
belief support tracking test and cleaning
|
5 years ago |
Sebastian Junges
|
01bd04b170
|
test cases for iterative qualitative added
|
5 years ago |
Sebastian Junges
|
4844573b63
|
qualitative search: oneshot cleaning and tests
|
5 years ago |
Sebastian Junges
|
bbbe178572
|
Cleaning and support for linux platforms
|
5 years ago |
Sebastian Junges
|
85b676ff57
|
better output
|
5 years ago |
Sebastian Junges
|
5d45514af2
|
avoid parsing jani after creating model - fix in lvalue to allow this
|
5 years ago |
Sebastian Junges
|
d6ab421cb7
|
add belief-support-mdp generator
|
5 years ago |
Sebastian Junges
|
d53cffab08
|
avoid resize that caused unstable behavior
|
5 years ago |
Matthias Volk
|
8b05837e77
|
Fixed assertion for RationalFunction
|
5 years ago |
Sebastian Junges
|
32c88825e2
|
cleanup
|
5 years ago |
Sebastian Junges
|
e513a3fb62
|
progress in monitoring with timeouts etc
|
5 years ago |
Sebastian Junges
|
b6be0f3356
|
convex reduction
|
5 years ago |
Sebastian Junges
|
d2e36e9db3
|
dense belief states
|
5 years ago |
Sebastian Junges
|
a7c6b39f19
|
Added state valuations in unfolding.
|
5 years ago |
Sebastian Junges
|
bf4a7fca3b
|
Fixed tracker
|
5 years ago |
Sebastian Junges
|
7f5f263d7b
|
observation-trace-unfolder added
|
5 years ago |
Sebastian Junges
|
1b73f15ff9
|
fix == operator
|
5 years ago |
Sebastian Junges
|
9423d01631
|
observation valuations added
|
5 years ago |
Sebastian Junges
|
fa34f44989
|
keep state valuations in transformers on POMDPs
|
5 years ago |
Sebastian Junges
|
3861c502b4
|
memory unfolder can label states with the memory state
|
5 years ago |
Sebastian Junges
|
fd00d495f7
|
first version of the nondeterministcbelieftracker
|
5 years ago |
Sebastian Junges
|
d6bfcb4818
|
refactoring: moving some code out of the util folder
|
5 years ago |
Sebastian Junges
|
5722c1258c
|
pipe all rf-variable creations through a single object file
|
5 years ago |
Sebastian Junges
|
03e0b01ae2
|
Making POMDPs simple now does not introduce further initial states
|
5 years ago |
Sebastian Junges
|
d76bcc4d10
|
pPOMDP support
|
5 years ago |
Sebastian Junges
|
62757e28f7
|
parametric pomdps?
|
5 years ago |
Sebastian Junges
|
b901a1b308
|
fix for the binary pomdp transformer: labels are now attached to auxiliary states as well
|
5 years ago |
Sebastian Junges
|
0791fc723e
|
renamed files
|
6 years ago |
Tim Quatmann
|
a7f847d4e1
|
KnownProbabilityTransformer: Removed output of model info to std::cout
|
5 years ago |
Tim Quatmann
|
5076ff00c6
|
Removind debug output.
|
5 years ago |
Tim Quatmann
|
2ed1813b39
|
Cleaner code and checks for GlobalPomdpSelfLoopEliminator
|
5 years ago |
Tim Quatmann
|
31c39d1dc7
|
storm-pomdp: Cleaned up output of belief exploration. Use --verbose to restore it.
|
6 years ago |
Tim Quatmann
|
08f82d44f1
|
Renamed ApproximatePOMDPModelchecker to BeliefExplorationPomdpModelChecker
|
6 years ago |
Tim Quatmann
|
67bcafe5e1
|
storm-pomdp: Cleaned up includes of BeliefManager and BeliefMdpExplorer.
|
6 years ago |
Alexander Bork
|
74c2f83110
|
Separated header and logic for struct in BeliefMdpExplorer
|
6 years ago |
Alexander Bork
|
1cce958e12
|
Separated header and logic for BeliefMdpExplorer
|
6 years ago |
Alexander Bork
|
8b7ab24d66
|
Moved struct functions to cpp-file
|
6 years ago |
Alexander Bork
|
4f61ab422e
|
Separated BeliefManager header and logic
|
6 years ago |
Tim Quatmann
|
4f5d54c310
|
Fixed error message.
|
6 years ago |
Tim Quatmann
|
ae9360af03
|
Use the new MakeStateSetObservationClosed transformer for the belief-exploration based pomdp model checker
|
6 years ago |
Tim Quatmann
|
8c38333dd1
|
Added transformer that can make a given set of states (e.g. goal states) observation closed.
|
6 years ago |
Sebastian Junges
|
c9ef222a7f
|
somewhat improved counting of winning region sizes
|
6 years ago |
Sebastian Junges
|
3a206784a3
|
better logging
|
6 years ago |
Sebastian Junges
|
34a226a582
|
more mature storing and loading of winning regions
|
6 years ago |
Sebastian Junges
|
4942e362db
|
transformation preserve canonicity, and this is now set explicitly. (Opt-out rather than opt-in might be more convenient, but also more dangerous...)
|
6 years ago |