92 Commits (cc5faee9c05be88195a3e8bfd2b50a0de3b28964)

Author SHA1 Message Date
Tim Quatmann cc5faee9c0 Fixed initial size threshold for over-approx. 5 years ago
Tim Quatmann 6f476ef079 belief exploration: Improved fixpoint detection for over-approx 5 years ago
Tim Quatmann ddec9ce740 ApproximatePomdpModelchecker: Fixed output a little. 5 years ago
TimQu 7504f6f315 Improved statistics output for refinements, added detection of fixpoints 5 years ago
Tim Quatmann 5a76f7355d Fixed an issue with refinement of under-approximation 5 years ago
Tim Quatmann 8b4595042e Only do iteration output if the result bound improved. Handle integer overflows for the observation resolution. 5 years ago
Tim Quatmann 43220759f4 Implemented a time limit for exploration. 5 years ago
Tim Quatmann 1763f0c582 Making sure that we only store the best bounds found so far. Also added some output for the resulting values in each iteration. 5 years ago
Tim Quatmann fa624d2a20 Introduced new settings for controlling the refinement strategy and whether to produce only upper and/or lower bounds 5 years ago
Tim Quatmann 2d94e77f2a Only display the bound that was requested. 5 years ago
Tim Quatmann 37490a8eca Started to integrate new refinement options. 5 years ago
Tim Quatmann 75d792e987 Implemented refinement heuristic. 5 years ago
Tim Quatmann 61215e4b24 Over-Approximation: Taking current values as new lower/upper bounds for next refinement step. 5 years ago
Tim Quatmann 4ea452854f Fixes for scoring observations 5 years ago
Tim Quatmann 26764137f5 Fix for --unfold-belief-mdp setting 5 years ago
Tim Quatmann 03889958da Added a switch to control the size of the under-approximation via command line. 5 years ago
Tim Quatmann 5cd4281133 Further output improvements. 5 years ago
Tim Quatmann 34d6ac9fe1 Fixed computing a state limit for the under-approximation. 5 years ago
Tim Quatmann c2837bb749 ApproximatePOMDPModelchecker: Improved output a bit. 5 years ago
Tim Quatmann c3847d05af Scaling the rating of an observation with the current resolution. 5 years ago
Tim Quatmann c2ddea1480 First (re-) implementation of refinement. (probably needs some testing/debugging) 5 years ago
Tim Quatmann 71e0654498 Changed method signatures to new data structures. 5 years ago
Tim Quatmann 8b0e582ef4 Use the new BeliefMdpExplorer also for the underapproximation. 5 years ago
Tim Quatmann ab26b69435 Added BeliefMdpExplorer which does most of the work when exploring (triangulated Variants of) the BeliefMdp. 5 years ago
Tim Quatmann 0b552e6813 Renamed BeliefGrid to BeliefManager 5 years ago
Tim Quatmann 87c8555312 Using the new reward functionalities of BliefGrid. This also fixes setting rewards in a wrong way (previously, the same reward was assigned to states with the same observation). 5 years ago
Tim Quatmann a3e92d2f72 Using the new reward functionalities of BliefGrid. This also fixes setting rewards in a wrong way (previously, the same reward was assigned to states with the same observation). 5 years ago
Tim Quatmann 110453146d Various fixes for under/over approximation with rewards. 5 years ago
Tim Quatmann b3115e9395 Code polishing and re-enabled the under-approximation. Refinement should still not be possible right now. 5 years ago
Tim Quatmann d184d67b53 Refactored under-approximation code a bit. 5 years ago
Tim Quatmann 97842f356d Fixed beliefgrid exploration. 5 years ago
Tim Quatmann b3796d740f Fixed confusing lower and upper result bounds for minimizing properties. 5 years ago
Tim Quatmann 6fee61feb1 POMDP: Started to split belief logic from exploration logic. 5 years ago
Tim Quatmann b53b6ab275 Added missing line breaks 5 years ago
Tim Quatmann 7f102c915b Improved some output 5 years ago
Tim Quatmann e76efd14d5 POMDP: Filling the statistics struct with information. Also incorporated aborting (SIGTERM, i.e. CTRL+C) 5 years ago
Tim Quatmann 6f3fab8e80 Added a statistics struct to the approximatePOMDP model checker 5 years ago
Alexander Bork 311362d995 Removal of some more obsolete code 5 years ago
Alexander Bork 0507da4ffa Adjusted Refinement Procedure for rewards 5 years ago
Alexander Bork 62e3a62686 Fix for belief reward computation 5 years ago
Alexander Bork 44fd26bd13 Implementation of exploration stopping in refinement procedure for newly added states 5 years ago
Alexander Bork 77b1de510f Renaming of naive underapproximation value map 5 years ago
Alexander Bork 02a325ba75 Fixed error that refinement did not stop if initial computation already yields same values for over- and under-approximation 5 years ago
Alexander Bork 054c2a906e Fixed wrong error when over- and under-approximation values are equal 5 years ago
Alexander Bork d28c982fbd Fix for missing initial belief ID in return struct 5 years ago
Alexander Bork 8e30e27eb9 Removal of obsolete code 5 years ago
Tim Quatmann 581e165fb9 Actually use the refinement precision.... 5 years ago
Tim Quatmann b3493b5888 Grid: Added cli setting to cache subsimplices. 5 years ago
Tim Quatmann a11ec691a9 Introduced options in the ApproximatePOMDPModelChecker. 5 years ago
Tim Quatmann 24faf636d7 removed unused variables. 5 years ago