223 Commits (cd1aec77503944f42c00558763903479a5f352a1)

Author SHA1 Message Date
Mavo cd1aec7750 Heuristic using the difference between upper and lower bound 10 years ago
Mavo 6fcc97a7b4 Implemented modularisation for MTTF via parallel composition of CTMCs 10 years ago
Mavo 1c95722711 Do not skip states if approx = 0.0 10 years ago
Mavo d95bb71f75 Tried to gain more performance 10 years ago
Mavo 64699a7bad Several improvements 10 years ago
Mavo dae1a7eefe Do not use cold BEs in first step of approximation formula 10 years ago
Mavo 02c4195f31 Better upper bound for independent subtrees 10 years ago
Mavo 6778a018ad Use heuristic probability 10 years ago
Mavo c12bbe2904 Disable old way of computing permutations as there is a bug for >31 elements 10 years ago
Mavo 876b147aa8 Fixed bug with iterator 10 years ago
Mavo d9b1285644 Alternative way of computing permutations (at the moment in parallel) 10 years ago
Mavo 386d4c7f05 Use heuristic NONE to explore complete state space 10 years ago
Mavo 8e159133da Compute lower/upper bounds only when needed 10 years ago
Mavo a9f97bd210 Set heuristic to probability 10 years ago
Mavo 58f8707293 Tighter over-approximation 10 years ago
Mavo 0d9cdd6ef8 Use Heuristic None 10 years ago
Mavo 8b78ed2340 Renamed rateratio to probability 10 years ago
Mavo 945447e7e0 Use DFS as default 10 years ago
Mavo 8d38358c11 Use BucketPriorityQueue instead of DynamicPriorityQueue 10 years ago
Mavo 82a3964e5d Only fix queue when needed 10 years ago
Mavo a333d29d16 Hard coded heuristic to gain performance 10 years ago
Mavo a624292ece Output no states 10 years ago
Mavo ec8b5a23f2 Fixed compile issues with under Linux 10 years ago
Mavo 1bfd974795 Minor fixes 10 years ago
Mavo 4a6f53031e Choose different approximation heuristics 10 years ago
Mavo 26d0a3a7a4 Fixed smaller bugs 10 years ago
Mavo 8e1e61c4f2 Changed datastructures and made handling of pseudo states easier 10 years ago
Mavo e05c4dab0d Use custom DynamicPriorityQueue 10 years ago
Mavo ea00abc35e Fixed problems with approximation while using symred 10 years ago
Mavo a419cb0d80 Fixed computing rates for lower and upper bound 10 years ago
Mavo 3d083a1719 Fixed bug with wrong row in case of nondeterminism 10 years ago
Mavo 53821d3d84 Added settings for approximation heuristic 10 years ago
Mavo 6b7bf3bba7 Introduced heuristic depth with distance from initial state 10 years ago
Mavo 41a71f8688 Fixed bug with not setting nondetermism correctly 10 years ago
Mavo aab45d4eab Naive iterative refinement of approximation 10 years ago
Mavo d3d360b50a First version of DFT approximation 10 years ago
Mavo fba2071e9f Dft exploration via NextStateGenerator 10 years ago
Mavo 495b42ff4c Temporarily split new approximating state generation into own builder 10 years ago
Mavo 662bbd73d7 CompressedStateType as template argument for NextStateGenerator 10 years ago
Mavo a0cd149054 Introduced setting for DFT approximation 10 years ago
Mavo c4260d3d5a First try on approximation 10 years ago
Mavo 493407f74f Started with SMT encoding for DFTs 10 years ago
Mavo 929a694a64 Fixed typo 10 years ago
Mavo 1b6137cc5d Changed some assert to STORM_LOG_ASSERT 10 years ago
Mavo a0d659f2da always use shared_ptr<Formula const> 10 years ago
Mavo c3f9d4cfe0 Includes for successful compiling from python 10 years ago
dehnert db3d1df863 added a sh*t ton of debug output, didn't help 10 years ago
dehnert 6d421a6fbe learning seems to work find on first larger example 10 years ago
Mavo a41e5df39f Changed BFS to DFS in Exploration 10 years ago
Mavo 380d3f1897 CTMC constructor with exitRates 10 years ago