772 Commits (4b95f72a0acea94b7784ea2f908949a5c54be6f1)

Author SHA1 Message Date
TimQu f3f3a31e1e Optimization for policy recycling 10 years ago
dehnert 19029cd905 functional tests compile and run again, yay! 10 years ago
TimQu 9c645ba24b Work on policy recycling 10 years ago
TimQu dae0faa2a0 refactored the quick implementation of the recent bugfix 10 years ago
dehnert 8bf0f3c87e apparently, changing the DD interface implies some other changes as well... 10 years ago
dehnert 7fa7381047 trying to get the new infrastructure of the DD abstraction layer integrated into the other parts of storm 10 years ago
TimQu 87c8241ec7 policies for games 10 years ago
dehnert 4e86ef2e47 moved CUDD-based DD implementation to own folder 10 years ago
dehnert b88165f27c fixed the warnings related to our macros 10 years ago
TimQu 0863d0e51a don't store ALL the occurring policies... 10 years ago
dehnert b31d98909b Explicit MDP bisim working but unfortunately slow :( 10 years ago
dehnert 7156a63b0f tried different approach for bisim for MDPs 10 years ago
TimQu 6ddddd8cfa Implemented policy extraction for value iteration 10 years ago
dehnert 2484a515a0 some more work on bisim 10 years ago
dehnert 40a75baee7 using some template magic to make it compile again 10 years ago
dehnert 11b04c7940 more work towards making the new bisim class available from the cl 10 years ago
dehnert 1428f1647b commented in some more tests, however the main entry points need to be fixed because of the new templating of the bisimulation class 10 years ago
dehnert 96954ddd15 refactoring of bisimulation class in the prospect of extending it to (CT)MDPs, not yet done 10 years ago
sjunges 86155a5a87 extra option for export of a matrix 10 years ago
sjunges 703013b97c program, vector, gurobi 10 years ago
TimQu c53b79b9b7 approximation model, again 10 years ago
sjunges f914c8a103 Filter std::vector by bitvector, could not find such a method before :/ 10 years ago
dehnert 5c838e2006 added the feature to build information about the state space that can be retrieved after building the model to the explicit model builder 10 years ago
dehnert 4b4c11048f fixed bug in prob1E. added functions to retrieve schedulers for prob0E, probGreater0E and prob1E states of MDPs 10 years ago
sjunges 7884fc37ed explicit model builder supports non-default reward models 10 years ago
sjunges ed94184ec8 initialize logger with loglevel as an argument 10 years ago
sjunges 765748c7cf graph stuff for other reward models.. 10 years ago
sjunges 53dc99deb0 prob01A for non.detmodels added (convenience function) 10 years ago
dehnert 781610b05d extended tests for validity of returned strategies 10 years ago
dehnert c624b19427 added no-cuts option. prob1 tests for game now passing. 10 years ago
dehnert e8b7928831 fixed minor bug 10 years ago
dehnert 1c42ed792b fixed some bugs, added some test, added some prob1 algorithm, and did some stuff, you know? 10 years ago
dehnert 972795912a added some convenience accessor methods in symbolic model/games. added return type for prob01 for games that can also store strategies. added tests for prob0 for games 10 years ago
dehnert 6c804732e1 introduced (probably buggy) versions of existsAbstractRepresentative on BDDs and prob0 for games 10 years ago
dehnert deec423f27 fixed infinite recursion in constants comparator 10 years ago
TimQu c94e9c25a6 Added Mdp Region checking in storm.h, Some STORM_LOG_DEBUGs, fixes for sampling to work on Mdps 10 years ago
TimQu 70dd76c08b Splitted region modelchecker in abstract class and dtmc class (to easily add an mdp class soon) 10 years ago
sjunges c3e390c59a extended api with an option to verify model according to given engine 10 years ago
TimQu 0043d3ebf5 changed template argument, used unordered_map 10 years ago
dehnert 6a80348150 fixed issue related to row groups in sparse matrix and adapted the affected calling sites 10 years ago
sjunges 649c928828 further refactored api / shifted some highlevel functionality to cli 10 years ago
sjunges c281efcde3 refactored parts of the api 10 years ago
TimQu 5b1494b9a9 Made use of this new cool rewardModel thing 10 years ago
sjunges 01a3748e87 Refactored part of the API / more functions 10 years ago
TimQu d377e6b289 Minor improvements everywhere. Also implemented some tests 10 years ago
TimQu c4444567e7 further optimization on approximation model initialization. Also better code structure of preprocessing steps 10 years ago
dehnert bc3f6b8d80 fixes for parts that were affected by recent parser templating 10 years ago
TimQu af505c7e89 Faster and more structured initialization of approx and sampling model 10 years ago
chris a216b5a9d9 added support for parsing choice labels for explicit MDPs 10 years ago
sjunges b007d45543 Extended lp solver factory interface 10 years ago