3874 Commits (74fdd44b976e3562e204b08c307987b37fd519dc)
 

Author SHA1 Message Date
Dave Parker 74fdd44b97 README (contributor list). 5 years ago
Dave Parker 293d4bb8ad Example property fix (firewire). 5 years ago
Dave Parker 22e5ad1799 POMDPs: Add belief state info to dot files generated by -exportadv. 5 years ago
Dave Parker a18e82a980 Better toString() for explicit.Belief. 5 years ago
Dave Parker d71eb6f554 Add check that POMDP states do not have duplicate actions. 5 years ago
Dave Parker add96619d0 Fix some examples/tests: duplicate actions not allowed in a state. 5 years ago
Dave Parker 55bb529f48 Add check that POMDP states with the same observation have the same actions. 5 years ago
Dave Parker 1a3812f69f Fix some examples/tests: states with same observation should have same actions. 5 years ago
Dave Parker c96c3d121b POMDP and POPTA examples. 5 years ago
Dave Parker 9baf365066 Move POMDP/POPTA tests to prism-tests. 5 years ago
Dave Parker ec76c26468 Add syntax checks on existence of observables...endobservables block. 5 years ago
Dave Parker c7cf09659c Model type auto-detection for partially observable models. 5 years ago
Dave Parker c4f5a5867f Improved accuracy reporting for POMDPs (individual bounds and final result). 5 years ago
Dave Parker b270d9b984 Add check that POMDP observables are valid variable references. 5 years ago
Dave Parker 778a6b97d0 Add check that POMDP property targets are observations. 5 years ago
Dave Parker b85ca822fc POPTA regression tests. 6 years ago
Dave Parker 22b4bf1bcb Add support for partially observable PTAs (POPTAs). 6 years ago
Dave Parker 4693392139 POMDP regression tests. 6 years ago
Dave Parker 12d07c9a8d Add support for model checking partially observable MDPs (POMDPs). 6 years ago
Dave Parker 733734d497 Allow random simulation for LTSs (intended for GUI simulator exploration). 5 years ago
Dave Parker fd48c1d4c6 Bug fix in reporting of relative error when stored as an absolute value. 5 years ago
Dave Parker c42ab3e4de Checking bounded properties (e.g. P>p[...]) fails if results are too inaccurate. 5 years ago
Dave Parker b99337e970 Use model checking accuracy when checking min/max/argmin/argmax filters. 5 years ago
Dave Parker dd563f254e Refactor StateValues getBitSetFromCloseValue/getBDDFromCloseValue to use Accuracy objects. 5 years ago
Dave Parker 2c51d84fcd Report accuracy for statistical model checking too. 6 years ago
Dave Parker f87f70ae80 Report accuracy for -exact mode too. 6 years ago
Dave Parker e8bb5b2880 Store and report on accuracy information for numerical model checking queries. 6 years ago
Dave Parker ad7c243d96 Cache some native settings in the PrismNative Java object. 6 years ago
Dave Parker c9be4ac33f Model type auto-detection: MDPs are considered to be PTAs if they have clocks. 5 years ago
Dave Parker 624e3f8df5 Add hashCode and equals methods to prism.Pair. 6 years ago
Dave Parker 1a7dfeaa36 Fix in explicit.StateValues printing ("none" not "zero" when empty list). 5 years ago
Dave Parker 3be96fa865 CHANGELOG. 5 years ago
Dave Parker 517709e897 Comments (Fox-Glynn). 5 years ago
Dave Parker a4659afd03 Improved model type auto-detect when unspecified (MDP/PTA/LTS). 5 years ago
Dave Parker 17863ef170 Enable (explicit engine) model checking of LTSs. 5 years ago
Dave Parker c697613722 Refactor management of table columns in GUISimulator.UpdateTableModel. 5 years ago
Joachim Klein 9c020d1eb9 HOAF2DA: Support HOA input without a number-of-states header 5 years ago
Dave Parker e57f270042 Bug fix in (recent) explicit engine simple->sparse conversion of actions. 5 years ago
Dave Parker 5cbf4c3ee5 Bug fix in ChoiceActionsSimple.getAction (when one state has no actions). 5 years ago
Dave Parker 9c1a8d827a Remove temporary files added in error. 5 years ago
Dave Parker 55118b6b31 ChoiceActionsSimple bugfix (copy constructor with mismatched arrays sizes). 5 years ago
Dave Parker 8f0769da66 Add (explicit engine) tra file export for LTSs. 5 years ago
Dave Parker dc844e2fab Add improved Dot export for LTSs, including action labels. 5 years ago
Dave Parker be6178941d Add action label storage to LTSSimple. 5 years ago
Dave Parker eddb5defc8 Encapsulate action storage in explicit.MDPSimple to new class ChoiceActionsSimple. 5 years ago
Dave Parker e1abc932a4 Convert LTSExplicit to LTSSimple. 5 years ago
Dave Parker 27269a878c Add default implementation of NondetModel.areAllChoiceActionsUnique(). 5 years ago
Dave Parker 13c3e00a9f Tidy and comment explicit engine Dot export code. 5 years ago
Dave Parker 233e1235b6 Fix PrismUtils.doublesAreEqual() and use in more places. 5 years ago
Dave Parker 2c9a0cac2a Add default implementation of getTransitionsAndActionsIterator to DTMC. 5 years ago