30 Commits (3bd8efd55f672179edfd0b43d97b5e79c15345ba)

Author SHA1 Message Date
Jan Erik Karuc 3bd8efd55f CLI option for OVI 5 years ago
Tim Quatmann 068c1b3ea6 Removed obsolete settings 5 years ago
TimQu 0a02fecd6b settings/modules: Flagged several options as advanced. 6 years ago
TimQu 6e3639c8f1 Added new minmax method: Vi-to-Pi, which first performs value iteration with doubles, to find a good initial policy for (potentially exact) policy iteration. 6 years ago
TimQu e6fc962e5e In exact mode, use LP as LRA Method for nondeterministic models. 7 years ago
TimQu 274d51795c removed default value for maximal iteration count 7 years ago
dehnert e609a240a9 selecting minmax topological by default 7 years ago
dehnert 5159afc348 further work towards proper scheduler extraction for games 7 years ago
TimQu efcb718851 removed the --forcebounds setting 7 years ago
dehnert de2e94cac7 polished unifplus code a bit and made it the default MA (bounded reachability) solution method 7 years ago
TimQu ea25c8fd2e renamed 'sound value iteration' to 'interval iteration' and 'quick sound value iteration' to 'sound value iteration' 7 years ago
TimQu f2289a3b87 removed unused option 7 years ago
TimQu ca1bcebc71 Added an option that enforces updating both bounds in interval iteration 7 years ago
TimQu 25260c7602 added settings for the new topological min max solver 7 years ago
TimQu 7cd7cd60a7 Added new minmax settings: force computation of a priori bouds and tweak the qvi restart heuristic 7 years ago
TimQu 9c96bd0a1c First implementation of quick value iteration for MinMax Equation systems 7 years ago
TimQu 17d6835477 removed acyclic minmax method as it is not much better then gauss-seidel style multiplications 8 years ago
dehnert b3f0aa511e started on Kwek-Mehlhorn-based exact value computation 8 years ago
dehnert d27954622a slightly changed handling of gauss-seidel invocations in linear equation solver 8 years ago
dehnert 00f88ed452 gauss-seidel-style value iteration 8 years ago
dehnert 8cdbf281fa make minmax solvers use policy iteration when --exact is set and no other method was explicitly set 8 years ago
TimQu 25843ee53b added setting 'lramethod' 8 years ago
TimQu 77c0cdc0e3 added minmax method 'linearprogramming' 8 years ago
TimQu 49713eea72 Added new MinMaxMethod: 'acyclic' which potentially increases performance on acyclic mdps 8 years ago
dehnert 33759ed246 beautified help message printing. all requirements and default values are now printed automatically for all options 8 years ago
dehnert 49597fca86 reworked argument validators for settings 8 years ago
Sebastian Junges d246517757 removed src prefix in all includes 9 years ago
Sebastian Junges e1d201c85e c++ code compiles again after rename 9 years ago
Sebastian Junges 3a7ee7867b rename files (does not compile) 9 years ago
dehnert 61a8b9bb29 more work on solvers 9 years ago
dehnert 9ab33528b4 started to fill value iteration implementation in new general min-max solver 9 years ago