490 Commits (7937117e8d7677211e57c498c97a93161297c427)

Author SHA1 Message Date
TimQu ff18956fbb reverted back to old native multiplier 8 years ago
TimQu e491dc3813 fixed usage of multiplyrow 8 years ago
TimQu 4eb187ba4f Added a new native multiplier 8 years ago
TimQu 48945d1199 improved multiplyRow method 8 years ago
TimQu 1b6200e4eb added missing includes 8 years ago
TimQu 5be8de293c fixes when tbb is enabled 8 years ago
TimQu 5ff20b55e1 misc compilation issues 8 years ago
TimQu 50245d3d86 gmmm multiplier 8 years ago
TimQu 66c5255d8c Using multiplier in game solver 8 years ago
TimQu 64ba34a397 removed multiplication support from minmax equation solvers. Also removed Factories. 8 years ago
TimQu b7bac59ae0 Using multiplier in IterativeMinMaxSolvers 8 years ago
TimQu 56061c0bfa Using multiplier in MDP Model checker helpers 8 years ago
TimQu 541810f3b2 removed 'multiplication' part from remaining linear equation solvers 8 years ago
TimQu f3c843561d integrated new multiplier into native linear equation solver 8 years ago
TimQu d0de99ba51 fist version of new multiplier 8 years ago
TimQu e02640fe82 multipliertype 8 years ago
TimQu 537a8152d3 Removed Duplicated code 8 years ago
TimQu e76a77abc9 improved code for sound power iteration 8 years ago
TimQu 09bcaa8db8 fixed correct requirements in minmaxsolver 9 years ago
TimQu a6c6118733 Renamed 'sound power' to interval iteration and 'quick sound power' to 'sound power' 9 years ago
TimQu ea25c8fd2e renamed 'sound value iteration' to 'interval iteration' and 'quick sound value iteration' to 'sound value iteration' 9 years ago
TimQu f168df139d made qvi code more readable 9 years ago
TimQu 674a30c154 removed some 'experimental' code and introduced the #iteration output again 9 years ago
TimQu ca1bcebc71 Added an option that enforces updating both bounds in interval iteration 9 years ago
TimQu ef893abca6 fixed a case for topologicalMinMaxSolver with exact arithmetic 9 years ago
TimQu 13184aefcf Printing the number of performed iterations (reverted from commit b5399d0596) 9 years ago
TimQu cebf29ef23 trying something else 9 years ago
TimQu 26362ed36f trying an alternative implementation of qvi 9 years ago
TimQu b5399d0596 Printing the number of performed iterations 9 years ago
TimQu 52979dcbc1 setting the 'requirementsChecked' flag in topo min max solver 9 years ago
TimQu aabbea11b8 various fixes for topological min max solver 9 years ago
TimQu 5f831d156f forceBounds option for native solver 9 years ago
TimQu b69543802d completed the renaming from topologicalValueIterationMinMaxSolver to TopologicalCudaMinMax... 9 years ago
TimQu a2bd1e0026 renamed argument from getRequirements so that it is easier to understand 9 years ago
TimQu 6b3a02d732 Fixing topological cuda 9 years ago
TimQu 7eab8589bd Fixed issue in qpower 9 years ago
TimQu 2d910b79ed Introduced new topological min max solver 9 years ago
TimQu 4ab47671f5 Renamed TopologicalMinMaxLinearEquationSolver -> TopologicalCudaMinMaxLinearEquationSolver 9 years ago
TimQu 3b394a965e some qvi optimizations 9 years ago
TimQu 8c3991fb2f respecting lower/upper bounds from preprocessing in quick sound power method 9 years ago
TimQu 96845e2669 restructured quick power iterations a little 9 years ago
TimQu 78cfb10c7e fixed qvi with negative rewards 9 years ago
TimQu fc422af557 making things compile again in debug mode 9 years ago
TimQu fa7f74f0f1 quicker iterations when the decision value blocks the bound 9 years ago
TimQu 0215258709 made qvi implementation a little bit more readable 9 years ago
TimQu c81c7b0be5 Fixed issue with restarting 9 years ago
TimQu 80219e4a2d quick value iteration restart 9 years ago
TimQu 7cd7cd60a7 Added new minmax settings: force computation of a priori bouds and tweak the qvi restart heuristic 9 years ago
TimQu 7aac41d8f2 optimized qvi implementation 9 years ago
TimQu 116bd58b22 log improvements + minor bugfixes for qvi 9 years ago