457 Commits (5a37a40ceafc656af1ac16431dd7feca7249cc0e)

Author SHA1 Message Date
TimQu aabbea11b8 various fixes for topological min max solver 8 years ago
TimQu 5f831d156f forceBounds option for native solver 8 years ago
TimQu b69543802d completed the renaming from topologicalValueIterationMinMaxSolver to TopologicalCudaMinMax... 8 years ago
TimQu a2bd1e0026 renamed argument from getRequirements so that it is easier to understand 8 years ago
TimQu 6b3a02d732 Fixing topological cuda 8 years ago
TimQu 7eab8589bd Fixed issue in qpower 8 years ago
TimQu 2d910b79ed Introduced new topological min max solver 8 years ago
TimQu 4ab47671f5 Renamed TopologicalMinMaxLinearEquationSolver -> TopologicalCudaMinMaxLinearEquationSolver 8 years ago
TimQu 3b394a965e some qvi optimizations 8 years ago
TimQu 8c3991fb2f respecting lower/upper bounds from preprocessing in quick sound power method 8 years ago
TimQu 96845e2669 restructured quick power iterations a little 8 years ago
TimQu 78cfb10c7e fixed qvi with negative rewards 8 years ago
TimQu fc422af557 making things compile again in debug mode 8 years ago
TimQu fa7f74f0f1 quicker iterations when the decision value blocks the bound 8 years ago
TimQu 0215258709 made qvi implementation a little bit more readable 8 years ago
TimQu c81c7b0be5 Fixed issue with restarting 8 years ago
TimQu 80219e4a2d quick value iteration restart 8 years ago
TimQu 7cd7cd60a7 Added new minmax settings: force computation of a priori bouds and tweak the qvi restart heuristic 8 years ago
TimQu 7aac41d8f2 optimized qvi implementation 8 years ago
TimQu 116bd58b22 log improvements + minor bugfixes for qvi 8 years ago
TimQu 9c96bd0a1c First implementation of quick value iteration for MinMax Equation systems 8 years ago
TimQu 8260455a55 Added multiplication of a single matrix row with a vector to the linear equation solver interface 8 years ago
TimQu 46074aa8bc fixed chain size computation 8 years ago
TimQu bff609961f fixed wrong computation of chain sizes 8 years ago
TimQu 3b7b60aa6c topological linear equation solver now respects sound computations 8 years ago
TimQu 636d2638a5 added missing switch case 8 years ago
TimQu 1cff0fcbbb improved interface of solver environment 8 years ago
TimQu bc524b0f48 fixes for topological linear equation solver 8 years ago
TimQu a982af3348 setting lower bounds for equation solvers via move-reference 8 years ago
TimQu f89236100b Added topological linear equation solver 8 years ago
TimQu bb0c0bbeb6 implemented gauss-seidl multiplications and relative termination for quick power iteration 8 years ago
Matthias Volk 0481ca3855 Fixed deprecated getType() 8 years ago
TimQu b55e92bef7 Make quick power iteration respect the relevant Values 8 years ago
dehnert cd34e3d67e fixed issue in rational search preventing convergence in many cases 8 years ago
TimQu 4484cea360 fixing quick power iteration 8 years ago
TimQu 3c65a4a10a added a missing assertion 8 years ago
TimQu b42aa5f473 initial implementation for quick and sound vi for DTMCs 8 years ago
TimQu 68ec4ca0ce Various fixes for the case STORM_USE_CLN_EA=ON 8 years ago
TimQu 43cba580a2 Fixed linear equation solver selection when ValueType is RationalFunction 8 years ago
TimQu fe95a4e4a7 fixed some number conversions that did not work for CLN numbers 8 years ago
dehnert 6042588baf fixed one of two issues raised by TQ 8 years ago
TimQu 776ce4c8bb Checking requirements of a linear equation solver now depends on whether we want to do multiplication or equation solving. This was necessary to get the correct requirements of a MinMaxSolver that only uses the underlying linear equation solver for multiplication. 8 years ago
TimQu e09cb86001 making sure that the default linear equation solver is not switched to native if we check e.g. an MDP with sound value iteration 8 years ago
TimQu e46f4e154b 1. Ensured that when doing policy iteration the underlying solver is at least as precise as the minmax solver. 8 years ago
TimQu 3458e42d05 removed a WARN message at wrong position 8 years ago
TimQu bb63ac6089 Linear equation solver + game solvers now respect the environment as well 8 years ago
Joachim Klein f56076aacf Add virtual destructors to classes having virtual functions. 8 years ago
dehnert acde9f571f fixed policy iteration on MTBDDs 8 years ago
TimQu 78842a5005 Fix in symbolic rational search 8 years ago
TimQu 25c006ec13 fixed method selection of iterative min max solver 8 years ago